Click here to Skip to main content
15,886,362 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.

 
GeneralIt's not often I find a truly interesting blog post on C#... PinPopular
Marc Clifton2-Jul-20 0:39
mvaMarc Clifton2-Jul-20 0:39 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
Greg Utas2-Jul-20 0:59
professionalGreg Utas2-Jul-20 0:59 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
musefan2-Jul-20 1:13
musefan2-Jul-20 1:13 
PraiseRe: It's not often I find a truly interesting blog post on C#... Pin
Greg Utas2-Jul-20 1:17
professionalGreg Utas2-Jul-20 1:17 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
honey the codewitch2-Jul-20 1:39
mvahoney the codewitch2-Jul-20 1:39 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
Marc Clifton2-Jul-20 2:57
mvaMarc Clifton2-Jul-20 2:57 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
obermd2-Jul-20 3:41
obermd2-Jul-20 3:41 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
BillWoodruff3-Jul-20 2:27
professionalBillWoodruff3-Jul-20 2:27 
Thumbs Up | :thumbsup:
var errorCodes = new Dictionary<int, string>
{
    [404] = "Page not Found",
    [302] = "Page moved, but left a forwarding address.",
    [500] = "The web server can't come out to play today."
};
that got my attention !
«One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
obermd3-Jul-20 5:29
obermd3-Jul-20 5:29 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
Saša Ćetković3-Jul-20 10:17
professionalSaša Ćetković3-Jul-20 10:17 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
kalberts3-Jul-20 10:34
kalberts3-Jul-20 10:34 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
James Curran4-Jul-20 13:32
James Curran4-Jul-20 13:32 
GeneralRe: It's not often I find a truly interesting blog post on C#... Pin
Thornik5-Jul-20 6:15
Thornik5-Jul-20 6:15 
GeneralI was sent this, and... Pin
OriginalGriff2-Jul-20 0:25
mveOriginalGriff2-Jul-20 0:25 
GeneralRe: I was sent this, and... Pin
W Balboos, GHB2-Jul-20 0:52
W Balboos, GHB2-Jul-20 0:52 
GeneralRe: I was sent this, and... Pin
OriginalGriff2-Jul-20 1:05
mveOriginalGriff2-Jul-20 1:05 
GeneralRe: I was sent this, and... Pin
W Balboos, GHB2-Jul-20 1:08
W Balboos, GHB2-Jul-20 1:08 
GeneralRe: I was sent this, and... Pin
obermd2-Jul-20 3:43
obermd2-Jul-20 3:43 
GeneralRe: I was sent this, and... Pin
W Balboos, GHB2-Jul-20 3:45
W Balboos, GHB2-Jul-20 3:45 
GeneralRe: I was sent this, and... Pin
musefan2-Jul-20 1:57
musefan2-Jul-20 1:57 
GeneralRe: I was sent this, and... Pin
obermd2-Jul-20 3:44
obermd2-Jul-20 3:44 
GeneralRe: I was sent this, and... Pin
Kirk 103898213-Jul-20 5:35
Kirk 103898213-Jul-20 5:35 
GeneralCCC 2020-07-02: revised Pin
Greg Utas2-Jul-20 0:03
professionalGreg Utas2-Jul-20 0:03 
GeneralCCC 2020-07-02: solution Pin
Greg Utas2-Jul-20 8:38
professionalGreg Utas2-Jul-20 8:38 
GeneralRe: CCC 2020-07-02: solution Pin
Richard MacCutchan2-Jul-20 23:27
mveRichard MacCutchan2-Jul-20 23:27 

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.