Browse by Tags

All Tags » Design Patterns » ASP .NET (RSS)
Nice blog from David Mauri on explaining the importance of a Data Access Layer.
Matt Berther is doing something similar to what I was talking about in my previous post . Where we differ is where to do the validation of the business rules. He's wrapping his IMyView in a class that knows how to perform the Business Rule validation...
I've been reading about and applying Test Driven Development and Design Patterns over the last few months. Today I saw the culmination of that effort in the design of new module of ASP .NET software that was added to an existing project on Monday. Early...
I've recently begun using Test Driven Development as my method for developing and maintaining applications. A worry I had early on was that I have inherited several poorly designed ASP .NET applications (read "poorly designed" as "not designed") and that...
More Posts