Possible Duplicate:
Should Usings be inside or outside the namespace
I've noticed that sometimes lately when I've used Visual Studio's "Resolve" feature to add using statements to a class or unit, it's been adding them below the namespace declaration. Although it doesn't seem to make any difference, it looks "weird" to me, so I copy and paste them up above "where they belong." Should I leave them be, or does it not matter which side of the namespace they lie?