Remove Unused namespaces
C# Organize Usings (Visual Studio)
In your C# program, you have a list of using directives at the top that allow you to access types easily. These may be in any order, but to make reading them easier, alphabetizing them is important. In this article, we take a look at the Organize Usings feature in Visual Studio 2010.
Comments
Post a Comment