Click here to Skip to main content
15,916,398 members
Home / Discussions / C#
   

C#

 
GeneralRe: I need help how to start this program. Pin
J4amieC5-Feb-08 22:37
J4amieC5-Feb-08 22:37 
GeneralRe: I need help how to start this program. Pin
Wes Aday6-Feb-08 4:18
professionalWes Aday6-Feb-08 4:18 
GeneralBest method to save dynamic data Pin
Richard Blythe5-Feb-08 10:50
Richard Blythe5-Feb-08 10:50 
GeneralRe: Best method to save dynamic data Pin
led mike5-Feb-08 12:04
led mike5-Feb-08 12:04 
GeneralRe: Best method to save dynamic data Pin
Mark Churchill5-Feb-08 14:31
Mark Churchill5-Feb-08 14:31 
GeneralRe: Best method to save dynamic data Pin
User 2710095-Feb-08 17:22
User 2710095-Feb-08 17:22 
GeneralRe: Best method to save dynamic data Pin
Richard Blythe5-Feb-08 17:41
Richard Blythe5-Feb-08 17:41 
GeneralRe: Best method to save dynamic data Pin
User 2710095-Feb-08 17:50
User 2710095-Feb-08 17:50 
GeneralRe: Best method to save dynamic data Pin
led mike6-Feb-08 5:38
led mike6-Feb-08 5:38 
GeneralRe: Best method to save dynamic data Pin
Richard Blythe6-Feb-08 11:23
Richard Blythe6-Feb-08 11:23 
QuestionHow to call javascript from asp:hyperlinkcolumn Pin
Exelioindia5-Feb-08 10:39
Exelioindia5-Feb-08 10:39 
AnswerRe: How to call javascript from asp:hyperlinkcolumn Pin
pmarfleet5-Feb-08 11:27
pmarfleet5-Feb-08 11:27 
GeneralFile transfer from one folder to another folder Pin
Deepak Nigam5-Feb-08 9:55
Deepak Nigam5-Feb-08 9:55 
GeneralIgnore this post. Cross posted in the VB.NET forum Pin
Dave Kreskowiak5-Feb-08 10:38
mveDave Kreskowiak5-Feb-08 10:38 
GeneralDesign controls on a Panel Pin
Edmundisme5-Feb-08 9:29
Edmundisme5-Feb-08 9:29 
GeneralRe: Design controls on a Panel Pin
Wes Aday5-Feb-08 10:06
professionalWes Aday5-Feb-08 10:06 
GeneralRe: Design controls on a Panel Pin
Edmundisme5-Feb-08 10:12
Edmundisme5-Feb-08 10:12 
Questioncan C# make control transparent Pin
netJP12L5-Feb-08 9:17
netJP12L5-Feb-08 9:17 
AnswerRe: can C# make control transparent Pin
Giorgi Dalakishvili5-Feb-08 9:29
mentorGiorgi Dalakishvili5-Feb-08 9:29 
AnswerRe: can C# make control transparent Pin
Edmundisme5-Feb-08 9:58
Edmundisme5-Feb-08 9:58 
GeneralRe: can C# make control transparent Pin
netJP12L5-Feb-08 10:21
netJP12L5-Feb-08 10:21 
GeneralRe: can C# make control transparent Pin
Edmundisme5-Feb-08 13:33
Edmundisme5-Feb-08 13:33 
GeneralRe: can C# make control transparent Pin
Anthony Mushrow5-Feb-08 13:59
professionalAnthony Mushrow5-Feb-08 13:59 
QuestionException Handling architecture/framework? Pin
kumar.bs5-Feb-08 7:55
kumar.bs5-Feb-08 7:55 
Can anybody give me link or suggestions on implementing good exception handling mechanism in the C# project. Not just try...Catch block but beyond that.

I have something in mind,

1. Create something like Error Dictionary (resx file) with user-defined Error Codes, Description and build my own error information with user-defined exception class.
2. This class may accept error code or something for generating good exception object, which can be thrown to the consumer.
3. Exception Consumer will then use this object and pass it to Some class, which eventually will display Vista Type task dialog where atleast Title, Main Instruction and Description of the errors will be shown.


Any Inputs are very much appreciated.

Thanks
AnswerRe: Exception Handling architecture/framework? Pin
eggsovereasy5-Feb-08 9:10
eggsovereasy5-Feb-08 9:10 

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.