DUPE: Should 'using' statements be inside or outside the namespace?
If I add a new class using Visual Studio to the project, It adds all the using statements before namespace but for the same project, FxCop says that put the name spaces inside namespace. Which is a better style of coding?
No comments:
Post a Comment