Pages

Saturday, May 4, 2013

Hello-World-Program-Using-C#.Net

Hi hello friends, here we are going to start with hello world program using C#.Net .


using system
namespace helloworld
{
    class program
    {
      public static void Main()
     {
         Console.WriteLine(" Hello World ");
     }
  }
}

No comments:

Blogger Tricks And TipsComment here