Creating Data Transfer Objects (DTO) with CodeSmith

I’ve created a template for CodeSmith to create Data Transfer Objects automatically by simply supplying the path and file to your domain model assembly file. This assembly should have all your business objects included. The template does the rest. I only spent two days on this but it works for the most part including generics. It basically uses reflection to create a DTO version of each business class.

 I was going to extend it by using Attributes to decorate class names as well as properties for your domain model; but, found that this current version fits my need at the moment.

Feel free to extend and enhance it. Let me know if you create a new version so that I can enjoy that as well. 🙂

You can download the file here.

UPDATE 07-15-2006: I have updated the template to support Enums. I also created a console app so that you can call this during your build process.

Hello world!

Welcome to my blog, finally. For those who don’t know me, my name is Thomas Jaeger and I will be posting about software development and architecture as a whole using .Net and the latest tools and automation processes to make life easier.

One of my talents is being able to motivate and inspire other programmers to create the next great thing. Many programmers do not relies that they posses a gift. A gift to create, to build something from nothing. The urge to create is what many programmers love.

Anyways, as time permits I will write more about my experiences and thoughts. Enjoy!