When to use a routing rule vs query string parameters with asp.net mvc
- by mwright
We're considering moving forward with a ASP.NET MVC project and the subject of routing versus parameters came up.
Seeing as how you can easily set up either or a combination of both in ASP.NET MVC, are there any considerations that I should be aware of when using one or the other?