K
Keith Patrick
There's a relatively recent coding guideline that Brad Abrams posted:
"Using statements should be inside the namespace declaration."
No explanation was given, and the only MS code that I've seen that actually
does that is wizard-generated ASP.Net UserControl code. Does anyone know
what the reason for that standard is? I've read the specs on both keywords
as well as the comments for that blog topic
(http://blogs.msdn.com/brada/articles/361363.aspx), but I cannot find any
explanation.
"Using statements should be inside the namespace declaration."
No explanation was given, and the only MS code that I've seen that actually
does that is wizard-generated ASP.Net UserControl code. Does anyone know
what the reason for that standard is? I've read the specs on both keywords
as well as the comments for that blog topic
(http://blogs.msdn.com/brada/articles/361363.aspx), but I cannot find any
explanation.