• Email
  • Like
  • Save
  • Private Content
  • Embed
 

THE TOP 5 .NET MEMORY MANAGEMENT MISCONCEPTIONS

by

  • 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

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

2 Embeds 9

http://www.eswlab.com 8
http://eswlab.com 1

Statistics

Likes
0
Downloads
13
Comments
0
Embed Views
9
Views on SlideShare
595
Total Views
604
Post Comment
Edit your comment

THE TOP 5 .NET MEMORY MANAGEMENT MISCONCEPTIONS THE TOP 5 .NET MEMORY MANAGEMENT MISCONCEPTIONS Document Transcript