Mono

C# provided by Mono: a cross-platform, open source, .NET development framework

NAnt installation

The most popular build tool for Mono is NAnt. To install it, simply type:

$ sudo dnf install nant

NUnit installation

NUnit is very useful for test driven development. To install it, simply type:

$ sudo dnf install nunit nunit-gui