VISUAL BASIC AS OOPS ( Object Oriented Programming )
In this world , Every thing is an object and every object has a type known as a class. In object oriented programmi...
Showing posts with label Training. Show all posts
Showing posts with label Training. Show all posts
Sunday, 7 July 2013
Introduction To Visual Programming
The Field of visual Programming has grown from a marriage of work in Computer Graphics, Programming languages and Human - Computer Interaction. As the fields of Visual Programming...
Thursday, 4 July 2013
USING TEXT FILES IN VB.NET (VISUAL STUDIO 2010)
USING TEXT FILES IN VB.NET (VISUAL STUDIO 2010...
Wednesday, 3 July 2013
What is XML
HTML and XML are brother and sister. Their mother is SGML...
Tuesday, 2 July 2013
Date Difference Am to Pm Visual Basic.NET
Instructions To Operate Date Difference Am to Pm
* First Enter Date 'Hr', 'Min' and 'Sec' TextBox In First Row* Also Choose "Am/Pm" from ComboBox In first Row* Now Put Check Mark on "Submit checkbox "* Similarly Enter 'Hr', 'Min' and 'Sec'...
Conversion Functions VB.NET
Visual Basic supports a number of ways of converting from one type to another. The conversion function would take such a value , String, expression and attempt to convert it. It the conversion...
Monday, 1 July 2013
Numeric Functions in VB.NET
Numeric Funcitons provides various function to be operated on integer or numeric variables to get Required result. Main Numeric Functions in VB.NET are :...
Friday, 28 June 2013
String Functions VB.NET
1. Len Function :- The Len function returns the length of the string variable given as argument ...
Thursday, 27 June 2013
Writing first program in VB.NET
First application will be named
HelloWorld
...
Wednesday, 26 June 2013
Commom Language Runtime (CLR) In VB.NET
It is common managed environment where all the .net programs run. Supports multiple languages and has garbage collection....
Tuesday, 25 June 2013
FROM VB6 TO VB.NET
The switch form the old visual studio versiom6 to newer Visual Studio .NET to Create Visual BAsic
programs represents a update in technology . It represents far more than changing of a version name. When upgrading from Visual Studio 6 , Instead of naming it version , Microsoft used the term .NET as the name of the new version to denate the difference that it carries from the...
Monday, 24 June 2013
Registration Instructions for Visual Basic 2010 Express Software
Registration Instructions for Visual Basic 2010 Express Software
Registration of the Visual Basic 2010 Express software is required by Microsoft within 30 days of installation.
Registration is free!...
Friday, 21 June 2013
Installation of Microsoft Visual Studio 2010
Microsoft Visual Studio is a Software Development Tools Kit Developed By "Microsoft Corporation" . Microsoft Visual studio similarly to its previous components consist of Integrated...
Thursday, 20 June 2013
INTRODUCTION TO VISUAL STUDIO 2010
Visual Basic 2010 is the latest version of Visual Basic launched by Microsoft in 2010. It
is almost similar to Visual Basic 2008 but it has added many new features. Visual Basic
has gone through many phases of development since the days of BASIC that was built
for DOS. BASIC stands for Beginners' All-purpose Symbolic Instruction Cod...
Wednesday, 19 June 2013
Declare Variable in SQL
VARIABLES :- Variables are particular amount of memory area that are used to store the data values required to get producing the desired output from the program or SQL query . But Before using or allowing these variable to hold the specified data values we must declare them . The Declaration Statement of variable also tells the type of data that the variable will hold....
Tuesday, 18 June 2013
Create Functions in SQL
Functions provide a good way to group some set of statements under a particular valid Function -Name that can used in various portions in Program . Functions allows us to use particular set of statements that will be used a number of times in different portions of program by single name. A particular set of statements used to perform specific function a...
Monday, 17 June 2013
Stored Procedures in SQL
Stored Procedures in SQL
Stored Procedures are set of Pre-compiled Queries . By word "Stored Procedures" we mean the set of statement that are only compiled first at time of first time they are compiled and stored and saved on SQL Server for use in future are called as Stored Procedure...
Friday, 14 June 2013
Joins in SQL
Joins in Structured Query Language (S Q L) are used to Store and Retrieve data from two or more Tables . Joins Store and Retrieve data On the basis of given Join Condition. The Given Join condition tells how and which data to retrieve / store in and from Database Tables....
Wednesday, 12 June 2013
datediff in sql
Structured Query Language Provides Several Functions to perform date and time related operations. These functions allow you to add dates , times. To Find difference between dates and time etc.
1. CurrentDate :- Current Date is used to display current date according to date set in computer system...
Monday, 10 June 2013
Grouping Functions in SQL
Grouping Functions :- Grouping Functions operate on sets of rows to give one result per group. Unlike single row functions, group functions operate on sets of rows to give one result per group. These sets may be full Table or Table split into groups ...
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...