Category Archives: Visual Basic.Net

Extended Error Provider using VB.Net and C#.Net

This article describes how a basic Error Provider class can be extended to include more functionality. This extended class can reduce significant coding for validating objects on windows form. Download Source (VB.Net – VS 2003) Download Source (C#.Net – VS 2005) Features 1) Allows you to validate multiple controls without writing events for each control… Read More »

SQL Server backup utility using VB.Net

Whenever we want to backup or move SQL Server database, most of us prefer to use regular backup utility which is available through Enterprise Manager in SQL Server 2000 or Management Studio in SQL Server 2005. Limitation of using Enterprise Manager or Management Studio is we have to use either complete or differential backups. This… Read More »