|
 |
|
|
|
|
Most programmers familiar with JSP's Model II architecture and others generally familiar with Model View Controller (MVC) architectures, immediately wonder how the MVC pattern can be applied in an ASP.NET world. This article will demonstrate how the MVC pattern can be applied to an ASP.NET web application and still maintain the basic Microsoft supplied architecture.
|
 |
|
|
|
|
 |
|
|
|
|
This article explains what "Delegates" are, and what is their role in the .NET framework. The author uses VB.NET code to provide working examples of "Delegates".
|
 |
|
|
|
|
 |
|
|
|
|
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario, this article discusses other ways like using HttpContext object.
|
 |
|
|
|