C# - Custom MVC Framework

If your thinking about developing your own MVC framework in C#, then you can check out this sample MVC Framework that was developed using Asp.Net Web Forms. Before running the project ensure that you are using .Net Framework 4.0 or later. The sample project contains a demo website with a few custom dynamic routes to demonstrate how to develop a simple website using the framework. Start by inspecting the BootStrap class found in the root of the application. It will give you an idea as to how the dispatch process is invoked. Download

No comments:

Post a Comment