Click here to Skip to main content
15,914,905 members
Home / Discussions / C#
   

C#

 
QuestionGet correct driver name from "Device management" associated with a COM PORT. Pin
AlexB478-Dec-10 22:01
AlexB478-Dec-10 22:01 
AnswerRe: Get correct driver name from "Device management" associated with a COM PORT. Pin
Luc Pattyn8-Dec-10 23:06
sitebuilderLuc Pattyn8-Dec-10 23:06 
GeneralRe: Get correct driver name from "Device management" associated with a COM PORT. Pin
AlexB478-Dec-10 23:16
AlexB478-Dec-10 23:16 
GeneralRe: Get correct driver name from "Device management" associated with a COM PORT. Pin
Luc Pattyn8-Dec-10 23:30
sitebuilderLuc Pattyn8-Dec-10 23:30 
Questionclicking a pdf button using c sharp Pin
Wamuti8-Dec-10 21:14
Wamuti8-Dec-10 21:14 
AnswerRe: clicking a pdf button using c sharp Pin
GlobX9-Dec-10 11:42
GlobX9-Dec-10 11:42 
GeneralHelp, CANNOT to run my C# programming get for UNSAFE Pin
Eddy Ho 88 from Singapore8-Dec-10 16:18
Eddy Ho 88 from Singapore8-Dec-10 16:18 
GeneralRe: Help, CANNOT to run my C# programming get for UNSAFE Pin
Not Active8-Dec-10 16:26
mentorNot Active8-Dec-10 16:26 
GeneralRe: Help, CANNOT to run my C# programming get for UNSAFE Pin
GlobX8-Dec-10 16:40
GlobX8-Dec-10 16:40 
GeneralRe: Help, CANNOT to run my C# programming get for UNSAFE Pin
fjdiewornncalwe9-Dec-10 1:45
professionalfjdiewornncalwe9-Dec-10 1:45 
Questiongiving error message according to Sql data Pin
Erdinc278-Dec-10 3:50
Erdinc278-Dec-10 3:50 
AnswerRe: giving error message according to Sql data Pin
T M Gray8-Dec-10 4:29
T M Gray8-Dec-10 4:29 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 5:20
mentorNot Active8-Dec-10 5:20 
GeneralRe: giving error message according to Sql data Pin
T M Gray8-Dec-10 5:37
T M Gray8-Dec-10 5:37 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 5:44
mentorNot Active8-Dec-10 5:44 
T M Gray wrote:
Your statement is a matter of philosophy or preference.


No, established best practices, architecture guidance and experience.

http://msdn.microsoft.com/en-us/library/seyhszts.aspx[^]

"Know when to set up a try/catch block. For example, you can programmatically check for a condition that is likely to occur without using exception handling. In other situations, using exception handling to catch an error condition is appropriate."

In this case the unique key violation is a known condition that may occur and can be tested for.

I know the language. I've read a book. - _Madmatt

GeneralRe: giving error message according to Sql data Pin
T M Gray8-Dec-10 7:54
T M Gray8-Dec-10 7:54 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 8:28
mentorNot Active8-Dec-10 8:28 
GeneralRe: giving error message according to Sql data Pin
T M Gray8-Dec-10 9:00
T M Gray8-Dec-10 9:00 
GeneralRe: giving error message according to Sql data Pin
Dave Kreskowiak8-Dec-10 10:56
mveDave Kreskowiak8-Dec-10 10:56 
GeneralRe: giving error message according to Sql data Pin
AspDotNetDev8-Dec-10 11:58
protectorAspDotNetDev8-Dec-10 11:58 
GeneralRe: giving error message according to Sql data Pin
Dave Kreskowiak9-Dec-10 2:01
mveDave Kreskowiak9-Dec-10 2:01 
GeneralRe: giving error message according to Sql data Pin
Eddy Vluggen8-Dec-10 9:32
professionalEddy Vluggen8-Dec-10 9:32 
GeneralRe: giving error message according to Sql data Pin
PIEBALDconsult8-Dec-10 14:28
mvePIEBALDconsult8-Dec-10 14:28 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 15:22
mentorNot Active8-Dec-10 15:22 
GeneralRe: giving error message according to Sql data Pin
PIEBALDconsult8-Dec-10 15:39
mvePIEBALDconsult8-Dec-10 15: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.