Archive for category ASP

.NET Serialization: Binary, SOAP, and XML (VB)

In .NET when you need to shrink an object into a more portable format you have 3 choices.  Binary, SOAP, or XML.  The process of shrinking and expanding the object is called serialization and deserialization.  Each option has it’s own advantages which I will explain. Binary You can serialize an object into binary format quite [...]

, , , , ,

No Comments

Installation Schedule

Background: This is what started it all (at least at my previous employer).  The company I worked for company sells stuff and that stuff has to be installed by a professional installer.  They have a large staff of professional installers.  They have a lot of stuff that needs to be installed.  See where I am [...]

, ,

1 Comment