At the heart of all .NET projects is the namespace - it's a little tiny implementation detail that, on the surface may seem minor, but it really is a huge part of your design and your implementation of assemblies. Without a solid understanding of namespaces in C# and Visual Basic, you will somewhat flounder along copy code from the internet/samples without fully understanding what makes things tick!This series is designed to help you get a solid understanding of using namespaces to help organize your code, provide a few Do's and Don'ts for namespaces, and even a few Best Practices. This series covers both C# and VB.NET since namespaces are namespaces; they are not language-dependent.