Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

C#

Also known as C sharp, C# is a programming language based on C++ and Java that was developed by Microsoft and announced to the public in June 2000 with the introduction of .NET. In 2003, C# became an ISO standard. C# helps developers create XML web services and Microsoft .NET-connected applications for Windows operating systems and the Internet. Below is a basic example of printing "HelloWorld!" to the screen.

 


public class HelloWorld
{
public static void Main()
{
System.Console.WriteLine("Hello World!");
}

Also see: Programming definitions, Programming language

Index

Category:
Dictionary

Related Pages:
C - Definitions

 

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope