Welcome to MSDN Blogs Sign in | Join | Help

June 2007 - Posts

cleantestresults XML Snippet

About a year ago, I wrote about an automated way to clean up the TestResults folder created by VSTS. While I still use this approach methodically, I've begun to find it tedious to find my original post to copy and paste the XML into the project file.
Posted by ploeh | 0 Comments
Attachment(s): cleantestresults.snippet

Using Decorators For Inter-Layer Communication

While I hope that my previous post made it clear that Data Transfer Objects are not my first choice for transferring complex data between layers, I still owe my faithful reader(s) an outline of a better alternative. One option is to define an abstraction
Posted by ploeh | 2 Comments
Filed under:

What's An Entity, Anyway?

These days, I seem to be encountering a lot of entities . Not in the sense of non-corporeal beings as usually depicted in certain science fiction TV shows, but in the sense of data structures. Sometimes, they are called business entities . Although the
Posted by ploeh | 5 Comments
Filed under:

Speaking In June

At the upcoming Softwareudvikling på tværs conference, I'll be presenting a session on TOOD on the second day (June 14). The session will be held in Danish.
Posted by ploeh | 0 Comments
Filed under:

State Your Dependency Intent

There are several different ways to implement Dependency Injection (DI), and Martin Fowler describes four of them in his excellent article on IoC/DI . In this article, the first three approaches (Constructor, Property, and Interface Injection) are mainly
 
Page view tracker