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

December 12th, 2009 at 11:07 am
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
December 13th, 2009 at 9:13 pm
Come on that is just semantics. Because if you don’t implement the model, then you don’t have a model.