Answered by:
Book for MVC for beginners

Question
-
User16398469 posted
Please suggest any book for mvc....since i don't know anything about mvc so i want a book for mvc that would be good for beginners..containing all basics and easy to understand.....thanx
Wednesday, November 21, 2012 2:29 PM
Answers
-
User1288683547 posted
Im learning MVC by http://www.dotnetfunda.com/articles/article1297-how-to-create-a-simple-hello-world-aspnet-mvc-tutorial-no-1-.aspx site, it explain by Sivaprasad, really it is worthful for read
Few more...
- http://www.codeproject.com/Articles/207797/Learn-MVC-Model-view-controller-Step-by-Step-in-7
- http://www.asp.net/mvc
- http://msdn.microsoft.com/en-us/vs2010trainingcourse_aspnetmvc3fundamentals.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, November 22, 2012 1:55 AM
All replies
-
User1779161005 posted
Wednesday, November 21, 2012 2:35 PM -
User-1358418133 posted
Hi Shiv27
Have to go along with Allen on this one! I've read through most of the book and have to say it is fandabbydosey mate!
Cheers
Wednesday, November 21, 2012 4:48 PM -
User104477476 posted
I have two ASP.NET MVC books as follows:
- Programming ASP.NET MVC 2nd Edition by Dino Esposito (Microsoft Press)
- Professional ASP.NET MVC 4 by Jon Galloway, Phil Haack, Brad Wilson, K. Scott Allen (Wrox)
I must warn you that neither of these books are beginner books. Both of them basically assume that you are quite familiar with C#, HTML/CSS, and basic to intermediate web application programming. My background is mostly ASP Classic (VBScript), HTML/CSS and VBA. These books are working OK for me but I've been doing entry level to intermediate web programming off and on for about six years already.
I think a fairly good starting point is some videos you can find at YouTube. Just search on YouTube for "asp.net mvc step by step".
If you're trying to understand the Model View Controller architecture more fundamentally then you're probably headed the wrong direction. While there are surely similarities in implementation of the MVC architecture across almost all MVC frameworks, you must also realize that there are lots of differences too. MVC Architecture has been around since the late 70's.
Wednesday, November 21, 2012 6:37 PM -
User1288683547 posted
Im learning MVC by http://www.dotnetfunda.com/articles/article1297-how-to-create-a-simple-hello-world-aspnet-mvc-tutorial-no-1-.aspx site, it explain by Sivaprasad, really it is worthful for read
Few more...
- http://www.codeproject.com/Articles/207797/Learn-MVC-Model-view-controller-Step-by-Step-in-7
- http://www.asp.net/mvc
- http://msdn.microsoft.com/en-us/vs2010trainingcourse_aspnetmvc3fundamentals.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, November 22, 2012 1:55 AM -
User197322208 posted
Book for MVC for beginnersI suggest you http://www.asp.net/mvc . Then you can find advanced books.
Thursday, November 22, 2012 2:09 AM -
User151468730 posted
Hello Shiv27,
Congratulations on your choice to learn MVC.
You can look at some tutorials here: http://www.asp.net/mvc/
Also, from what I gather the following texts and resources should aid you in your study:
An interesting book to begin with is: Test-Drive ASP.NET MVC (Pragmatic Programers) By Jonathan McCracken.
http://www.amazon.com/Test-Drive-ASP-NET-MVC-Pragmatic-Programmers/dp/1934356530/ref=sr_1_1?ie=UTF8&s=books&qid=1282153939&sr=8-1This book covers both Test Driven Development (TDD) and MVC 2.0, as well as some other essentials of application development.
Also, there is an online resource available which explains exactly what asp.net mvc is and how to use it: http://www.howmvcworks.net/Home/Topics
Happy Reading! Happy Learning!
With Kind Regards,
Wednesday, December 26, 2012 9:06 PM