.NET interview questions: - How can we improve performance of .NET?
Below are some common points you can remember. List is endless but I do not want to make it long, so that you can remember important ones. - Use string builder for concatenation rather than string when concatenation huge string values.
- Avoid boxing / unboxing, use generics.
- Avoid writing in line SQL queries use 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 for page level caching.
http://
http://www.questpond.com/
Contributed by:
Shivprasad koirala Koirala
I am a Microsoft MVP for ASP/ASP.NET and currently a CEO of a small
E-learning company in India. We are very much active in making training videos ,
writing books and corporate trainings. Do visit my site http://www.questpond.com for
.NET, C# , design pattern , WCF , Silverlight , LINQ , ASP.NET , ADO.NET , Sharepoint , UML , SQL Server training and Interview questions and answers
Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=689
Click here to go on website
|