skip to main
|
skip to sidebar
Search........
Enter your search terms
Submit search form
Web
dotnet4beginners.blogspot.com
Sunday, March 2, 2008
Hello World......
N.B : While doing the console you should be vigilent about the case...Because c# is case sensitive
using System;
namespace Hello
{
class world
{
static void Main()
{
Console.WriteLine("Hello World");
}
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Time and Tide Waits for None
About Me
Paul Varghese
Angamaly, kerala, India
I'm a MCPD
View my complete profile
More on .NET
Advanced Programming
Download
Download Daemon tool To Install the Express edition (Mount image by right clicking on icon in quick launch)
http://windowsclient.net/learn/videos.aspx
http://www.asp.net/LEARN/ajax-videos/
http://www.contentpresenter.com/
http://www.killersites.com/web-design/videos
http://www.microsoft.com/Express/Download
Smilu's C# Tutorial
Whether the Postings meet the needs of the Beginners....?
Blog Archive
▼
2008
(18)
▼
March
(17)
While Loop
Looping Statements
Arithmetic operators with switch
switch statements
Conditional Statements
Double...
converting to character
/* Here we are going to add two numbers */using Sy...
convert To Int
Input
How we will get the input....
Hello World......
This is how console Application works,,,,
Console
About Dot Net and How it works
Know About Object Oriented Programming
Before we start....
►
February
(1)
No comments:
Post a Comment