Welcome To Shadab's Blog

Programming Blog to learn C# , java, Sql Server 2005 and many more things.





About Me

My photo
Bokaro, Jharkhand, India

Friday, December 18, 2009

A simple Program in C#

class First
{
           public static void Main()
           {
                  System.Console.WriteLine("Welcome to C# programming");
           }
}

// you can save this file as extenstion .cs and then compile it...
For compilng -> open commnd prompt
write -> csc filename.cs press enter

For Run-> write only filename on command prompt

No comments:

Post a Comment