ploeh blog

Mark Seemann's discontinued .NET blog.

June, 2007

Posts
  • ploeh blog

    cleantestresults XML Snippet

    • 0 Comments
    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....
  • ploeh blog

    Using Decorators For Inter-Layer Communication

    • 2 Comments
    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...
  • ploeh blog

    What's An Entity, Anyway?

    • 5 Comments
    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...
  • ploeh blog

    Speaking In June

    • 0 Comments
    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.
  • ploeh blog

    State Your Dependency Intent

    • 8 Comments
    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 1 of 1 (5 items)