.NET Applications
XML Web Services
SQL Server Database
Web Traffic Statistics
Much More... |
| |
|
| Windows
2003 Server
2.4 GHz Pentium 4
1024 MB RAM
80 GB Hard Drive
1000 GB/month
Fully Managed
Free Setup!
$268.00/month |
| |
|
10 or more Domains
Windows Services
Custom Plans |
| |
|
|
|
ASP.NET Language Guide
C#
int i = 0;
while (i<3) {
Console.WriteLine(i.ToString());
i += 1;
}
VB.NET
Dim I As Integer
I = 0
Do While I < 3
Console.WriteLine(I.ToString())
I += 1
Loop
JScript.NET
var i : int = 0;
while (i < 3) {
Console.WriteLine(i);
i += 1;
}
|
|
|
|