Back to Basics: Converting a Web Page to a Web Form View

Posted on Simple Talk See other posts from Simple Talk
Published on 20 April 2010 Indexed on 2010/04/22 12:44 UTC
Read the original article Hit count: 187

Filed under:
ASP.NET developers can learn a lot from MVC practices. This article shows you how to structure a WebPage in an ASP.Net web application so that it is behaves like an MVC View, and suggests a number of ways to increase the quality, and portability, of ASP.NET applications by encapsulation, and separating the logic between the Presenter and View.

© Simple Talk or respective owner

Related posts about .NET Framework