3 Jan
2008

Mocking the Model in ASP.Net MVC

Category:UncategorizedTag: , , :

The promise of the new ASP.Net MVC framework is better testability through separation of concerns. With that in mind, some folks are talking about how well that goal is realized with the new framework. One thing that makes testing a little difficult is the fact there is no dependency injection (DI) model built into the […]

Read More
8 Nov
2007

Flexible ASP.NET User Controls

Category:UncategorizedTag: :

In the application that I am currently working on there are several very similar screens. The obvious solution was to create a User Control (UC) that encapsulated the appropriate functionality. Apart from some labels, URLs etc. that were easily taken care of with some simple properties on the UC the only difference between the various […]

Read More