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
 
According to the overview,
the PDF comes close to what i need ...

Thanks for the info
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top