ASP.NET MVC 3 Tutorials desperately needed

I 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

链接地址: http://www.djcxy.com/p/55236.html

上一篇: 动态加载代码并获取解析错误的行号

下一篇: 绝对需要ASP.NET MVC 3教程