-
Recent Posts
Archives
Twitter Updates
- If I were an executive I would not be satisfied with that slide. 13 hours ago
- Agilemazing. RT @jchyip: IBM / Rational from 2006 to 2011 #agileaus instagr.am/p/LO2A85Hp5o/ 13 hours ago
- I, for one, welcome our new trigonometric overlords. 13 hours ago
- The revolution will be mathematical 13 hours ago
- If only we had a way to mathematically rationalize area and mass ... #geometry 13 hours 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