Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it OK to name web area 'System'?
Message
 
 
À
18/04/2017 15:12:46
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 5.0
OS:
Windows 10
Database:
MS SQL Server
Divers
Thread ID:
01650341
Message ID:
01650355
Vues:
29
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform