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.
.NET, Presentation, Web

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
Come on that is just semantics. Because if you don’t implement the model, then you don’t have a model.