Categories
Modularity Guidance Bundle Screencast Video - Build Pluggable ASP.NET Web Applications by David Hayden , Florida ASP.NET Developer , Tag Web Client Software Factory Modularity Bundle Screencast The Microsoft »
The Microsoft Patterns and Practices Group has dropped a very early release of the Web Client Software Factory that you can download from CodePlex . I say very early release, because you won't find any »
A couple of weeks ago I wrote about using the Inversion of Control (IoC) principle to create classes that are easier to unit test. One major thing I left out of that post was using the Dependency Injection »
Enable AJAX on Existing ASP.NET Website Using WCSF by David Hayden ( Microsoft MVP C# ), Filed ASP.NET 2.0 Enabling AJAX on an existing ASP.NET Website involves the monotonous task of adding various Web »
This is a follow up to my post on the Model View Presenter pattern with ASP.Net to address or clarify some of comments from the earlier post. I apologize for being so slow in answering the comments. The »
A friend of mine was asking me a while back about ways to apply the Model View Presenter (the Humble Dialog Box ) pattern to ASP.Net development to promote easier unit testing of the user interface layer »
ASP.NET AJAX Progress Indicator with Live Search Functionality - YUI Style by David Hayden ( Florida Web Developer ), Filed ASP.NET 3.5 I needed to add an ASP.NET AJAX Progress Indicator to a search page »
Model-View-Presenter Pattern - User Interface Design Patterns by David Hayden ( ASP.NET Developer ) I was reading a few blog posts today and noticed that Scott Cate gave a presentation on the Model View »
Billy McCafferty has published a very good introduction to the MVP in ASP.Net that dives into the mechanics of a lot of the common idioms in real life enterprise architecture. I especially liked the example »