Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it OK to name web area 'System'?
Message
De
19/04/2017 12:11:33
 
 
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:
01650421
Vues:
21
>>What using directives did you have ?
>
>We had
>
>using System.Web.Mvc;
>using SysManager.Web.Models;

It would have worked with:
using System;
//.....
public DateTime SomeDate {get;set;}
but fighting needless battles by having a System namespace.....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform