In playing with ASP.NET routing, I came across this really weird piece of code in a class called RouteValueDictionary which I can reproduce here;RouteValueDictionary dictionary = new RouteValueDictionary(
new { key1 = "value1", key2 = "value2",
Read More