A good book about .net Performance Tuning

  • Thread starter Thread starter hpw
  • Start date Start date
H

hpw

Hi all,

i'm looking for a good book about .net Performance Tuning.

Things that should be covered by this book:

- Glean information about your program's behavior from profiling tools
- Identify bottlenecks before tuning
- Optimization when dealing with objects
- Optimize I/O behavior
- Use appropriate algorithms for sorting and other common tasks
- Use threads effectively
- Optimize the performance of distributed systems

There ares several good books, when it comes to java - but i did not
find any for .net.
There are some books for asp.net performance improvements but none for
normal applications.

Any suggestions appreciated.

br

HPW
 
Back
Top