Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
GeneralRe: regarding wcf Binding and endpoint Pin
Ravi Bhavnani25-Oct-12 10:13
professionalRavi Bhavnani25-Oct-12 10:13 
AnswerRe: regarding wcf Binding and endpoint Pin
Dave Kreskowiak25-Oct-12 10:26
mveDave Kreskowiak25-Oct-12 10:26 
QuestionNeed a little hint my brain is burned out Pin
Mendor8125-Oct-12 4:24
professionalMendor8125-Oct-12 4:24 
AnswerRe: Need a little hint my brain is burned out Pin
Richard MacCutchan25-Oct-12 6:25
mveRichard MacCutchan25-Oct-12 6:25 
AnswerRe: Need a little hint my brain is burned out Pin
Eddy Vluggen25-Oct-12 8:33
professionalEddy Vluggen25-Oct-12 8:33 
AnswerRe: Need a little hint my brain is burned out Pin
Clifford Nelson26-Oct-12 9:20
Clifford Nelson26-Oct-12 9:20 
Questionapplication logging strategy - advice Pin
Simon_Whale25-Oct-12 4:22
Simon_Whale25-Oct-12 4:22 
AnswerRe: application logging strategy - advice Pin
Richard MacCutchan25-Oct-12 6:23
mveRichard MacCutchan25-Oct-12 6:23 
As with most things: it depends. I have worked on systems which can log just about everything that happens in the program to those that do not properly log (or catch) exceptions. One of the options you could try is to add code that will log every method call, entry and exit, including parameters and return values, but make it optional, so you only enable it when trying to locate a problem. You can also try logging particular types of activity based on flags or debug levels etc.
One of these days I'm going to think of a really clever signature.

GeneralRe: application logging strategy - advice Pin
R. Giskard Reventlov25-Oct-12 6:37
R. Giskard Reventlov25-Oct-12 6:37 
GeneralRe: application logging strategy - advice Pin
Simon_Whale25-Oct-12 11:50
Simon_Whale25-Oct-12 11:50 
AnswerRe: application logging strategy - advice Pin
Eddy Vluggen25-Oct-12 8:41
professionalEddy Vluggen25-Oct-12 8:41 
GeneralRe: application logging strategy - advice Pin
Simon_Whale25-Oct-12 12:01
Simon_Whale25-Oct-12 12:01 
AnswerRe: application logging strategy - advice Pin
jschell25-Oct-12 10:43
jschell25-Oct-12 10:43 
GeneralRe: application logging strategy - advice Pin
Simon_Whale25-Oct-12 12:02
Simon_Whale25-Oct-12 12:02 
AnswerRe: application logging strategy - advice Pin
V.25-Oct-12 21:10
professionalV.25-Oct-12 21:10 
Questionapplicatin developing in c# Pin
krishnaveni_g24-Oct-12 23:29
krishnaveni_g24-Oct-12 23:29 
AnswerRe: applicatin developing in c# Pin
Eddy Vluggen24-Oct-12 23:35
professionalEddy Vluggen24-Oct-12 23:35 
AnswerRe: applicatin developing in c# Pin
Sivaraman Dhamodharan24-Oct-12 23:47
Sivaraman Dhamodharan24-Oct-12 23:47 
AnswerMy vote of 1 Pin
Keith Barrow25-Oct-12 2:49
professionalKeith Barrow25-Oct-12 2:49 
AnswerRe: applicatin developing in c# Pin
Vasudevan Deepak Kumar25-Oct-12 8:54
Vasudevan Deepak Kumar25-Oct-12 8:54 
GeneralRe: applicatin developing in c# Pin
V.26-Oct-12 2:39
professionalV.26-Oct-12 2:39 
AnswerRe: applicatin developing in c# Pin
gopal pradhan8-Nov-12 23:33
gopal pradhan8-Nov-12 23:33 
AnswerRe: applicatin developing in c# Pin
gopal pradhan8-Nov-12 23:34
gopal pradhan8-Nov-12 23:34 
QuestionCreate single setup to install x64 & x86 msi Pin
honeyashu24-Oct-12 21:40
honeyashu24-Oct-12 21:40 
AnswerRe: Create single setup to install x64 & x86 msi Pin
Mycroft Holmes24-Oct-12 22:25
professionalMycroft Holmes24-Oct-12 22: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.