Among all flavours of MVC and its brothers (Model View ViewModel, Model–view–adapter, Model–view–presenter, Observer pattern, Presentation–abstraction–control, Hierarchical model–view–controller), the Microsoft implementation of the pattern in .Net MVC framework is based on Front Controller pattern and Model 2 patterns ["Programming Microsoft ASP.NET MVC" by Dino Esposito].
Tag: ASP .Net MVC
2 posts
Today is a great day - the third version of ASP .Net MVC framework was released! I like this trend in Microsoft's approach, providing free tools to quickly and cheaply start development, increasing your productivity and making you think about a quick Return of Investment - only your time is involved.