Skip to content Skip to footer

ASP.NET

ASP.NET

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

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

aspnet

ASP.NET MVC 3

ASP.NET MVC 3 adds great features to MVC 2. View Enhancements Add View Dialog Razor View Engine Controllers Global Filters Dynamic ViewModels New ActionResults JavaScript and AJAX JSON Binding Unobtrusive JavaScript jQuery Validation Model Validation .NET 4 DataAnnotations Improved ValidationAttribute support IValidatableObject Interface support Dependency Injection Improvements Support for Controllers, Views, Action Filters, Model Binders,…

Read more