Presenting templates for int and string ValueObjects

Most ValueObjects that i have implemented were wrappers around an int or a string. Apart from the domain specific rules, there is a lot of repetitive work in implementing operator overloads, IEquatable<T>, IComparable<T>, … Thus i decided to create a couple of Item templates that generate this code (and related tests).

Simply save IntValueObject.zip and StringValueObject.zip under %My Documents%\Visual Studio 2005\Templates\ItemTemplates and click on “Add New Item” in your project:

screenshot of add new item dialog in visual studio

Add the bottom of the dialog you can choose one of the templates:

screenshot of add new item dialog in visual studio

Here is the result of adding an International Standard Book Number class:

screenshot of generated artificates for isbn

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackbacks and Pingbacks: