Knowledge is power. We love to share it.

News related to Mono products, services and latest developments in our community.

denis

MonoX declarative parameter binding

04/06/2010 By denis 0
This content has not been rated yet. 
Bookmark and Share
Declarative parameter binding is one of those small gems that will save you a lot of time that was usually spent of writing QueryString parameter retrieval code. We started for an idea that was described a long ago by a guy named Piers Williams on CodeProject. His article discusses a reflection/attribute based strategy for automatic population of instance fields and properties on an ASP.NET page from parameters supplied via properties of the Request object - GET-based Request.QueryString or POST-based Request.Form...