10 Dec 2009

ASP.NET MVC – 0 to 30 in 30 minutes

2 Comments Uncategorized

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: , ,
written by
Nick Berardi
subscribe
If you found this post valuable and would like to see more like it you can follow me.

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

  1. Reply 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. Reply Nick Berardi says:

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

Leave a Reply