ASP.NET Web Forms Model Binding - My Favorite ASP.NET 4.5 Feature
With the release of ASP.NET 4.5, Web Forms developers managed to obtain some amazing new features even with all of the emphasis being placed on MVC. Of these new features, the most helpful, in my opinion, is the ability to do Model Binding in a similar manner to MVC within WebForms.
Read Full Article