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:
- String formatting in C# - Guide to using the static Format method of the String object in .NET
- Regular Expression Cheat Sheet (.NET) - A quick reference for regular expressions
Gtk#:
- GtkSharp TreeView Tutorial - Great tutorial to learn the concepts behind the at first complicated but extremely powerful Gtk TreeView widget. (C#)
