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.
Written by Mark Gella
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#.net
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#