Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hash Whirlpool Pin
David198722-Jul-11 5:12
David198722-Jul-11 5:12 
Question(Proper) Last chance exception handling [modified] Pin
Deian22-Jul-11 4:35
Deian22-Jul-11 4:35 
AnswerRe: (Proper) Last chance exception handling Pin
BobJanova25-Jul-11 3:09
BobJanova25-Jul-11 3:09 
GeneralRe: (Proper) Last chance exception handling Pin
Deian25-Jul-11 4:49
Deian25-Jul-11 4:49 
GeneralRe: (Proper) Last chance exception handling Pin
BobJanova25-Jul-11 6:06
BobJanova25-Jul-11 6:06 
GeneralApplication performance problems Pin
belyhits21-Jul-11 22:17
belyhits21-Jul-11 22:17 
GeneralRe: Application performance problems Pin
Mario Majčica21-Jul-11 22:20
professionalMario Majčica21-Jul-11 22:20 
GeneralRe: Application performance problems Pin
dan!sh 21-Jul-11 22:29
professional dan!sh 21-Jul-11 22:29 
This really is very generic. You may make use of profiler to see where the loop holes are and then fix them. Since you are speaking of data updations, here are few things to take care of:

1. Connections should be used wisely.
2. Proper indexing.
3. Efficient queries.
"The worst code you'll come across is code you wrote last year.", wizardzz[^]

GeneralRe: Application performance problems Pin
Pete O'Hanlon21-Jul-11 23:00
mvePete O'Hanlon21-Jul-11 23:00 
GeneralRe: Application performance problems Pin
RobCroll22-Jul-11 0:38
RobCroll22-Jul-11 0:38 
GeneralRe: Application performance problems Pin
PIEBALDconsult22-Jul-11 2:44
mvePIEBALDconsult22-Jul-11 2:44 
GeneralRe: Application performance problems Pin
RobCroll22-Jul-11 6:52
RobCroll22-Jul-11 6:52 
GeneralRe: Application performance problems Pin
PIEBALDconsult22-Jul-11 14:27
mvePIEBALDconsult22-Jul-11 14:27 
SuggestionRe: Application performance problems Pin
GuyThiebaut22-Jul-11 9:13
professionalGuyThiebaut22-Jul-11 9:13 
GeneralRe: Application performance problems Pin
dongye062222-Jul-11 17:19
dongye062222-Jul-11 17:19 
GeneralRe: Application performance problems Pin
robertalis23-Jul-11 3:08
robertalis23-Jul-11 3:08 
GeneralRe: Application performance problems Pin
#realJSOP25-Jul-11 1:59
mve#realJSOP25-Jul-11 1:59 
GeneralFactors which effect our application performance Pin
belyhits21-Jul-11 21:33
belyhits21-Jul-11 21:33 
GeneralRe: Factors which effect our application performance Pin
Pete O'Hanlon21-Jul-11 21:47
mvePete O'Hanlon21-Jul-11 21:47 
JokeRe: Factors which effect our application performance Pin
Peter_in_278021-Jul-11 22:02
professionalPeter_in_278021-Jul-11 22:02 
GeneralRe: Factors which effect our application performance Pin
dan!sh 21-Jul-11 22:03
professional dan!sh 21-Jul-11 22:03 
GeneralRe: Factors which effect our application performance Pin
RobCroll22-Jul-11 0:59
RobCroll22-Jul-11 0:59 
GeneralRe: Factors which effect our application performance Pin
PIEBALDconsult22-Jul-11 2:46
mvePIEBALDconsult22-Jul-11 2:46 
GeneralRe: Factors which effect our application performance Pin
jschell22-Jul-11 10:09
jschell22-Jul-11 10:09 
GeneralRe: Factors which effect our application performance Pin
RobCroll22-Jul-11 14:01
RobCroll22-Jul-11 14:01 

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.