This is a class with all common methods required in database programming in .net. Methods including Execute Scaler , Execute Table and methods related to Prepared statments
CAPTCHA remains the most popular method of physical verification which cannot be beaten by a machine or a program yet. This article presents a simple way of creating CAPTCHA images using Visual Basic
In this tutorial I will show you how to create a simple notebook that can open, save, cut, copy and paste as well as adding printing capabilities and other features. The perfect learning application
This article is about pocket PC / windows smartphone applications developed in the .net environment.This is possible through the Compact Framework provided with the VS.net. It uses the SQL CE as the mobile database.
You have probably seen the little characters that you find in odd places throughout windows, like the paperclip in Microsoft Office. This tutorial teaches you how to use these little characters in your own application. You can also get then to use speech recognition
Polymorphism is one of the key concepts in Object Oriented Programming. Using polymorphism enables the programmer to design software that is easily extensible which, in turn, prolongs the life of that program.
Declaring variables is a very fundamental requirement in programming and you cannot go anywhere without it. For those of us who came from previous versions of Visual Basic, .NET presents a new set of issues with our variables.