To create a MVC pattern in C#, you can follow the following steps:
Here is an example of a simple controller that returns a view with some data:
main.cs392 chars18 lines
And here is an example of a matching view that displays the data:
124 chars12 lines
gistlibby LogSnag