Articles : Page 7 of 8

  • 10-4 Episode 37: Leveraging Model Metadata and Validation with ASP.NET MVC2

    10-4 Episode 37: Leveraging Model Metadata and Validation with ASP.NET MVC2

    Jan 10
    07

    In this episode of 10-4, we discuss a new feature coming in the next release of ASP.NET MVC: model metadata and validation. This allows you to associate validation rules and metadata with your model and have the runtime perform validation automatically. In addition, you can also have JavaScript emitted that will provide client-side validation as well, making it dead simple to achieve a rich client and server validation experience with any web application. For more 10-4 episodes, be sure to visit...


  • CMAP Code Camp – MVC in the Real World Code Samples and Extra Resources

    CMAP Code Camp – MVC in the Real World Code Samples and Extra Resources

    Nov 09
    08

    Thanks to everyone who attended my “MVC in the Real World” presentation at CMAP Code Camp today.  The code as well as the PowerPoint can be downloaded here: MVC in the Real World Download I also had a few other requests during the talk.  First, I had a request to post the code as it looked at the very beginning of my talk before I modified anything.  You’ll find that link on the download page above as well (file name: PersonalInfoManager-ReadlWorldMVC-Begin.zip).  Second, I was asked ab...

    • MSDN