Wilson Kutegeka

Microsoft MVP - Visual Basic www.clinicmaster.net

Browse by Tags

All Tags » Code Generation (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...
Code Generation; Generate Stored Procedures Automatically
Introduction A couple of times when developing a new application, you’ll need to write some stored procedures for the basic CRUD (Create, Read, Update, and Delete) operations for each table in your database. Without at least these four, the software...