Click here to Skip to main content
15,901,853 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to send data to website without open the browser Pin
AspDotNetDev22-Jul-11 9:45
protectorAspDotNetDev22-Jul-11 9:45 
GeneralRe: how to send data to website without open the browser Pin
shd3524-Jul-11 1:25
shd3524-Jul-11 1:25 
GeneralRe: how to send data to website without open the browser Pin
AspDotNetDev24-Jul-11 8:32
protectorAspDotNetDev24-Jul-11 8:32 
AnswerRe: how to send data to website without open the browser Pin
dongye062222-Jul-11 17:11
dongye062222-Jul-11 17:11 
AnswerRe: how to send data to website without open the browser Pin
#realJSOP25-Jul-11 1:56
professional#realJSOP25-Jul-11 1:56 
QuestionMaster page load problem Pin
Any_India22-Jul-11 8:09
Any_India22-Jul-11 8:09 
AnswerRe: Master page load problem Pin
Blue_Boy22-Jul-11 8:23
Blue_Boy22-Jul-11 8:23 
QuestionHash Whirlpool Pin
abbd22-Jul-11 5:03
abbd22-Jul-11 5:03 
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
professional#realJSOP25-Jul-11 1:59 

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.