Click here to Skip to main content
15,914,820 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: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Super Lloyd16-Jun-16 23:31
Super Lloyd16-Jun-16 23:31 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
den2k8816-Jun-16 23:34
professionalden2k8816-Jun-16 23:34 
JokeRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Super Lloyd17-Jun-16 6:39
Super Lloyd17-Jun-16 6:39 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
ZurdoDev17-Jun-16 1:18
professionalZurdoDev17-Jun-16 1:18 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
BillWoodruff16-Jun-16 14:41
professionalBillWoodruff16-Jun-16 14:41 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Marc Clifton16-Jun-16 15:20
mvaMarc Clifton16-Jun-16 15:20 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Sander Rossel16-Jun-16 21:10
professionalSander Rossel16-Jun-16 21:10 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Member 1095214417-Jun-16 2:54
Member 1095214417-Jun-16 2:54 
While MS gave you the power of Linq in C#....this gives you an infinite amount of possibilities.
That combined with extensions, and you are so much better off than with VB! It's true, you'll have to spend 2 minutes of your personal precious time to write this code once, and to remember to add this extension 'lib' to all your projects where you might need them....boohoo.
Sth like this... one line of code...
C#
public static string Left(this string inputString, int length) { return  new string((from ch in inputString select ch).Take(length).ToArray()); }

Now you can just Left a string by doing string.Left(5)....so easy but 1000 times more powerful (and prob as many times more performant) than VB....
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
ZurdoDev17-Jun-16 2:57
professionalZurdoDev17-Jun-16 2:57 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Member 1095214417-Jun-16 3:18
Member 1095214417-Jun-16 3:18 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
ZurdoDev17-Jun-16 3:21
professionalZurdoDev17-Jun-16 3:21 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Member 1095214417-Jun-16 3:41
Member 1095214417-Jun-16 3:41 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
ZurdoDev17-Jun-16 3:49
professionalZurdoDev17-Jun-16 3:49 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
PSU Steve17-Jun-16 3:45
professionalPSU Steve17-Jun-16 3:45 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
jtmueller17-Jun-16 4:26
jtmueller17-Jun-16 4:26 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
StatementTerminator17-Jun-16 5:58
StatementTerminator17-Jun-16 5:58 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
ZurdoDev17-Jun-16 6:19
professionalZurdoDev17-Jun-16 6:19 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
StatementTerminator17-Jun-16 6:31
StatementTerminator17-Jun-16 6:31 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
ZurdoDev17-Jun-16 7:14
professionalZurdoDev17-Jun-16 7:14 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
StatementTerminator17-Jun-16 15:32
StatementTerminator17-Jun-16 15:32 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
ZurdoDev18-Jun-16 2:38
professionalZurdoDev18-Jun-16 2:38 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Member 772330917-Jun-16 7:27
Member 772330917-Jun-16 7:27 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
ZurdoDev17-Jun-16 7:28
professionalZurdoDev17-Jun-16 7:28 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Gerry Schmitz17-Jun-16 9:41
mveGerry Schmitz17-Jun-16 9:41 
GeneralRe: Fine, I'll jump on the "I hate Microsoft" bandwagon Pin
Herbie Mountjoy17-Jun-16 13:52
professionalHerbie Mountjoy17-Jun-16 13:52 

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.