Maha

Maha

  • NA
  • 0
  • 326.4k

Namespace

Dec 4 2011 9:25 AM
There are many namespaces in C# for example

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

I know System namespace eliminates need to have System name in every WriteLine() method. I wish to know is there any technique to decide appropriate name space for a program. Is there any articles about this?


Answers (16)