Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning Materials for ASP.NET MVC 3.0? Please list! [closed]

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!

like image 238
Erx_VB.NExT.Coder Avatar asked Oct 30 '10 00:10

Erx_VB.NExT.Coder


People also ask

Is ASP.NET MVC still used?

ASP.NET MVC is no longer in active development. The last version update was in November 2018. Despite this, a lot of projects are using ASP.NET MVC for web solution development. As to JetBrains' research, 42% of software developers were using the framework in 2020.

What is the latest version of ASP.NET MVC?

ASP.NET Core MVC 3.1. 1 released on 14 January 2020 is the latest ASP.NET MVC version.

What is difference between ASP.NET c# and MVC?

Asp.Net MVC is a lightweight and follows MVC (Model, View, Controller) pattern based development, model. Asp.Net Web Form has server controls. Asp.Net MVC has HTML helpers. Asp.Net Web Form supports view state for state management at the client side.


4 Answers

  • http://www.asp.net/mvc/mvc3
  • http://weblogs.asp.net/scottgu/archive/tags/MVC/default.aspx
  • http://haacked.com/tags/aspnetmvc/default.aspx
  • http://www.asp.net/learn/whitepapers/mvc3-release-notes
  • http://bradwilson.typepad.com/blog/aspnet_mvc/
  • http://blogs.msdn.com/b/marcinon/archive/tags/asp-net+mvc/
like image 147
marcind Avatar answered Nov 04 '22 14:11

marcind


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

like image 27
Tassadaque Avatar answered Nov 04 '22 13:11

Tassadaque


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.

like image 34
PreethaA Avatar answered Nov 04 '22 15:11

PreethaA


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

like image 34
TrumanCode Avatar answered Nov 04 '22 15:11

TrumanCode