One of the immense advantages that ASP.NET MVC has over classic ASP.NET is the clean separation of concerns between the presentation and controller logic. Unfortunately, while the MVC RC has brought with it many improvements, it has also taken a step towards breaking down the clean separation of concerns...
I absolutely disdain times that I have to modify the domain model to accommodate the inflexibility of UI components. For example, I've encountered situations wherein I'd have to write "pass through" or concatenation properties that would simply append other properties together and expose...
The support of "areas," or groups of controllers and views organized into modules, in a medium or large sized application is absolutely vital. It seems quite bewildering to me that Microsoft intends on releasing ASP.NET MVC 1.0 without built in support for areas. Fortunately, what ASP.NET MVC...
An interesting issue was brought up on the S#arp Architecture discussion today (it was actually brought up on the old S#arp forum...but then I couldn't plug the new location! ;). If you use System.Web.Mvc.BindingHelperExtensions.UpdateFrom to copy fields from a submitted ASP.NET MVC form into an...
To facilitate better integration with SVN clients, S#arp Architecture has been moved to Google Code at http://code.google.com/p/sharp-architecture . Additionally, a discussion group has just been setup on Google Groups at http://groups.google.com/group/sharp-architecture to support use of the architecture...