Click here to Skip to main content
15,898,599 members
Home / Discussions / C#
   

C#

 
GeneralRe: set a password Textbox to normal Pin
Sasuko2-Jan-06 13:27
Sasuko2-Jan-06 13:27 
Questionwebservice default page Pin
BlackDice2-Jan-06 11:36
BlackDice2-Jan-06 11:36 
QuestionUsing a boolean expression as a variable Pin
topdog502-Jan-06 10:22
topdog502-Jan-06 10:22 
AnswerRe: Using a boolean expression as a variable Pin
Guffa2-Jan-06 12:49
Guffa2-Jan-06 12:49 
GeneralRe: Using a boolean expression as a variable Pin
topdog503-Jan-06 7:49
topdog503-Jan-06 7:49 
AnswerRe: Using a boolean expression as a variable Pin
Guffa4-Jan-06 2:30
Guffa4-Jan-06 2:30 
Questionare there any good tutorials VS.NET debugging? Pin
...---...2-Jan-06 10:04
...---...2-Jan-06 10:04 
AnswerRe: are there any good tutorials VS.NET debugging? Pin
Colin Angus Mackay2-Jan-06 12:44
Colin Angus Mackay2-Jan-06 12:44 
...---... wrote:
besides 'trial and error' are there any good debugging tutorials?


Isn't that what debugging mostly is? You write code, you try it out, an error is generated, you examine the value of the variables, the objects, take note of the exeption that was thrown and try again setting a breakpoint somewhere before the error to see the flow of the application to determine why it went wrong.

Then once you understand that you write a unit test to ensure that code path has a test, if it didn't already, so that if the error rears its ugly head once more then you see it instantly in the unit tests.

ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

AnswerRe: are there any good tutorials VS.NET debugging? Pin
Colin Angus Mackay2-Jan-06 12:49
Colin Angus Mackay2-Jan-06 12:49 
GeneralRe: are there any good tutorials VS.NET debugging? Pin
...---...2-Jan-06 13:32
...---...2-Jan-06 13:32 
AnswerRe: are there any good tutorials VS.NET debugging? Pin
Kevin McFarlane3-Jan-06 1:11
Kevin McFarlane3-Jan-06 1:11 
QuestionHow to call WIN 32 API in Winform Pin
largs2-Jan-06 8:46
largs2-Jan-06 8:46 
AnswerRe: How to call WIN 32 API in Winform Pin
Ravi Bhavnani2-Jan-06 9:37
professionalRavi Bhavnani2-Jan-06 9:37 
QuestionHow to change text's font and style in an enrichtextbox by code? Pin
bc11182-Jan-06 7:34
bc11182-Jan-06 7:34 
AnswerRe: How to change text's font and style in an enrichtextbox by code? Pin
Ravi Bhavnani2-Jan-06 9:39
professionalRavi Bhavnani2-Jan-06 9:39 
GeneralRe: How to change text's font and style in an enrichtextbox by code? Pin
bc11182-Jan-06 12:24
bc11182-Jan-06 12:24 
QuestionEmbedding Java into C# Pin
2hdass2-Jan-06 7:31
2hdass2-Jan-06 7:31 
AnswerRe: Embedding Java into C# Pin
Judah Gabriel Himango2-Jan-06 12:52
sponsorJudah Gabriel Himango2-Jan-06 12:52 
QuestionStreamReader timeout? Pin
Ravi Bhavnani2-Jan-06 7:23
professionalRavi Bhavnani2-Jan-06 7:23 
AnswerRe: StreamReader timeout? Pin
Dave Kreskowiak2-Jan-06 12:08
mveDave Kreskowiak2-Jan-06 12:08 
GeneralRe: StreamReader timeout? Pin
Ravi Bhavnani2-Jan-06 12:22
professionalRavi Bhavnani2-Jan-06 12:22 
GeneralRe: StreamReader timeout? Pin
Dave Kreskowiak2-Jan-06 14:59
mveDave Kreskowiak2-Jan-06 14:59 
GeneralRe: StreamReader timeout? Pin
Ravi Bhavnani2-Jan-06 15:05
professionalRavi Bhavnani2-Jan-06 15:05 
GeneralRe: StreamReader timeout? Pin
Dave Kreskowiak2-Jan-06 16:52
mveDave Kreskowiak2-Jan-06 16:52 
GeneralRe: StreamReader timeout? Pin
Ravi Bhavnani2-Jan-06 16:56
professionalRavi Bhavnani2-Jan-06 16:56 

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.