This is probably a question for someone at MS, although I haven't found
anything in FxCop or definitive in the newsgroups regarding this, but what
is the current, if any, naming standard regarding base classes? A lot of
the older classes are Base<classname> (i.e BaseValidator), and some newer
ones - and these may be particular to ASP.Net 2 - follow the <classname>Base
pattern (i.e. ProviderBase). Is there a definitive direction the standards
are going on this (very minute) naming convention?
Larry Lard - 13 Jul 2006 11:29 GMT
> This is probably a question for someone at MS, although I haven't found
> anything in FxCop or definitive in the newsgroups regarding this, but what
[quoted text clipped - 3 lines]
> pattern (i.e. ProviderBase). Is there a definitive direction the standards
> are going on this (very minute) naming convention?
Someone with <http://www.amazon.com/gp/product/0321246756> might be
able to answer this. Or you could always get it yourself :)
--
Larry Lard
Replies to group please
When starting a new topic, please mention which version of VB/C# you
are using
Keith Patrick - 19 Jul 2006 20:12 GMT
I bought it, and it has no mention of naming abstract classes. There's
about a page dedicated to them, and it's basically about their constructors.