I have 3 days to learn the basics of ASP.NET MVC and create a very small PoC web application with it.
What are currently the best online resources for:
- Learning the basics in a tutorial-like way
- Reference material regarding ASP.NET MVC
- Best practices regarding the use of ASP.NET MVC
I am not looking for general info about the MVC pattern since I have been using it in past (desktop) applications.
Please note:
This question has been asked before on SO, but the big threads I have seen are about half a year old already and seeing the pace at which ASP.NET evolves I am not sure if those are still up to date and if there aren't better choices by now.