ASP.NET From Scratch: Controllers and Simple Model Validation
videos

ASP.NET From Scratch: Controllers and Simple Model Validation

Tutorial Details
  • Program: Visual Web Developer Express 2010 (ASP.NET MVC2)
  • Difficulty:Beginner to Intermediate
  • Estimated Completion Time: 30 minutes
Download Source Files
This entry is part 8 of 10 in the ASP.NET from Scratch Session
« PreviousNext »

This latest episode continues to delve into the ASP.NET MVC framework by looking at controllers and their role in MVC applications. You also learn how to perform model validation by implementing the IDataErrorInfo interface.


Controllers and Simple Model Validation

Press the HD button for a clearer video.
Premium Members: Download this Video ( Must be logged in)

Sell ASP.NET Components on CodeCanyon

Did you know that you can sell your ASP.NET scripts and components on CodeCanyon? Simply sign-up for a free author account, and start selling!

Jeremy McPeak is jwmcpeak on Codecanyon
Note: Want to add some source code? Type <pre><code> before it and </code></pre> after it. Find out more
  • http://twitter.com/kgthenerd Karthik

    Awesome thanks Jeremy :)

  • http://www.jsxtech.com Jaspal Singh

    Excellent tutorial on ASP.NET – Controllers, Models.
    Thanks for sharing.

  • http://laroouse.com piyansitll

    nice tutorial thanks a lot

  • http://www.how-to-asp.net Ryan

    Great series so far, keep up the hard work. Thanks.

  • Brennen

    I’m a naked and newborn to back end dev. Thanks for your straight foward teaching. Waiting for more.

  • http://chriskdesigns.com Chris Klosowski

    Great Tutorial! I’ve recently decided to start expanding into .Net and this was the perfect start! Thank you. Always good stuff.

  • http://www.developer.web.tr Oğuz Çelikdemir

    Hi,
    I can’t download the video from members area which isn’t available in there, there is just source code download link.

  • http://asptip.net Kamil Kliczbor

    You should use only String.IsNullOrWhiteSpace at 11:00. For more info see:
    http://msdn.microsoft.com/en-us/library/system.string.isnullorwhitespace.aspx.