The gang at Microsoft has been working on the new ASP.NET MVC -- Model-View-Controller -- framework for a while. In February they announced the MVC Framework v0.1 Relelase Candidate 1 was available ...
In ASP.NET MVC, the Controller is responsible for manipulating your business objects to retrieve the data to display to the user in a View. Since the typical View requires data from several business ...