S
shapper
Hello,
Where can I find some information on .NET naming conventions?
For example, controls prefixes, properties, etc?
And is it normal to name variables with prefixes?
Dim sName As String
If not why is so used something like:
Dim dsNames As Dataset
Or
Dim drName As Datarow
Thanks,
Miguel
Where can I find some information on .NET naming conventions?
For example, controls prefixes, properties, etc?
And is it normal to name variables with prefixes?
Dim sName As String
If not why is so used something like:
Dim dsNames As Dataset
Or
Dim drName As Datarow
Thanks,
Miguel