Click here to Skip to main content
15,924,036 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: Five hours. Five damn hours... Pin
ZurdoDev21-May-15 1:14
professionalZurdoDev21-May-15 1:14 
GeneralRe: Five hours. Five damn hours... Pin
Kenneth Haugland21-May-15 1:19
mvaKenneth Haugland21-May-15 1:19 
GeneralRe: Five hours. Five damn hours... Pin
Marc Clifton21-May-15 2:23
mvaMarc Clifton21-May-15 2:23 
GeneralRe: Five hours. Five damn hours... PinPopular
peterchen21-May-15 2:25
peterchen21-May-15 2:25 
GeneralRe: Five hours. Five damn hours... Pin
567890123421-May-15 3:03
567890123421-May-15 3:03 
GeneralRe: Five hours. Five damn hours... Pin
Brady Kelly21-May-15 4:12
Brady Kelly21-May-15 4:12 
GeneralRe: Five hours. Five damn hours... Pin
567890123425-May-15 2:52
567890123425-May-15 2:52 
GeneralRe: Five hours. Five damn hours... Pin
OriginalGriff21-May-15 4:26
mveOriginalGriff21-May-15 4:26 
Um...I don't like Linq syntax - it's too "wrong way round" for my taste - but the Linq methods are really handy.

For example:
C#
newNames = aListOfNames.Except(anotherListOfNames);
Saves a lot of faffing with your own code, and is surprisingly quick, even when you evaluate it (Because it uses the hashes to do the initial matching).
And Distinct is handy, Select, Where, and so forth - they all save coding time.

Except when I'm involved and bugger up of course... Sigh | :sigh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

JokeRe: Five hours. Five damn hours... Pin
HobbyProggy21-May-15 3:40
professionalHobbyProggy21-May-15 3:40 
GeneralRe: Five hours. Five damn hours... Pin
OriginalGriff21-May-15 4:27
mveOriginalGriff21-May-15 4:27 
GeneralRe: Five hours. Five damn hours... Pin
Gary R. Wheeler22-May-15 0:44
Gary R. Wheeler22-May-15 0:44 
GeneralDNS Poisoning Pin
#realJSOP20-May-15 23:47
professional#realJSOP20-May-15 23:47 
GeneralRe: DNS Poisoning Pin
Milfje21-May-15 0:15
Milfje21-May-15 0:15 
GeneralRe: DNS Poisoning Pin
Rage21-May-15 0:59
professionalRage21-May-15 0:59 
GeneralRe: DNS Poisoning Pin
Slacker00721-May-15 1:03
professionalSlacker00721-May-15 1:03 
GeneralRe: DNS Poisoning Pin
Rage21-May-15 1:05
professionalRage21-May-15 1:05 
GeneralRe: DNS Poisoning Pin
Nagy Vilmos21-May-15 1:12
professionalNagy Vilmos21-May-15 1:12 
GeneralRe: DNS Poisoning Pin
Kenneth Haugland21-May-15 1:51
mvaKenneth Haugland21-May-15 1:51 
GeneralRe: DNS Poisoning Pin
Dan Neely21-May-15 3:47
Dan Neely21-May-15 3:47 
GeneralRe: DNS Poisoning Pin
Richard MacCutchan21-May-15 1:35
mveRichard MacCutchan21-May-15 1:35 
GeneralRe: DNS Poisoning Pin
TheGreatAndPowerfulOz21-May-15 4:39
TheGreatAndPowerfulOz21-May-15 4:39 
GeneralRe: DNS Poisoning Pin
GenJerDan22-May-15 7:55
GenJerDan22-May-15 7:55 
GeneralWSO CCC OTD 2015-05-21 Pin
Manfred Rudolf Bihy20-May-15 23:17
professionalManfred Rudolf Bihy20-May-15 23:17 
GeneralRe: WSO CCC OTD 2015-05-21 Pin
chriselst20-May-15 23:18
professionalchriselst20-May-15 23:18 
GeneralRe: WSO CCC OTD 2015-05-21 Pin
Nagy Vilmos20-May-15 23:30
professionalNagy Vilmos20-May-15 23:30 

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.