Click here to Skip to main content
15,890,282 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: I Hate Debugging Pin
Kornfeld Eliyahu Peter23-May-17 20:53
professionalKornfeld Eliyahu Peter23-May-17 20:53 
GeneralRe: I Hate Debugging Pin
Sander Rossel23-May-17 21:23
professionalSander Rossel23-May-17 21:23 
GeneralRe: I Hate Debugging Pin
CDP180223-May-17 22:08
CDP180223-May-17 22:08 
GeneralRe: I Hate Debugging Pin
Sander Rossel23-May-17 22:46
professionalSander Rossel23-May-17 22:46 
GeneralRe: I Hate Debugging Pin
CDP180223-May-17 23:19
CDP180223-May-17 23:19 
GeneralRe: I Hate Debugging Pin
Rajesh R Subramanian23-May-17 23:27
professionalRajesh R Subramanian23-May-17 23:27 
GeneralRe: I Hate Debugging Pin
Nelek23-May-17 23:39
protectorNelek23-May-17 23:39 
GeneralRe: I Hate Debugging Pin
Kornfeld Eliyahu Peter24-May-17 0:36
professionalKornfeld Eliyahu Peter24-May-17 0:36 
Actually there is no such optimization...
This:
C#
string s1 = "";
string s2 = string.Empty;

Will compile to this:
C#
IL_0001: ldstr ""
IL_0006: stloc.0
IL_0007: ldsfld string [mscorlib]System.String::Empty
IL_000c: stloc.1

Skipper: We'll fix it.
Alex: Fix it? How you gonna fix this?
Skipper: Grit, spit and a whole lotta duct tape.

GeneralRe: I Hate Debugging Pin
CDP180224-May-17 1:21
CDP180224-May-17 1:21 
GeneralRe: I Hate Debugging Pin
Kornfeld Eliyahu Peter24-May-17 1:28
professionalKornfeld Eliyahu Peter24-May-17 1:28 
GeneralRe: I Hate Debugging Pin
CDP180224-May-17 1:42
CDP180224-May-17 1:42 
GeneralRe: I Hate Debugging Pin
Kornfeld Eliyahu Peter24-May-17 1:46
professionalKornfeld Eliyahu Peter24-May-17 1:46 
GeneralRe: I Hate Debugging Pin
CDP180224-May-17 1:50
CDP180224-May-17 1:50 
GeneralRe: I Hate Debugging Pin
Sander Rossel24-May-17 0:51
professionalSander Rossel24-May-17 0:51 
GeneralRe: I Hate Debugging Pin
CDP180224-May-17 1:34
CDP180224-May-17 1:34 
GeneralRe: I Hate Debugging Pin
Nelek25-May-17 0:12
protectorNelek25-May-17 0:12 
GeneralRe: I Hate Debugging Pin
Eddy Vluggen24-May-17 0:18
professionalEddy Vluggen24-May-17 0:18 
GeneralRe: I Hate Debugging Pin
Mladen Janković24-May-17 2:08
Mladen Janković24-May-17 2:08 
GeneralRe: I Hate Debugging Pin
Sander Rossel24-May-17 4:20
professionalSander Rossel24-May-17 4:20 
GeneralRe: I Hate Debugging Pin
dandy7224-May-17 4:30
dandy7224-May-17 4:30 
GeneralRe: I Hate Debugging Pin
GenJerDan25-May-17 19:27
GenJerDan25-May-17 19:27 
GeneralBeware - end of the world is here... Pin
Kornfeld Eliyahu Peter23-May-17 20:07
professionalKornfeld Eliyahu Peter23-May-17 20:07 
GeneralUS presidential election.. Pin
Eytukan23-May-17 19:43
Eytukan23-May-17 19:43 
GeneralRe: US presidential election.. Pin
Thanks787223-May-17 19:52
professionalThanks787223-May-17 19:52 
GeneralRe: US presidential election.. Pin
lopati: loaming23-May-17 19:58
lopati: loaming23-May-17 19:58 

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.