How can we
improve performance of .NET
By using followings ways we can improve performance
of .NET.
1 1. Use
String builder
2. Avoid
boxing/unboxing
3. Use
generics.
4. Avoid
writing in line SQL queries use stored procedure.
5.Choose
your indexes properly.
6. Use caching for data
which will not change frequently
0 Comments:
Post a Comment