ASP.Net MVC 2 video tutorial

Cogman

Lifer
Sep 19, 2000
10,286
147
106
http://channel9.msdn.com/posts/matthijs/ASPNET-MVC-2-Basics-Introduction-by-Scott-Hanselman/
http://channel9.msdn.com/posts/matthijs/ASPNET-MVC-2-Ninja-Black-Belt-Tips-by-Scott-Hanselman/

Really great videos about MVC, and the presenter is great. Wonderful humor. Just thought I would share.

Best part (for me) he types in
"<img width="350" href="something" />"
And says
"Its at this point that all the css guys out there are going 'NOOO, scott Hanselman doesn't know a thing about computers!'" lol. He also makes fun of regular expressions.
 

clamum

Lifer
Feb 13, 2003
26,256
406
126
I know this is an old thread but I figured it was worth bumping for anyone out there just learning ASP.NET MVC. I got put on a project at work to assist in building a website from the ground up using MVC and Entity Framework and I have never done any MVC work before (just regular Web Forms), so these are great references for me.

Two years late, but thanks Cogman! Hahaha.
 

Tweak155

Lifer
Sep 23, 2003
11,449
264
126
I know this is an old thread but I figured it was worth bumping for anyone out there just learning ASP.NET MVC. I got put on a project at work to assist in building a website from the ground up using MVC and Entity Framework and I have never done any MVC work before (just regular Web Forms), so these are great references for me.

Two years late, but thanks Cogman! Hahaha.

I wonder how it relates to the latest MVC (3)?

I watched some MVC 3 videos on MS website and they actually weren't half bad.
 

clamum

Lifer
Feb 13, 2003
26,256
406
126
I wonder how it relates to the latest MVC (3)?

I watched some MVC 3 videos on MS website and they actually weren't half bad.
I am not sure. My co-worker mentioned "Razor" which I do not know much about but I think it is a part of MVC 3?

And yeah, actually the videos and documentation/tutorials on asp.net are pretty dang good IMO.
 

douglasb

Diamond Member
Apr 11, 2005
3,157
0
76
Latest MVC is actually MVC 4. And MVC 2 doesn't relate to it much at all, any more.
 

wand3r3r

Diamond Member
May 16, 2008
3,180
0
0
I think 3/4 are a lot closer to each other, but 2 doesn't have the Razor view engine which is a huge improvement.
 

Train

Lifer
Jun 22, 2000
13,599
90
91
www.bing.com
3 is when I decided to Jump in. Always avoid a 1.0 from MS.

4 doesnt seem to change much.

Razor view engine is very nice.