Click here to Skip to main content
15,906,947 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
Jörgen Andersson18-Aug-15 10:44
professionalJörgen Andersson18-Aug-15 10:44 
GeneralRe: Sharp regrets: Top 10 worst C# features PinPopular
Pete O'Hanlon18-Aug-15 11:38
mvePete O'Hanlon18-Aug-15 11:38 
GeneralRe: Sharp regrets: Top 10 worst C# features PinPopular
Wonde Tadesse18-Aug-15 12:05
professionalWonde Tadesse18-Aug-15 12:05 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
TheGreatAndPowerfulOz18-Aug-15 12:16
TheGreatAndPowerfulOz18-Aug-15 12:16 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
Rob Grainger19-Aug-15 0:40
Rob Grainger19-Aug-15 0:40 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
PIEBALDconsult18-Aug-15 11:18
mvePIEBALDconsult18-Aug-15 11:18 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
Rob Grainger19-Aug-15 1:30
Rob Grainger19-Aug-15 1:30 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
Dan Neely19-Aug-15 3:04
Dan Neely19-Aug-15 3:04 
I'm going to be mildly contrary and say that I wish I knew that this:
if (condition)
{
    ; // breakpoint here
}

was legal years ago. When I tried putting conditional breakpoints inside hot loops in VS2010 I saw order of magnitude slowdowns (from ~100k to 10k iterations/second). Putting a breakpoint on this slightly larger kludge:
int foo;
if (condition)
{
    foo = 1; // breakpoint here
}

OTOH had almost no impact on throughput. The project in question has been over for many years now; and I haven't do anything that heavily compute bound since so it's possible newer versions of VS have removed the performance penalty but getting so badly burned a few years ago left a really bad taste in my mouth.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralRe: Sharp regrets: Top 10 worst C# features Pin
PIEBALDconsult19-Aug-15 8:51
mvePIEBALDconsult19-Aug-15 8:51 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
newton.saber18-Aug-15 11:25
newton.saber18-Aug-15 11:25 
GeneralRe: Sharp regrets: Top 10 worst C# features PinPopular
Pete O'Hanlon18-Aug-15 11:40
mvePete O'Hanlon18-Aug-15 11:40 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
newton.saber19-Aug-15 1:29
newton.saber19-Aug-15 1:29 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
PIEBALDconsult19-Aug-15 7:06
mvePIEBALDconsult19-Aug-15 7:06 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
newton.saber19-Aug-15 7:35
newton.saber19-Aug-15 7:35 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
PIEBALDconsult19-Aug-15 7:40
mvePIEBALDconsult19-Aug-15 7:40 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
phil.o18-Aug-15 11:55
professionalphil.o18-Aug-15 11:55 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
harold aptroot18-Aug-15 12:42
harold aptroot18-Aug-15 12:42 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
PIEBALDconsult19-Aug-15 7:17
mvePIEBALDconsult19-Aug-15 7:17 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
Pete O'Hanlon19-Aug-15 2:19
mvePete O'Hanlon19-Aug-15 2:19 
JokeRe: Sharp regrets: Top 10 worst C# features Pin
Matt T Heffron19-Aug-15 6:11
professionalMatt T Heffron19-Aug-15 6:11 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
PIEBALDconsult19-Aug-15 9:04
mvePIEBALDconsult19-Aug-15 9:04 
GeneralRe: Sharp regrets: Top 10 worst C# features Pin
Pete O'Hanlon19-Aug-15 22:22
mvePete O'Hanlon19-Aug-15 22:22 
News7 bad habits of highly ineffective software engineers Pin
Kent Sharkey18-Aug-15 9:51
staffKent Sharkey18-Aug-15 9:51 
GeneralRe: 7 bad habits of highly ineffective software engineers Pin
R. Giskard Reventlov18-Aug-15 10:42
R. Giskard Reventlov18-Aug-15 10:42 
GeneralRe: 7 bad habits of highly ineffective software engineers Pin
Eddy Vluggen19-Aug-15 1:25
professionalEddy Vluggen19-Aug-15 1:25 

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.