Today I delivered yet another MSDN session at Microsoft. This time it was about ASP.NET MVC 4 Beta.
The biggest news for this version is a new template project named Single Page Application (SPA).
Implementing SPA is now possible using several client libraries like Knockout, upshot and History.
Those libraries combined with ASP.NET Web API allow us to write desktop/mobile like application using web technologies.
All samples and PPTs introduced during the session can be found here
I hope you enjoyed the session and while reading those words you are already in the middle of MVC 4 installation process ...