RSS

Tag Archive | "C#"

Using Namespaces in C#

Wednesday, October 15, 2008

2 Comments

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 [...]

Continue reading...

A Quick Introduction to C#

Wednesday, October 8, 2008

4 Comments

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 [...]

Continue reading...

Mono 2.0 Brings .NET 2.0 Features to the OSS Community

Wednesday, October 8, 2008

1 Comment

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 [...]

Continue reading...