December 10th, 2009

ASP.NET MVC – 0 to 30 in 30 minutes

I recorded the following presentation for DevReady.NET, a new project that I am working on with a bunch of talented MVC’s and Microsoft employees.

After I get done with editing the presentation, I will post it up to DevReady.NET and my blog.  This will be my first try at making a video presentation for the web, so I look forward to your comments. 

Tags: , ,

Social: kick it on DotNetKicks.com | Shout it | Add to DZone

This entry was posted on Thursday, December 10th, 2009 at 8:28 am and is filed under Portfolio. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

2 Responses to “ASP.NET MVC – 0 to 30 in 30 minutes”

  1. learnnewprogramming Says:

    Hi, Great tut, will refer to it soon though I just have a tiny disagreemnent when you say:

    The model can be anything:

    * Custom Business Domain
    * NHibernate
    * Entity Framework
    * Code Generated Access Model
    * Any ORM
    * A text file
    * A serial connection to a GPS device.

    I would rather say “model IMPLEMENTATION” can be anything :)

  2. Nick Berardi Says:

    Come on that is just semantics. Because if you don’t implement the model, then you don’t have a model.