November 2010 - Posts

10
Comments

ASP.NET MVC 3 RC Bug and Quick Solution by imran_ku07

Update: This issue has been fixed. Introduction: ASP.NET MVC 3 RC includes a cool feature called Granular Request Validation which allows you to make request validation granular by introducing a new attribute SkipRequestValidationAttribute. All your model...
20
Comments

Razor Template in ASP.NET MVC 3 by imran_ku07

Update: There is no need to inherit _ViewStart view class with ViewStartPageWithHelpers in ASP.NET MVC 3 RTM. Introduction: Templates are used to display a predetermined portion of the page layout which also contains fill-in-the-blanks that can be filled...
Filed under: , ,
18
Comments

Using ASP.NET Web Pages Helpers in ASP.NET MVC by imran_ku07

Introduction: ASP.NET MVC 3 includes some helper methods of ASP.NET Web Pages technology that are used for common functionality. These helper methods includes: Chart, Crypto, WebGrid, WebImage and WebMail. For details of these helper methods, please see...
More Posts