Updated the library to support .NET 4 framework and fixed some class visibility issues. Was using .NET 3.5
Cheers
After much procrastination, the library has been hosted. All source code has been committed. The .dll exists under the v1.0 folder. Testing the system will be further conducted when the library can do something useful, such as convert an object of one type to an object of another type.
Although this was an easy step, it needed to be officially completed. The idea of object conversion has been sitting in my brain for six months or so since I started my research on software design patterns. The creation of this project sets the wheels in motion. Hopefully the library can stop at a final destination where the most common object representation are included in the library.... read more