User-submitted .NET Projects

70
1334 reads
l8rpeace's picture

Submitted by

l8rpeace
Tags:

CreatingVbSqlLoop
A simple example of looping through a SQL Reader in VB. Provide a Connection String, a query, and column name parameters to run this yourself.
Run It Now!
52
2462 reads
Hesham's picture

Submitted by

Hesham
42
1785 reads
Mastermind's picture

Submitted by

Mastermind
Validation Example
Simple Example to implement validation in ASP.NET
Run It Now!
59
2076 reads
Gothian's picture

Submitted by

Gothian
Singelton pattern
This example demonstrate a singelton pattern and how it work. This pattern guaranteed that only one instance of this object will ever be made.
Run It Now!
115
2088 reads
whatever_just_dont_show_error
this is a voice access system...i named it as whatever_just_dont_show_error because every time i try to upload the files...it says error!!!
Run It Now!
75
1316 reads
plasmavore's picture

Submitted by

plasmavore
Tags:

Array2
Another program to implement array in VB
Run It Now!
120
1417 reads
adminguy's picture

Submitted by

adminguy
Tags:

For loop
below program demonstrates how to use for loop in VB.
Run It Now!
67
1804 reads
Michael's picture

Submitted by

Michael
Hello World
Simple Hello World Program
Run It Now!
85
1222 reads
djkoder's picture

Submitted by

djkoder
Array
This is a simple program in vb shows how to implement an array
Run It Now!
102
1494 reads
PhotonZ's picture

Submitted by

PhotonZ
String Concatenate
Below program demonstrates how to caoncatenate two strings.
Run It Now!