[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CSharpHelloWorld
See the IDE-specific links for an IDE-specific explanation.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CSharpHelloWorld
(C#) Hello world
The general C# Hello World program:
namespace ConsoleApplicationHelloWorld
{
class Program
{
static void Main()
{
System.Console.WriteLine("Hello world");
}
}
}
See the IDE-specific links for an IDE-specific explanation.
'Hello world' links
- C
- C++
- C++ Builder, console
- C++ Builder, VCL
- C++ Builder, CLX
- C++ BuilderX, console
- C++ BuilderX, Win32 API
- C#
- PHP
- Prolog
- Turbo C++
- Visual Prolog
- Visual C# Console Application
- Visual C# Windows Application
- Visual C# Windows Application WPF
- ?Visual C# XAML Browser Application
- Win32 API
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
