Passing Data from Controller to View


In Brief : In this article i am going to explain how the data can be passed from the controller to view. In the previous article you can see how the routing is done in mvc let us proceed  from that article .

How Routing works in MVC Application


In Brief:
In this article i will explain how the routing is done in MVC Application. In the previous article  we have seen how the input request is get processed .
Let us progress with the same code from request processing article.

Composition of MVC Request path


Composition of MVC Request path

In brief : 
How the MVC request path is structured. Compare to normal web form application it has complete different format. Here that difference is explained by creating sample project. This article helps you to learn basics of MVC in steps.