Conceptual programs related to C# and the .NET framework.
You need the Mono framework for running C# programs on Ubuntu (linux). Installation instructions available on the official website.
Use the following commands to execute C# programs:
csc hello.cs
mono hello.exeComplete instructions available in the Mono Basics guide.