Category
MVC
The Model-View-Controller pattern separates application logic into three components, making code more organized and testable.
1 articleSample Code - Use ASP.NET MVC With Razor
2015/10/31·1 min readA sample showing how to use one ASP.NET MVC action to handle multiple page data using Razor ViewBag and a page data model.