ASP.Net MVC (Model-View-Controller):
- What is (the original GOF pattern): https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
- ...And the MS (open source) implementation: https://en.wikipedia.org/wiki/ASP.NET_MVC
- https://www.asp.net/mvc (the MS MVC site)
- https://channel9.msdn.com/Series/Introduction-to-ASP-NET-MVC
- https://mva.microsoft.com/en-us/training-courses/introduction-to-asp-net-mvc-8322?l=nKZwZ8Zy_3504984382
MVVM (Model-View-View-Model):
- What is: https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel
- http://www.learnmvvm.com/
- https://channel9.msdn.com/Search?term=mvvm#ch9Search&lang-en=en (all MVVM videos from Channel 9)
MVP (Model View Presenter):
- What is: https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter
- https://channel9.msdn.com/Search?term=model%20view%20presenter%20#lang-en=en&ch9Search (not much here around)
Remember to keep on checking the Channel 9 Videos as well as the Microsoft Virtual Academy.