Community

Strongly Typed Route Data in ASP.NET MVC

(Malcolm Sheridan) A good practice to get into is using strongly typed objects as much as possible. This is sometimes hard to do, but try whenever you can! Recently I was working with routing data on a project, and you reference these values through RouteData, which returns a RouteValueDictionary ob

Read More - Register for Free Membership