Ways to optimize the performance of a windows application

What are the ways to optimize the performance of a windows application?

1. Knowing when to use StringBuilder
2. Comparing Non-Case-Sensitive Strings
3. Use string.Empty
4. Replace ArrayList with List<>
5. Use && and || operators
6. Smart Try-Catch
7. Replace Divisions
8. Code profiling
9. Use performance monitor to observe counters written in the application
What is Code-Access security? - C#.NET
What is Code-Access security? - Code access security is a mechanism that helps limit the access to the code by protecting...
What is Role-based security? - C#.NET
What is Role-based security? - Application that provide access to its data based on credentials check, verify the user’s role...
Steps to deploy an XML web service - C#.NET
Explain steps to deploy an XML web service - To deploy the XML Web service, once can add a Web Setup project using project templates...
Post your comment