Posts Tagged .NET 3.5
.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 [...]
E-manage Mobile Portal
Posted by Eric in .NET 3.5, ASP.NET, MS SQL, Web Applications, Web Services on August 18, 2009
Background: E-manage is a business management application. It is capable of managing customer databases (CRM) as well as projects, invoices, purchase orders, and inventory to name a few. The e-manage client application runs on a users desktop and uses Microsoft .NET as foundation along with a Microsoft SQL Server as the back-end. Problem: Getting information [...]



