Welcome to MSDN Blogs Sign in | Join | Help

Wriju's BLOG

.NET and everything

Browse by Tags

All Tags » ASP.NET 4.0   (RSS)
ASP.NET 4.0 : New HTML Snippet
In Visual Studio 2010 we have more than 200+ snippet to make your HTML life easier. It is not just Snippets which you can use, there is Surround with. For example, you want to wrap an area into UpdatePannel, you have surround with option with a mouse Read More...
Free EBook on ASP.NET MVC
      ASP.NET MVC book that Scott Hanselman, Rob Conery, Phil Haack and Scott Gu is available at http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf   Namoskar!!!   Read More...
ASP.NET 4.0 : Avoid Round Trip, use Response.RedirectPermanent
When we use Response.Redirect to move from one page to another we ideally also call HTTP 302 Found. This increases extra trip. Now in Visual Studio 2010 you may write   Response.RedirectPermanent( "Page1.aspx" );   Namoskar!!! Read More...
Page view tracker