Click here to Skip to main content
15,891,943 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Weirdness with the C# editor in VS. Pin
Greg Utas17-Sep-19 9:00
professionalGreg Utas17-Sep-19 9:00 
GeneralRe: Weirdness with the C# editor in VS. Pin
honey the codewitch17-Sep-19 9:01
mvahoney the codewitch17-Sep-19 9:01 
GeneralRe: Weirdness with the C# editor in VS. Pin
Richard Deeming17-Sep-19 9:27
mveRichard Deeming17-Sep-19 9:27 
GeneralRe: Weirdness with the C# editor in VS. Pin
honey the codewitch17-Sep-19 10:04
mvahoney the codewitch17-Sep-19 10:04 
GeneralRe: Weirdness with the C# editor in VS. Pin
David O'Neil17-Sep-19 16:27
professionalDavid O'Neil17-Sep-19 16:27 
GeneralRe: Weirdness with the C# editor in VS. Pin
Sander Rossel17-Sep-19 22:38
professionalSander Rossel17-Sep-19 22:38 
GeneralRe: Weirdness with the C# editor in VS. Pin
kalberts17-Sep-19 22:57
kalberts17-Sep-19 22:57 
GeneralRe: Weirdness with the C# editor in VS. Pin
Richard Deeming18-Sep-19 0:42
mveRichard Deeming18-Sep-19 0:42 
It's suggesting that they can be simplified to the C# built-in type keywords: object instead of Object, and char instead of Char.

Built-in types table - C# Reference | Microsoft Docs[^]

It doesn't make a huge difference for these two types. But it's worth noting that it's possible to define your own Object and Char classes, whereas you can't define a class called object or char without prefixing it with @. (Could be useful if you wanted to really annoy your colleagues.)



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Weirdness with the C# editor in VS. Pin
kalberts18-Sep-19 1:15
kalberts18-Sep-19 1:15 
GeneralRe: Weirdness with the C# editor in VS. Pin
honey the codewitch18-Sep-19 1:47
mvahoney the codewitch18-Sep-19 1:47 
GeneralDataTable to Model/ViewModel Generator - Part 3 Pin
#realJSOP17-Sep-19 7:56
mve#realJSOP17-Sep-19 7:56 
GeneralRe: DataTable to Model/ViewModel Generator - Part 3 Pin
honey the codewitch17-Sep-19 8:00
mvahoney the codewitch17-Sep-19 8:00 
GeneralRe: DataTable to Model/ViewModel Generator - Part 3 Pin
#realJSOP17-Sep-19 8:39
mve#realJSOP17-Sep-19 8:39 
GeneralRe: DataTable to Model/ViewModel Generator - Part 3 Pin
honey the codewitch17-Sep-19 8:40
mvahoney the codewitch17-Sep-19 8:40 
RantWhy microsoft, why? Pin
honey the codewitch17-Sep-19 7:42
mvahoney the codewitch17-Sep-19 7:42 
GeneralRe: Why microsoft, why? Pin
Marc Clifton17-Sep-19 8:25
mvaMarc Clifton17-Sep-19 8:25 
GeneralRe: Why microsoft, why? Pin
honey the codewitch17-Sep-19 8:25
mvahoney the codewitch17-Sep-19 8:25 
GeneralRe: Why microsoft, why? Pin
Jörgen Andersson17-Sep-19 8:50
professionalJörgen Andersson17-Sep-19 8:50 
GeneralRe: Why microsoft, why? Pin
honey the codewitch17-Sep-19 8:58
mvahoney the codewitch17-Sep-19 8:58 
GeneralRe: Why microsoft, why? Pin
Jörgen Andersson17-Sep-19 9:09
professionalJörgen Andersson17-Sep-19 9:09 
GeneralRe: Why microsoft, why? Pin
honey the codewitch17-Sep-19 9:42
mvahoney the codewitch17-Sep-19 9:42 
GeneralCPPCon keynote video... Pin
Maximilien17-Sep-19 6:11
Maximilien17-Sep-19 6:11 
GeneralProgramming bidding website Pin
Dan Sutton17-Sep-19 5:57
Dan Sutton17-Sep-19 5:57 
GeneralRe: Programming bidding website Pin
dandy7217-Sep-19 6:23
dandy7217-Sep-19 6:23 
GeneralRe: Programming bidding website Pin
Dan Sutton17-Sep-19 7:19
Dan Sutton17-Sep-19 7:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.