Beyond the Monad fashion: Creating web forms with LINQ

added by tomasp
3/14/2011 12:29:01 PM

113 Views

Formlets are elegant functional abstraction for describing web forms that encapsulates both rendering and functionality. In this article, we look how to write formlets in C#. Although formlets are not monads, we can still use elegant LINQ syntax. Interestingly, using the join clause...


0 comments