Click here to Skip to main content
15,917,174 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is not Test Driven Development an Oxymoron or just for Algorithms ? Pin
Nadia Monalisa13-Apr-10 1:47
Nadia Monalisa13-Apr-10 1:47 
GeneralRe: Is not Test Driven Development an Oxymoron or just for Algorithms ? Pin
Pete O'Hanlon13-Apr-10 1:53
mvePete O'Hanlon13-Apr-10 1:53 
Questionhosting control in grid cell Pin
Member 59031012-Apr-10 19:31
Member 59031012-Apr-10 19:31 
AnswerRe: hosting control in grid cell Pin
Abhinav S12-Apr-10 19:50
Abhinav S12-Apr-10 19:50 
Questiondraw / rectangle / bounds Pin
xilefxilef12-Apr-10 12:32
xilefxilef12-Apr-10 12:32 
AnswerRe: draw / rectangle / bounds Pin
Luc Pattyn12-Apr-10 12:43
sitebuilderLuc Pattyn12-Apr-10 12:43 
GeneralRe: draw / rectangle / bounds Pin
AspDotNetDev12-Apr-10 13:48
protectorAspDotNetDev12-Apr-10 13:48 
AnswerRe: draw / rectangle / bounds Pin
DaveyM6912-Apr-10 14:51
professionalDaveyM6912-Apr-10 14:51 
Question3rd party pre-built user security for c# application Pin
jaydelg12-Apr-10 11:56
jaydelg12-Apr-10 11:56 
AnswerRe: 3rd party pre-built user security for c# application Pin
Eddy Vluggen12-Apr-10 13:18
professionalEddy Vluggen12-Apr-10 13:18 
GeneralRe: 3rd party pre-built user security for c# application Pin
jaydelg12-Apr-10 15:46
jaydelg12-Apr-10 15:46 
QuestionRemoving leading zeros from negative string Pin
mprice21412-Apr-10 10:00
mprice21412-Apr-10 10:00 
AnswerRe: Removing leading zeros from negative string Pin
Dave Kreskowiak12-Apr-10 10:01
mveDave Kreskowiak12-Apr-10 10:01 
GeneralRe: Removing leading zeros from negative string Pin
mprice21412-Apr-10 10:38
mprice21412-Apr-10 10:38 
GeneralRe: Removing leading zeros from negative string Pin
AspDotNetDev12-Apr-10 11:51
protectorAspDotNetDev12-Apr-10 11:51 
GeneralRe: Removing leading zeros from negative string Pin
Ravi Bhavnani12-Apr-10 19:14
professionalRavi Bhavnani12-Apr-10 19:14 
AnswerRe: Removing leading zeros from negative string Pin
Luc Pattyn12-Apr-10 10:09
sitebuilderLuc Pattyn12-Apr-10 10:09 
JokeRe: Removing leading zeros from negative string Pin
PIEBALDconsult12-Apr-10 12:53
mvePIEBALDconsult12-Apr-10 12:53 
AnswerRe: Removing leading zeros from negative string Pin
jaypatel51212-Apr-10 14:17
jaypatel51212-Apr-10 14:17 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult12-Apr-10 15:12
mvePIEBALDconsult12-Apr-10 15:12 
GeneralRe: Removing leading zeros from negative string Pin
Paw Jershauge13-Apr-10 11:07
Paw Jershauge13-Apr-10 11:07 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult13-Apr-10 11:08
mvePIEBALDconsult13-Apr-10 11:08 
GeneralRe: Removing leading zeros from negative string Pin
Paw Jershauge13-Apr-10 12:20
Paw Jershauge13-Apr-10 12:20 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult13-Apr-10 13:11
mvePIEBALDconsult13-Apr-10 13:11 
GeneralRe: Removing leading zeros from negative string Pin
Paw Jershauge13-Apr-10 19:44
Paw Jershauge13-Apr-10 19:44 
Also on framework level, Microsoft contradicts its self sometimes in the framework, but hey I dont always follow my own guidelines either.
- If you know the Error, of why the code fails, handle it.
- Only handle exceptions you can recover from.
- If you dont know why the exception was thrown, its better to let the framework kill your app. According to microsoft.
But then again others think you should clean up what you can, and then exiting the orderly fashion.
With great code, comes great complexity, so keep it simple stupid...Shucks | :-\ Shucks | :-\

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.