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

Saturday, January 16, 2010

Step By Step C# program

Today I am going to write a Blog in which I will writer how to learn C# programming.


I will give you simple and easy way idea by which you can easily write a program.



Here you can ask any question in C#.



Now I am going to write step by step C# ’s program.





using System;

class First

{

public static void Main()

{

Conosle.WriteLine("Welcome to C# programming");

}

}

No comments:

Post a Comment