Click here to Skip to main content
15,895,011 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Best practices for transaction management, Pin
Sylvester george5-Jul-07 23:57
Sylvester george5-Jul-07 23:57 
GeneralRe: Best practices for transaction management, Pin
Vikram A Punathambekar6-Jul-07 1:00
Vikram A Punathambekar6-Jul-07 1:00 
GeneralRe: Best practices for transaction management, Pin
_Damian S_6-Jul-07 2:16
professional_Damian S_6-Jul-07 2:16 
GeneralRe: Best practices for transaction management, Pin
Dan Neely6-Jul-07 2:56
Dan Neely6-Jul-07 2:56 
GeneralRe: Best practices for transaction management, Pin
Pete O'Hanlon6-Jul-07 3:34
mvePete O'Hanlon6-Jul-07 3:34 
GeneralRe: Best practices for transaction management, Pin
KarstenK10-Jul-07 4:26
mveKarstenK10-Jul-07 4:26 
GeneralRe: Best practices for transaction management, Pin
Russell Jones17-Jul-07 3:07
Russell Jones17-Jul-07 3:07 
GeneralOut of memory? Keep going! Pin
Gavin Kendall4-Jul-07 20:12
professionalGavin Kendall4-Jul-07 20:12 
I found the following C# code in an existing application I was hired to rewrite..

catch (System.OutOfMemoryException)
{
   continue;
}



GeneralRe: Out of memory? Keep going! Pin
M Harris4-Jul-07 20:14
M Harris4-Jul-07 20:14 
GeneralRe: Out of memory? Keep going! Pin
Vasudevan Deepak Kumar4-Jul-07 20:18
Vasudevan Deepak Kumar4-Jul-07 20:18 
GeneralRe: Out of memory? Keep going! Pin
Vasudevan Deepak Kumar4-Jul-07 20:18
Vasudevan Deepak Kumar4-Jul-07 20:18 
GeneralRe: Out of memory? Keep going! Pin
jhwurmbach4-Jul-07 21:27
jhwurmbach4-Jul-07 21:27 
GeneralRe: Out of memory? Keep going! Pin
ruanr4-Jul-07 23:38
ruanr4-Jul-07 23:38 
GeneralRe: Out of memory? Keep going! Pin
Sylvester george5-Jul-07 23:51
Sylvester george5-Jul-07 23:51 
GeneralRe: Out of memory? Keep going! Pin
Dario Solera6-Jul-07 2:54
Dario Solera6-Jul-07 2:54 
GeneralRe: Out of memory? Keep going! Pin
Super Lloyd7-Jul-07 13:13
Super Lloyd7-Jul-07 13:13 
JokeRe: Out of memory? Keep going! Pin
Paul Conrad6-Jul-07 15:10
professionalPaul Conrad6-Jul-07 15:10 
GeneralRe: Out of memory? Keep going! Pin
Sathesh Sakthivel9-Jul-07 19:59
Sathesh Sakthivel9-Jul-07 19:59 
GeneralA simple one... Pin
Asad_KA3-Jul-07 7:27
Asad_KA3-Jul-07 7:27 
GeneralRe: A simple one... Pin
PIEBALDconsult3-Jul-07 7:43
mvePIEBALDconsult3-Jul-07 7:43 
GeneralRe: A simple one... Pin
JeffPClark4-Jul-07 6:38
JeffPClark4-Jul-07 6:38 
GeneralRe: A simple one... Pin
jhwurmbach4-Jul-07 7:16
jhwurmbach4-Jul-07 7:16 
GeneralRe: A simple one... Pin
JeffPClark4-Jul-07 7:59
JeffPClark4-Jul-07 7:59 
GeneralRe: A simple one... Pin
jhwurmbach4-Jul-07 21:23
jhwurmbach4-Jul-07 21:23 
GeneralRe: A simple one... Pin
Vasudevan Deepak Kumar4-Jul-07 20:20
Vasudevan Deepak Kumar4-Jul-07 20:20 

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.