¡@

Home 

c# Programming Glossary: prefixing

Why does StyleCop recommend prefixing method or property calls with “this”?

http://stackoverflow.com/questions/1562540/why-does-stylecop-recommend-prefixing-method-or-property-calls-with-this

does StyleCop recommend prefixing method or property calls with &ldquo this&rdquo I have been..

Why prefix C# interface names with an ?œI??/a>

http://stackoverflow.com/questions/437649/why-prefix-c-sharp-interface-names-with-an-i

does StyleCop recommend prefixing method or property calls with &ldquo this&rdquo I have been..

To underscore or to not to underscore, that is the question

http://stackoverflow.com/questions/450238/to-underscore-or-to-not-to-underscore-that-is-the-question

that is the question Are there any problems with not prefixing private fields with an underscore in C# if the binary version..

C# binary literals

http://stackoverflow.com/questions/594720/c-sharp-binary-literals

Is there a way to write binary literals in C# like prefixing hexadecimal with 0x 0b doesn't work. If not what is an easy..

Interface naming convention

http://stackoverflow.com/questions/681700/interface-naming-convention

thing of course but I don't see anything positive in prefixing interface names with an 'I'. To me Thing is practically always..

C# Class naming convention: Is it BaseClass or ClassBase or AbstractClass

http://stackoverflow.com/questions/826821/c-sharp-class-naming-convention-is-it-baseclass-or-classbase-or-abstractclass

the recomemded approach to naming base classes Will it be prefixing the type name with a Base or Abstract or whould we just suffix..