Creating Dynamic pages in ASP.Net MVC View Article Information Posted Date: 12. January 2017 Author: Anil Sharma Categories: ASP.NET MVC, ASP.NET vNext Keywords: URL Rewriting in MVC, Dynamic Pages in MVC, MVC Routing Example, Custom Url in MVC In our real world of application development, sometimes we need to create dynamic pages in our application. In this article, we will learn about creating the dynamic pages in asp.net mvc. It is suggested to read MVC Url rewriting , if you haven’t idea about MVC Url rewriting or MVC Url Routing. [Continue Reading]
Understanding URL Rewriting and URL Attribute Routing in ASP.NET MVC (MVC5) with Examples View Article Information Posted Date: 10. July 2014 Author: Anil Sharma Categories: ASP.NET MVC, ASP.NET, ASP.NET Web Page, ASP.NET vNext Keywords: URL Rewriting in MVC, URL Attribute Routing, Attribute Routing in ASP.NET MVC, Attribute Routing Examples Url Rewriting and Routing is how ASP.NET MVC matches a URI to an action. MVC 5 supports a new type of routing, called attribute routing, which is also works in ASP.NET vNext. Attribute routing uses attributes to define routes. Attribute routing provides us more control over the URIs in your web application. [Continue Reading]