Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it OK to name web area 'System'?
Message
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 5.0
OS:
Windows 10
Database:
MS SQL Server
Miscellaneous
Thread ID:
01650341
Message ID:
01650355
Views:
28
>>>It is perfectly possible to use 'Application.System' as a namespace - but you must use fully qualified names (or an alias).
>>
>>That is actually an interesting support. Not sure if this is C# specific however.
>
>Isn't the VB.NET 'Imports' directive the same ?
>
>

I think Michel referred to

using MySystem = Application.System;


>>Having said that, I adopted the approach of always, in most cases, fully qualifying the access to namespaces in the code. I just hate it when there is too much transparency.
>
>Not sure you've chosen the right word there - what's wrong with 'transparency' ? :-}
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform