Application performance problems
-
Hello coders I want to know what will be the main features we have to use to increase application performance. Specially for data updations. There are many available but I want to know the best one. Any help.
What kind of app, in witch context, made with witch technology??? Give as more details, in this way it is too generic!
-
Hello coders I want to know what will be the main features we have to use to increase application performance. Specially for data updations. There are many available but I want to know the best one. Any help.
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[^]
-
Hello coders I want to know what will be the main features we have to use to increase application performance. Specially for data updations. There are many available but I want to know the best one. Any help.
Don't repost questions. You could simply have updated your other question to clarify it.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Hello coders I want to know what will be the main features we have to use to increase application performance. Specially for data updations. There are many available but I want to know the best one. Any help.
-
Hello coders I want to know what will be the main features we have to use to increase application performance. Specially for data updations. There are many available but I want to know the best one. Any help.
Database related? Reuse Connections, Commands, and Parameters as much as possible -- don't keep instantiating and disposing them.
-
Database related? Reuse Connections, Commands, and Parameters as much as possible -- don't keep instantiating and disposing them.
I don't think that is quite right. Under the covers, .NET maintains a connection pool so it is best to open the connection, do the work and then close it. Use using, create the connection, command and parameters. Do the work and get out of there.
"You get that on the big jobs."
-
Hello coders I want to know what will be the main features we have to use to increase application performance. Specially for data updations. There are many available but I want to know the best one. Any help.
There is not one answer because it depends on what your app is doing - having said that here are 3 things I have learnt from experience. (1)If you do not need to refresh or send information to a form then don't - screen refreshes are expensive. (2)If you can sleep a thread then do - looping though a thread waiting for something to happen is expensive. (3)With reference to 2 above - make your application as event driven as you can so that you are never waiting for something to happen.
Continuous effort - not strength or intelligence - is the key to unlocking our potential.(Winston Churchill)
-
I don't think that is quite right. Under the covers, .NET maintains a connection pool so it is best to open the connection, do the work and then close it. Use using, create the connection, command and parameters. Do the work and get out of there.
"You get that on the big jobs."
Yes, open and close it, don't dispose of it.
RobCroll wrote:
Use using, create the connection, command and parameters
Absolutely not.
-
Hello coders I want to know what will be the main features we have to use to increase application performance. Specially for data updations. There are many available but I want to know the best one. Any help.
This information may give you some help.http://global.sjzp.com/[^]
-
Hello coders I want to know what will be the main features we have to use to increase application performance. Specially for data updations. There are many available but I want to know the best one. Any help.
Hi, We need frequent data updations in real time updating application like online treading and like these others. I will suggest you to go for dapfor .net grid which is capable in real-time data processing like real-time data updating, real-time data highlighting, real-time data sorting and real -time data filtering. Cheers,
-
Hello coders I want to know what will be the main features we have to use to increase application performance. Specially for data updations. There are many available but I want to know the best one. Any help.
Over 52 MILLION Google results for ".net performance best practices"[^]
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997