Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: COM and C#.net Interoperability Pin
Pete O'Hanlon27-Jul-17 20:46
mvePete O'Hanlon27-Jul-17 20:46 
AnswerRe: COM and C#.net Interoperability Pin
BenScharbach12-Aug-17 10:21
BenScharbach12-Aug-17 10:21 
QuestionIssue with the below code Pin
Paul McGann25-Jul-17 22:44
professionalPaul McGann25-Jul-17 22:44 
AnswerRe: Issue with the below code Pin
F-ES Sitecore25-Jul-17 23:00
professionalF-ES Sitecore25-Jul-17 23:00 
GeneralRe: Issue with the below code Pin
Paul McGann26-Jul-17 3:14
professionalPaul McGann26-Jul-17 3:14 
AnswerRe: Issue with the below code Pin
Nathan Minier26-Jul-17 1:23
professionalNathan Minier26-Jul-17 1:23 
GeneralRe: Issue with the below code Pin
Paul McGann26-Jul-17 3:14
professionalPaul McGann26-Jul-17 3:14 
AnswerRe: Issue with the below code Pin
BillWoodruff26-Jul-17 4:00
professionalBillWoodruff26-Jul-17 4:00 
The "best wisdom" I have found re error-handling is in the writings of Eric Lippert, a key .NET architect: his "classic" piece often cited by other language gurus: [^].

Also: [^], [^].

A summary based on Eric's writings: [^].

There's a 3 part series on "Dr. Spock Engineer" blog I think is worth studying that starts here: [^].

I favor always throwing an Exception except in very special cases like within an enumeration of data where partial results are acceptable and usable.
«Differences between Big-Endians, who broke eggs at the larger end, and Little-Endians gave rise to six rebellions: one Emperor lost his life, another his crown. The Lilliputian religion says an egg should be broken on the convenient end, which is now interpreted by the Lilliputians as the smaller end. Big-Endians gained favor in Blefuscu.» J. Swift, 'Gulliver's Travels,' 1726CE

GeneralRe: Issue with the below code Pin
Paul McGann26-Jul-17 10:34
professionalPaul McGann26-Jul-17 10:34 
AnswerRe: Issue with the below code Pin
Ravi Bhavnani28-Jul-17 8:00
professionalRavi Bhavnani28-Jul-17 8:00 
AnswerRe: Issue with the below code Pin
BenScharbach12-Aug-17 9:42
BenScharbach12-Aug-17 9:42 
QuestionCreate an API in winform Pin
JohnPL25-Jul-17 18:56
JohnPL25-Jul-17 18:56 
QuestionRe: Create an API in winform Pin
Richard MacCutchan25-Jul-17 20:39
mveRichard MacCutchan25-Jul-17 20:39 
AnswerRe: Create an API in winform Pin
Bernhard Hiller25-Jul-17 20:42
Bernhard Hiller25-Jul-17 20:42 
AnswerRe: Create an API in winform Pin
BillWoodruff25-Jul-17 22:23
professionalBillWoodruff25-Jul-17 22:23 
AnswerRe: Create an API in winform Pin
F-ES Sitecore25-Jul-17 22:57
professionalF-ES Sitecore25-Jul-17 22:57 
QuestionMultiple checkbox Pin
sunsher25-Jul-17 1:04
sunsher25-Jul-17 1:04 
AnswerRe: Multiple checkbox Pin
OriginalGriff25-Jul-17 1:19
mveOriginalGriff25-Jul-17 1:19 
GeneralRe: Multiple checkbox Pin
sunsher25-Jul-17 3:22
sunsher25-Jul-17 3:22 
GeneralRe: Multiple checkbox Pin
Eddy Vluggen25-Jul-17 3:37
professionalEddy Vluggen25-Jul-17 3:37 
Questionc # how to split packet in the desire format Pin
Member 1293627224-Jul-17 7:49
Member 1293627224-Jul-17 7:49 
AnswerRe: c # how to split packet in the desire format Pin
OriginalGriff24-Jul-17 8:07
mveOriginalGriff24-Jul-17 8:07 
AnswerRe: c # how to split packet in the desire format Pin
BillWoodruff24-Jul-17 8:45
professionalBillWoodruff24-Jul-17 8:45 
QuestionC# Windows Forms and OpenTK (glControl) Pin
mprada24-Jul-17 3:21
mprada24-Jul-17 3:21 
AnswerRe: C# Windows Forms and OpenTK (glControl) Pin
Richard MacCutchan24-Jul-17 3:39
mveRichard MacCutchan24-Jul-17 3:39 

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.