Skip to content Skip to footer

Author page: Shravan Kumar Kasagoni

aspnet

New ActionResult Types in ASP.NET MVC3

ASP.NET MVC3 includes 3 new “ActionResult” Types. HttpNotFoundResult RedirectResult HttpStatusCodeResult HttpNotFoundResult: Instance of HttpNotFoundResult class indicates to client(browser) that the requested resource was not found. It returns a 404 HTTP status code to the client. Generally we return 404 status code if a requested webpage is not available. In case of MVC applications we 404…

Read more

JavaScript

What is Modernizr?

Modernizr is the right micro-library to get you off and running with HTML5 & CSS3 today. Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don’t actually need to write any JavaScript to use it. Have you ever wanted to do if-statements in your CSS…

Read more

microsoft

My Experience at Microsoft TechEd India 2011

Microsoft Tech·Ed India 2011 is the premier technical education and networking event for tech professionals interested in learning, connecting and exploring a broad set of current and soon-to-be released Microsoft technologies, tools, platforms and services. This 3-day event will focus on technical education, product evaluation and community. The event will include: Keynotes by Senior Microsoft…

Read more

vslogo2012

14 Useful .NET Debugging Tips & Tricks in Visual Studio

Hi Everyone, Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet which anyone use in daily development work and targeted anything related with .NET. Lets put a few frequently interesting tips which we have already published over…

Read more