| 
								        
								         
								        What are the ways to optimize the performance of a windows application?1. Knowing when to use StringBuilder2. 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
 |