Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pet Peeves with .NET
Message
From
18/09/2003 01:18:08
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Pet Peeves with .NET
Miscellaneous
Thread ID:
00830196
Message ID:
00830196
Views:
77
I have one pet peeve with .NET (so far). I have a business object class library that contains an "entity" class for a SQL Server table named "Event". I went through a moderate amount of trouble to automate creation of the entity class definitions for an entire database, and one of the first issues was enclosing all class names and property names in brackets [ ] so I wouldn't run into problems with keywords that happen to match class or property names. Everything was rosy until I added a Web Reference to a Web Service that contained the class definition. It seems that the Reference.vb generator does not include the brackets, which causes a compilation error after I update the Web Reference.

Does anyone else have any pet peeves that they would like to share?
Next
Reply
Map
View

Click here to load this message in the networking platform