Wilson Kutegeka

Microsoft MVP - Visual Basic www.clinicmaster.net

Browse by Tags

All Tags » Data Access Layer (RSS)
Code Generation; Generate Visual Basic Code Automatically
Introduction If you develop multitier applications that use a consistent data access framework, you will realize that most of your codes follow a certain pattern, and can be generated automatically. This code generator is based on a Data Access Framework...
Building a Data Access Framework (DAF)
Introduction Imagine you need to architect a multitier, distributed .NET-based app with three logical layers—presentation and interface services, business logic with core functionalities, and data access, where all database stuff and messaging happens...