-
Recent Posts
Archives
Twitter Updates
- @jbogard cause of the mac, right 3 days ago
- @Encosia @kevindente we're talking about malware right? 3 days ago
- OH "achy breakies" 3 days ago
- Oh no, I just asked a dependency team how many breaky breakies we would have to deal with. Something is horribly wrong. 3 days ago
- @chuckfrey yes, that's what I was after. but none of the tools I looked at were worth the time investment, so I used balsamiq instead 3 days ago
Monthly Archives: March 2010
Serializing models for RouteValueDictionary and later model binding
(tl;dr : The bits, serializing to IDictionary<string, object> for RouteValueDictionary) We have several spots in our ASP.NET MVC 2 app that need to serialize an object into a RouteValueDictionary so that, in a subsequent request, it can be inflated, resurrected … Continue reading
Posted in ASP.NET MVC
5 Comments