My ASP.NET MVC 2 Tutorials Index is one of my most popular blog posts of 2010, so I thought I would make an ASP.NET MVC 3 Tutorials Index to make it easy to find ASP.NET MVC 3 tutorials on my website. I will be adding new tutorials over time so you can come back often to find fresh material. Most recent tutorials are at the top of the list. ASP.NET MVC 3 Tutorials
Read more: David Hayden
- JsonValueProviderFactory in ASP.NET MVC 3 - In ASP.NET MVC 3 there is now a built-in JsonValueProviderFactory that is used by modelbinders to obtain values provided by JSON requests.
- ASP.NET MVC 3 Remote Validation Tutorial - ASP.NET MVC 3 comes with a new RemoteAttribute that you can decorate on model properties for calling server-side methods during client-side validation. In this sample you can mimic twitter-like registration functionality to let users know they chose a username that is already taken by another user.
- CompareAttribute in ASP.NET MVC 3 - Compare Properties During Validation - ASP.NET MVC 3 has a new CompareAttribute that allows you to compare properties during validation. Good for situations like when you need to verify the password entered by a user equals confirm password during registration.
Read more: David Hayden
0 comments:
Post a Comment