I want to learn basic concepts of asp.net mvc in 1 or 2 days. Which books, sites, tutorials or smth else can you reccomend me?
相关问题
- MVC-Routing,Why i can not ignore defaults,The matc
- Entity Framework throws exception - Network Relate
- parameters in routing do not work MVC 3
- Slow loading first page - ASP.NET MVC
- There is no ViewData item with the key 'taskTy
相关文章
- “Dynamic operations can only be performed in homog
- How to get a list of connected clients on SignalR
- How do you redirect to the calling page in ASP.NET
- Change color of bars depending on value in Highcha
- The program '[4432] iisexpress.exe' has ex
- ASP.Net MVC 4 Bundles
- How to get server path of physical path ?
- Cannot implicitly convert Web.Http.Results.JsonRes
http://www.asp.net/mvc has a bunch of pretty good "Getting Started" tutorials...
And the "Gu" gives a pretty good run through here:
http://www.asp.net/mvc/tutorials/getting-started-with-mvc3-part1-cs
you should check this one: ASP.NET MVC
there are plenty of resources, videos, samples and articles.
that is surely the best way to start, take some time to check those videos, starting from the shortest ones then moving to more detailed ones. Good luck :)
Well, the previously provided answers cover some of the great sources you can start with
The following conference session videos are great the start with also :
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