Showing posts with label mono. Show all posts
Showing posts with label mono. Show all posts

Wednesday, March 31, 2010

Mono

Yay! Got the debugger to work (this is 2.0).

This is a very nice development environment.

Friday, March 26, 2010

That's the way to do it. Writing a small utility app in C# for work. On Windows, of course, under .NET 3.5. Get the app running nicely and, just for interest, realise it ought to run on Mono (that's the binary, not recompiling the source).

So, copy the app to a Linux box, and, whoa, it runs perfectly under mono. No recompile, no downloads. It just runs. Perfectly.


By the way, I use SharpDevelop. It's neat, small, fast and free.