27
APR
2004

AssemblyToVisio – Visio 2003 UML diagram generator

Now you don’t need anymore the architect edition of Visio to generate your UML diagrams from an assembly. Now you can use Assembly2Visio from GotDotNet. It has the extra feature that you can use regular expressions to filter class names and its totally integrated...
06
APR
2004

Limitation of XMLSerializer

In a distributed application I created a project (facade) where all business logic reside. I wrote a ConfigSettings class where all configuration settings reside, like for example the connectionstring. These settings are fetched from an XML file through the XMLSerializer from...