Search code examples
asp.net-mvcasp.net-mvc-3setup-project

New MVC project


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!


Solution

  • Here are some tutorials

    MVC 3 with razor

    ASP.Net website

    MVC Music Store

    Strongly typed helpers in mvc

    Brad Wilson's Blog

    MVC Subdomain routing

    MVC Partial Views

    Some javascript for MVC

    MVC Javascript frameworks

    JSON and MVC

    Form update using JSON in MVC