Click here to Skip to main content
15,891,033 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: How fair is this? Pin
Eytukan21-Sep-18 3:13
Eytukan21-Sep-18 3:13 
GeneralRe: How fair is this? Pin
Sander Rossel21-Sep-18 3:13
professionalSander Rossel21-Sep-18 3:13 
GeneralRe: How fair is this? Pin
Eytukan21-Sep-18 3:18
Eytukan21-Sep-18 3:18 
GeneralRe: How fair is this? Pin
Marc Clifton21-Sep-18 3:15
mvaMarc Clifton21-Sep-18 3:15 
GeneralRe: How fair is this? Pin
Eytukan21-Sep-18 3:27
Eytukan21-Sep-18 3:27 
GeneralRe: How fair is this? Pin
Richard Deeming21-Sep-18 3:35
mveRichard Deeming21-Sep-18 3:35 
GeneralRe: How fair is this? Pin
Eytukan21-Sep-18 4:01
Eytukan21-Sep-18 4:01 
GeneralRe: How fair is this? Pin
Marc Clifton21-Sep-18 5:57
mvaMarc Clifton21-Sep-18 5:57 
Vunic wrote:
Thanks Marc!


YW! Richard beat me to it, but my favorites are continuation and coalescing operators, so you can write stuff like this (not that you'd want to, mind you, at least without really thinking about whether your data model is really right, but really handy when you need it!):
int? n;
string ns = n?.ToString() ?? "0";   // oops, forgot the quotes in the original post.
Latest Article - A Concise Overview of Threads

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: How fair is this? Pin
Eytukan21-Sep-18 7:33
Eytukan21-Sep-18 7:33 
GeneralRe: How fair is this? Pin
F-ES Sitecore21-Sep-18 4:32
professionalF-ES Sitecore21-Sep-18 4:32 
GeneralRe: How fair is this? Pin
Daniel Pfeffer21-Sep-18 4:58
professionalDaniel Pfeffer21-Sep-18 4:58 
GeneralRe: How fair is this? Pin
Bassam Abdul-Baki21-Sep-18 5:36
professionalBassam Abdul-Baki21-Sep-18 5:36 
GeneralRe: How fair is this? Pin
ZurdoDev21-Sep-18 5:48
professionalZurdoDev21-Sep-18 5:48 
GeneralRe: How fair is this? Pin
  Forogar  21-Sep-18 5:53
professional  Forogar  21-Sep-18 5:53 
GeneralRe: How fair is this? Pin
Nish Nishant21-Sep-18 8:48
sitebuilderNish Nishant21-Sep-18 8:48 
GeneralRe: How fair is this? Pin
  Forogar  24-Sep-18 3:58
professional  Forogar  24-Sep-18 3:58 
GeneralCCC OTD - Solution. Pin
Pete O'Hanlon21-Sep-18 2:29
mvePete O'Hanlon21-Sep-18 2:29 
GeneralRe: CCC OTD - Solution. Pin
pkfox21-Sep-18 3:44
professionalpkfox21-Sep-18 3:44 
GeneralRe: CCC OTD - Solution. Pin
OriginalGriff21-Sep-18 4:04
mveOriginalGriff21-Sep-18 4:04 
GeneralRe: CCC OTD - Solution. Pin
pkfox21-Sep-18 4:16
professionalpkfox21-Sep-18 4:16 
GeneralRe: CCC OTD - Solution. Pin
Pete O'Hanlon21-Sep-18 4:18
mvePete O'Hanlon21-Sep-18 4:18 
GeneralRe: CCC OTD - Solution. Pin
pkfox21-Sep-18 6:05
professionalpkfox21-Sep-18 6:05 
GeneralRe: CCC OTD - Solution. Pin
Pete O'Hanlon21-Sep-18 23:28
mvePete O'Hanlon21-Sep-18 23:28 
GeneralRe: CCC OTD - Solution. Pin
Pete O'Hanlon21-Sep-18 4:18
mvePete O'Hanlon21-Sep-18 4:18 
GeneralIn 23.5 hours from now... Pin
CodeWraith21-Sep-18 0:33
CodeWraith21-Sep-18 0:33 

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.