Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are the ways to improve performance in .net
application?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in which protocol ASP.NET WEB API Work?

1153


Is asp.net outdated?

1027


Define a static class?

1031


What are different methods of session maintenance in asp.net?

1118


Which is faster viewdata or viewbag?

1049


How tooltip is set through code-behind in ASP.NET?

1137


How do you declare static variable? What is its lifetime?

1003


How does asp page work?

1033


Do you support digital rights management to protect my videos?

909


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

1000


What are server-side comments in ASP.NET?

990


What do you mean by caching in asp.net?

1060


Explain serialization and deserialization?

1069


Web API supports which protocol?

1422


To bind columns manually which tags do you need to add within the asp:datagrid ?

1016