Click here to Skip to main content
15,908,776 members
Home / Discussions / C#
   

C#

 
AnswerRe: Client-server distributed applications, what's the best .Net technology Pin
_Erik_28-Oct-10 5:56
_Erik_28-Oct-10 5:56 
GeneralRe: Client-server distributed applications, what's the best .Net technology Pin
Elrond28-Oct-10 21:20
Elrond28-Oct-10 21:20 
QuestionHow to handle "Could not find any resources appropriate for the specified culture or the neutral culture" Exception.... Pin
jainiraj28-Oct-10 4:20
jainiraj28-Oct-10 4:20 
AnswerRe: How to handle "Could not find any resources appropriate for the specified culture or the neutral culture" Exception.... Pin
OriginalGriff28-Oct-10 4:32
mveOriginalGriff28-Oct-10 4:32 
QuestionAutomatic insertion of try catch block Pin
thomforum28-Oct-10 3:00
thomforum28-Oct-10 3:00 
AnswerRe: Automatic insertion of try catch block Pin
Calla28-Oct-10 3:07
Calla28-Oct-10 3:07 
GeneralRe: Automatic insertion of try catch block Pin
thomforum28-Oct-10 3:26
thomforum28-Oct-10 3:26 
AnswerRe: Automatic insertion of try catch block PinPopular
fjdiewornncalwe28-Oct-10 4:02
professionalfjdiewornncalwe28-Oct-10 4:02 
You may wish to ask yourself why you want to insert a try-catch into every method you are creating. That is no way to trap errors properly. It will just make the entire application nearly impossible to effectively debug the application.

If you do wish to do it, look up on how to creating studio add-ins. You may want to tie in that way to automate the process with no user intervention(i.e. keystrokes), but the logical way would be to create a snippet, and assign a keystroke to it so that you only have to type that to get the whole block inserted.
I wasn't, now I am, then I won't be anymore.

GeneralRe: Automatic insertion of try catch block Pin
OriginalGriff28-Oct-10 4:17
mveOriginalGriff28-Oct-10 4:17 
GeneralRe: Automatic insertion of try catch block Pin
fjdiewornncalwe28-Oct-10 4:21
professionalfjdiewornncalwe28-Oct-10 4:21 
GeneralRe: Automatic insertion of try catch block Pin
OriginalGriff28-Oct-10 4:30
mveOriginalGriff28-Oct-10 4:30 
GeneralRe: Automatic insertion of try catch block Pin
fjdiewornncalwe28-Oct-10 4:33
professionalfjdiewornncalwe28-Oct-10 4:33 
GeneralRe: Automatic insertion of try catch block Pin
OriginalGriff28-Oct-10 4:41
mveOriginalGriff28-Oct-10 4:41 
AnswerRe: Automatic insertion of try catch block Pin
Dave Kreskowiak28-Oct-10 6:25
mveDave Kreskowiak28-Oct-10 6:25 
GeneralRe: Automatic insertion of try catch block Pin
thomforum28-Oct-10 7:49
thomforum28-Oct-10 7:49 
GeneralRe: Automatic insertion of try catch block Pin
jschell28-Oct-10 8:04
jschell28-Oct-10 8:04 
GeneralRe: Automatic insertion of try catch block Pin
fjdiewornncalwe28-Oct-10 9:29
professionalfjdiewornncalwe28-Oct-10 9:29 
GeneralRe: Automatic insertion of try catch block Pin
Pete O'Hanlon28-Oct-10 9:42
mvePete O'Hanlon28-Oct-10 9:42 
GeneralRe: Automatic insertion of try catch block Pin
Dave Kreskowiak28-Oct-10 10:09
mveDave Kreskowiak28-Oct-10 10:09 
AnswerRe: Automatic insertion of try catch block Pin
Eddy Vluggen28-Oct-10 9:35
professionalEddy Vluggen28-Oct-10 9:35 
AnswerRe: Automatic insertion of try catch block Pin
Ravi Bhavnani28-Oct-10 18:49
professionalRavi Bhavnani28-Oct-10 18:49 
AnswerRe: Automatic insertion of try catch block Pin
abinmaths28-Oct-10 20:49
abinmaths28-Oct-10 20:49 
QuestionEdit already created custome Culture Info in C# Pin
Sunil G 328-Oct-10 1:16
Sunil G 328-Oct-10 1:16 
QuestionFTPWebRequest in c# using VPN Connection Pin
Member 378341528-Oct-10 0:16
Member 378341528-Oct-10 0:16 
AnswerMessage Closed Pin
28-Oct-10 1:21
stancrm28-Oct-10 1:21 

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.