ASP.NET MVC 3 Tutorials desperately needed [closed]
开发者_运维知识库
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI am a university student who is trying to create a conference scheduler (in ASP.NET MVC 3) that has the ability for the user create conference sessions based on dates and times and for attendees to add sessions to their personalized timetable.
Can anybody please please please recommend any tutorials / websites / blogs that demonstrate how to create something similar that I can use as a starting point to both create this project / learn how to add the features I require?
Your help would be greatly appreciated:)
Samantha
For me, a real world sample is always the most useful where to start :
http://www.asp.net/entity-framework/tutorials/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application
There is a real world sample there called The Contoso University Web Application
Also, look at the ASP.NET MVC Dynamic Universal Map of Resources :
http://msdn.microsoft.com/en-us/library/gg416514(VS.98).aspx
The following conference session videos are great the start with as well :
MVC 3 – 101 by Scott Hanselman : http://channel9.msdn.com/Events/DevDays/DevDays-2011-Netherlands/Devdays002
ASP.NET MVC 3 @:The Time is Now by Phil Haack : http://channel9.msdn.com/Events/MIX/MIX11/FRM03
ASP.NET + Packaging + Open Source = Crazy Delicious by Scott Hanselman : http://channel9.msdn.com/Events/PDC/PDC10/FT01
And there are so many out there on Channel9
As a blog suggestions, My Blog is better than Phil Haack's :D
Not specific tutorials for just this project, but there are great MVC3 tutorials to get you up to grips on http://www.asp.net/mvc.
I think you will have to search a long time to find a so specific tutorial, if it even exists.
Nerd dinner should be a good starting point for your project. It was recently updated to the MVC3
NerdDinner on codeplex
Also look at the Asp.net MVC section for more related resources
How about this well known one: http://nerddinnerbook.s3.amazonaws.com/Intro.htm. Although it is from an MVC1 book the basic principals have not changed in MVC3.
精彩评论