/csharp

Conceptual programs related to C# and the .NET framework.

Primary LanguageC#MIT LicenseMIT

csharp

Conceptual programs related to C# and the .NET framework.

Installation

You need the Mono framework for running C# programs on Ubuntu (linux). Installation instructions available on the official website.

Execution

Use the following commands to execute C# programs:

csc hello.cs
mono hello.exe

Complete instructions available in the Mono Basics guide.