Mono/.NET Links

Here you’ll find links to articles, tutorials and how-to’s that I’ve found helpful while programming on the .NET platform. The focus will be more specifically on the open-source implementation, Mono, the C# language and the .NET bindings to Gtk+ and Gnome, known as Gtk#.

General .Net:

Gtk#:

  • GtkSharp TreeView Tutorial - Great tutorial to learn the concepts behind the at first complicated but extremely powerful Gtk TreeView widget. (C#)