Tag Archives: Mono
Using Namespaces in C#

Using Namespaces in C#

As we’ve seen briefly in a previous example, namespaces in C# can give a project some useful ways to organize code. The most common example of where namespaces are useful is what I’ve dubbed the “System” example. A quick google on C# namespace will land you a ton of results showing a basic [...]

Read full storyComments { 0 }
Mono Logo

A Quick Introduction to C#

With Mono’s 2.0 release it seems there’s no better time than now to start investing in C#, especially if you are looking for platform independence. To help move that investment along, I’ve written up a small tutorial that should get you up and running with C#. Before we begin, you’ll need to grab [...]

Read full storyComments { 0 }
Mono Logo

Mono 2.0 Brings .NET 2.0 Features to the OSS Community

With Mono 2.0 being released yesterday I bet you are wondering “What is this new and great wonder that keeps popping up in the news every now and again?”
Well, Mono is an Open Source, ECMA compliant answer to Microsoft’s .NET set of tools.  Mono has been famed for it’s C# compiler and Common Language Runtime [...]

Read full storyComments { 0 }