what are the ways to improve performance in .net
application?
Answers were Sorted based on User's Feedback
Answer / rajesh sharma
. Avoid round-trips to server.
. Perform validation on client.
. Save viewstate only when necessary.
. Employ caching.
. Leave buffering on unless there is a dire need to disable
. Use connection pooling.
. Use stored procedures instead of in-line SQL or dynamic
SQL.
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / rajesh sharma
. Avoid round-trips to server. Perform validation on
client.
. Save viewstate only when necessary.
. Employ caching.
. Leave buffering on unless there is a dire need to disable
it.
. Use connection pooling.
. Use stored procedures instead of in-line SQL or dynamic
SQL.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vijay saxena
Above info is correct..include few of them..
use ajax toolkit..
outputcache object
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / gouse
1.Boxing and UnBoxing.
2.String Builder
3.‘as’ versus type casting
4.Control overflow checking
5.Using readonly versus const
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / prem
Try to do most of burdan in client side and less server side
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rajneesh
all above is fine
. Avoid round-trips to server. Perform validation on
client.
. Save viewstate only when necessary.
. Employ caching.
. Leave buffering on unless there is a dire need to disable
it.
. Use connection pooling.
. Use stored procedures instead of in-line SQL or dynamic
SQL.
use ajax toolkit..
outputcache object
Boxing and UnBoxing.
String Builder
‘as’ versus type casting
Control overflow checking
Using readonly versus const
Try to do most of burdan in client side and less server side
user datareader compare dataset if dataset not need.
user try,catch,finally(for close connection)
now new concept in 2.0,3.0,3.5 for performance
Partial class
Generic class
Generic collection
anonymous method
lambda express
var
extension method
Rajneesh Hajela
Gwalior(M.P.)
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rahul bhatnagar
You have some more technique to doing it
Use Style sheet at top of page
Use javascript at bottom of page
Use External Style Sheet/Java Script
Remove duplicate refn of java script
Use caching
Reduce no of http request
use gzip
| Is This Answer Correct ? | 1 Yes | 2 No |
What is application variable and when it is initialized ?
Why do we use datasource in asp.net?
Is asp.net still used?
How many webforms are possible on a single webpage?
how to debug web services on consumer side?
Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?
What is session in asp.net?
different architectures of asp.net?
How do you create a permanent cookie?
Hi, I am a fresher. i have a problem related to DataGrid . i have a data grid and i have to place a dropdown in the datagrid.and i have to retrieve the values from the database (sqlserver).please tell me any idea about the code.
Is sql backend or frontend?
what is diffrence between debug class and trace class in asp.net ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)