Tag Archive | "Namespace"

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