Test your MVC routes with Moq
Routing is a great feature that ships with MVC. The ASP.NET Routing module is responsible for mapping incoming browser requests to particular MVC controller actions. One of the great things about routing in MVC is the ability to rewrite a URL and make it a lot more readable. This is also meant to be better for SEO, but I like that fact the URL's are easy to type and easier to remember.
If you've had a look at an ASP.NET MVC application before you will notice that it...
No comments yet, be the first one to post comment.