I just need some guidance. I'm fairly new to MVC3 and to web development in general. I want to create my own project that will involve data storage/access (SQL server db) and user log in functionality. I'm not sure were to start, there seem to be so many ways for this and following tutorials doesn't really give the experience of setting up real life project (or its just my impression). Would you guys suggest starting from an empty MVC3 project, or perhaps use the scaffolding feature and build on top of it and use the membership provider built into it ? Some tutorials (by Scott Hanselman) actually explain how to copy and paste the membership feature into a new project. Is this approach suggested ? Any suggestions will help! Thanks!
Asked
Active
Viewed 359 times
3
-
1While in general, tutorials don't usually seem to correlate to real life situations, I had good luck with the ASP.NET MVC Music Store tutorial. You might try starting there. The whole tutorial only took me a few hours. – Jesse McCulloch Sep 27 '11 at 04:37
-
The [NerdDinner](http://www.asp.net/mvc/tutorials/introducing-the-nerddinner-tutorial) tutorial is very good. It has log in component to it. The [MVC](http://www.asp.net/mvc) site has plenty of useful tutorials that you can use – Beno Sep 27 '11 at 04:40
3 Answers
2
I'm just starting too, I found this very helpful, especially the videos on the left.
But what I found extremely helpful is the MVC Music Store and the Contoso University site (I recommend to download as PDF; you can see a button to do so at the top).

MasterMastic
- 20,711
- 12
- 68
- 90
0
The NerdDinner tutorial is a great way to start with ASP.NET MVC, although the online version is slightly out of date. However, I can strongly recommend the book that this tutorial (in its updated version) is the first chapter of: Professional ASP.NET MVC 3.

Marius Schulz
- 15,976
- 12
- 63
- 97