Wednesday 6 May 2015

Visual Basic 6.0 Tutorial With Notes and Video

Video tutorial for VB 6.0 and 2008

 




What is Visual Basic? 

Visual Basic, derived from the Basic language, is an object based and even-driven programming language from Microsoft. This language is relatively easy to learn. It enables you to create GUI (graphical user interface) applications easily using the Rapid Application Development (RAD) technique.  The one most interesting feature of this language is , it comes with a designer called Integrated Development Environment (IDE). The easy-to-use tools of the IDE enable you to create buttons, textbox, and other controls for your applications with minimum efforts.

 

 

Friday 16 January 2015

C++ Tutorial For Beginners

 What is C++

C++  is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing the facilities for low-level memory manipulation.

 
 

Saturday 10 January 2015

RDBMS TUTORIAL FOR BEGINNERS



A relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as invented by E. F. Codd, of IBM's San Jose Research Laboratory. Many popular databases currently in use are based on the relational database model.

Origenal data on Wikipedia