D
Douglas McCormick
Hello,
We are converting our VB .NET 1.1 code to 2.0. The compiler is issuing many
messages similar to the following:
warning BC40031: Name '_shoppingCartItemID' is not CLS-compliant.
They are all referring to Private Member Variables beginning with an
underscore "_".
In the past, this has been Microsoft's suggested naming convention, so we
have many variables named as such. We would like our assemblies to be
CLS-compliant, but we would also prefer to keep a specific naming convention
for private member variables, so they can be instantly identified as such.
Does anyone have any suggestions as to the new "recommended" naming
convention?
Thanks,
Douglas McCormick
We are converting our VB .NET 1.1 code to 2.0. The compiler is issuing many
messages similar to the following:
warning BC40031: Name '_shoppingCartItemID' is not CLS-compliant.
They are all referring to Private Member Variables beginning with an
underscore "_".
In the past, this has been Microsoft's suggested naming convention, so we
have many variables named as such. We would like our assemblies to be
CLS-compliant, but we would also prefer to keep a specific naming convention
for private member variables, so they can be instantly identified as such.
Does anyone have any suggestions as to the new "recommended" naming
convention?
Thanks,
Douglas McCormick