August 2010 - Posts

18
Comments

ASP.NET MVC with JQuery Validation and ValidationSummary by imran_ku07

Introduction: One of the great feature of ASP.NET MVC 2 is the support of client side validation. Client side validation in ASP.NET MVC 2 is possible with ASP.NET Ajax(MicrosoftMvcValidation.js) and jQuery(MicrosoftMvcJQueryValidation.js) libraries. Both...
3
Comments

Race Condition in AsyncController by imran_ku07

Introduction: ASP.NET MVC 2 provides AsyncController which enables you to define controller actions that run asynchronously. AsyncController become very useful in IO bound tasks, for example calling a remote web service or query large amounts of data...
More Posts