June 16, 2005

Building .NET Applications with NAnt

key tool in any software development arsenal is a structured build process. NAnt is a tool for building Visual Studio .NET applications that you can incorporate into your development process and that provides something greater than simply compiling code. In teams of developers, there is always going to be a

Aspect- vs. Object-Oriented Programming: Which Technique, When?

ike most developers, I have been developing software systems using object-oriented programming (OOP) techniques for many years. So when I read that aspect-oriented programming (AOP) addresses many problems that traditional OOP doesn’t solve completely or directly, I wanted to better understand its benefits in real world application development. I thought