Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class named String
Message
From
10/11/2013 12:05:22
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01587660
Message ID:
01587672
Views:
35
>Hi,
>I started working with .NET in 2005 and love C# and C# compiler. Although I am still learning basics.
>
>Yesterday while thinking of how to name a class I came up with the name String. And of course, putting this class in my namespace made it very legal (as far as C# compiler is concerned). But I am still wondering, should I be concerned when naming my class the same as probably one of the most used classes in C#?

Using 'String' is safe - but maybe not a good idea from a readability point of view. OTOH, I don't think Thomas's fears are justified re: interaction with other (non-case-sensitive) languages since only the type of a parameter is important.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform