Last Updated: December 26, 2018
·
1.126K
· acemtrace

using `System` as namespace

One thing I just learned: never use System as a namespace for your Visual Studio project, be it C#, or VB.NET or anything else.

a bad example will be:

namespace Something.System.Namespace

or

namespace Something.System

it can cause confusion when compilation starts.