7

I am looking for learning materials (like blog posts and tutorials) for ASP.NET MVC 3.0 specific materials.

If you know of any books, blogs, sites or online resources that are exclusively, predominently or even mainly MVC 3.0 related, I would love to hear about them, also, specific links to individual MVC 3.0 related tutorials & blog posts would also be accepted if you were so inclined.

Thank You!

Erx_VB.NExT.Coder
  • 4,838
  • 10
  • 56
  • 92
  • Are you looking for samples/tutorials that only demonstrate the new features in ASP.NET MVC 3.0, or tutorials that involve ASP.NET MVC and touch on 3.0 to an extent? Having been out for less than a month with less than 1300 downloads, you may not find much. – Joseph Yaduvanshi Oct 30 '10 at 01:12
  • @Jim, anything that is MVC 3.0 specific really. I must say, are the downloads count really that low? 1,300? Is that just the Beta release or the Preview 1 and Beta combined? Where did you get this stat? – Erx_VB.NExT.Coder Oct 30 '10 at 01:22
  • It's the only release I see for ASP.NET MVC 3: http://aspnet.codeplex.com/releases/view/54306 – Joseph Yaduvanshi Oct 30 '10 at 02:07

4 Answers4

5

Pro ASP.NET MVC 3 Framework, Third Edition by steve sanderson

Tassadaque
  • 8,129
  • 13
  • 57
  • 89
2

I recently went to one of the asp.net MVC3 web camps in Redmond, WA. You can access all their presentation slides , demos and labs here. I found it pretty useful as an introduction to MVC3. There are beginner and intermediate labs. Hope this helps! http://trainingkit.webcamps.ms/AspNetMvc.htm

Of course, as they are free, you can check the schedule to see if there might be one near you. Especially useful for beginners and if you have specific questions, they had a lot of their team on hand to answer questions.

PreethaA
  • 905
  • 12
  • 13
1

Microsoft's Channel9 site has quite a few MVC 3 focused videos here: mvcConf

The videos aren't necessarily beginner level but they cover a range of useful topics like deployment, integrating jQuery and improving performance, among others.

Also, check out Professional ASP.NET MVC 3 by Jon Galloway, Phil Haack, Brad Wilson, K. Scott Allen

TrumanCode
  • 582
  • 1
  • 4
  • 13
  • I gotta say, those video resources were a great find. I think there are other yearly talks/seminars where MVC videos are uploaded and made public, but I forget their names (usually live sessions but recordings uploaded after weekend or week ends). If you remember any of them, feel free to update answer or list. Thanks. Accepted as answer. – Erx_VB.NExT.Coder Jul 28 '13 at 13:55