THE TOP 5 .NET MEMORY MANAGEMENT MISCONCEPTIONS
by Engineering Software Lab
- 604 views
.NET Memory management is an impressively complex process, and most of the time it works pretty ...
.NET Memory management is an impressively complex process, and most of the time it works pretty
well. However, it’s not flawless, and neither are we developers, so memory management problems are
still something that a skilled developer should be prepared for. And while it’s possible to have useful
information about .NET memory management and write better code without fully understanding the
black box inside the framework, there are a few common misconceptions which need to be dispelled
before you can really get started:
1) A garbage collector collects garbage
2) Doing lots of gen0 collections is bad
3) Performance counters are great for understanding what is happening
4) .NET doesn’t leak memory
5) All objects are treated the same
Accessibility
Categories
Upload Details
Uploaded via SlideShare as Adobe PDF
Usage Rights
© All Rights Reserved
Statistics
- Likes
- 0
- Downloads
- 13
- Comments
- 0
- Embed Views
- Views on SlideShare
- 595
- Total Views
- 604