How can we improve performance of Asp.net application?
How can we improve performance of Asp.net application?
Here we give some common points you can remember. List is
end list but I do not want to make it long so that you can remember important
ones.
these are :-
- Use string builder for concatenation rather than string.
- Avoid boxing/ unboxing .
- Use generics.
- Avoid writing in line SQL queries user stored procedures.
- Choose your indexes (clustered and non-clustered) properly.
- Use caching for data which will not change frequently.
- In Asp.net use output cache directive.
We can say this question in above way:
How can we improve performance of ASP.net?
Or
How we can improve the performance of sql server.
Or
Give the list of parameter by these we can improve the
performance of asp.net application.
Or
How to increase the performance of asp.net web
application.
POPULAR POSTS
Comments
Post a Comment