Expert Online Training in Computer Languages and Different Technologies By NIIT Faculty having 14 Years of Professional IT Experience.
Want to score good marks in college subjects like C, C++, Java, PHP, VB.net, VB, DBMS, RDBMS, Oracle, MySQL, SQL Server, Open Office on Linux.
Visit My Website for More Information : www.gtit.in
Thursday, September 20, 2012
How to write Simple Program in C #.Net 2008
using System; class Program { static void Main(string[] args)
{ Console.WriteLine("Hello");
Console.ReadLine(); } }
No comments:
Post a Comment