• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ASP.Net MVC 2 video tutorial

Cogman

Lifer
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.
 
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 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.
 
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.
 
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.
 
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.
 
Back
Top