Free Code for VB Net Development
VB NET bookstore that exposes methods to automate the database work. It was developed for projects that use SQL Server, but can easily adapt for other data engines that allow the use of stored procedures.
This bookstore allows implementing a load balancing for web applications, this balancing is based on the orchestration of several applications at the IIS level and that point to the same web application code, then these multiple instances of the same application are distinguishing the user connections through this bookstore. It requires that a couple of tables that administer the names of the IIS instacias and another that maintain user connections be implemented on the data server used. (The SQL script is included in the project to create these tables such as the stored procedures used to implement the balance).
This library implements the serialization of objects of all kinds (text chains, dataset, files, etc.) and deerialization of them.