Monday, July 17, 2006

mono, stereo, dolby? what am I talking about?

First of all... ...mono. .NET for everyone. I liked programming C#, but since I am using Ubuntu Linux it got a little hard to do, but sudo apt-get install mono monodevelop solved my problem.
MonoDevelop is a very comfortable tool for developing .NET applications using Linux. I think it will take some time for me to get used to it, but it is defenitly possible.

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

No comments: