Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it OK to name web area 'System'?
Message
From
19/04/2017 12:11:33
 
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:
01650421
Views:
20
>>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.....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform