6 Performance Tips For .Net Developers

1. Avoid throwing exceptions

2. Minify your files

3. Avoid Blocking Calls

4. Cache your pages

5. Breadth First Search

5. Optimize custom code

6. Minimize large object allocation

– Perform code review to maintain code control over code – Load CSS first and JavaScript last – Reduce HTTP request – Avoid client-side redirects – Use caching to improve performance – Use APM tools to identify poorly performing applications – Use Prefix to evaluate the distribution of work – Use asynchronous database operations – Enable compression – Use Retrace to detect production issues in a staging environment

Bonus: Performance Optimization Tips

Check out more stories here