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