|
|
Stories recently tagged with 'GC'
|
|
submitted by
eugenciuta
5 months, 9 days ago
dotnetfacts.blogspot.com — The Garbage Collector (GC) can be considered the heart of the .NET Framework. It manages the allocation and release of memory for any .NET application. In order to create good .NET applications, we must know how the Garbage Collector (GC) works. read more...
|
|
tags:
Performance, Optimization, Tips, GC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 10 days ago, submitted by
eugenciuta
6 months, 12 days ago
dotnetfacts.blogspot.com — When the .NET Framework instantiates an object, it allocates memory for that object on the managed heap. The object remains on the heap until it's no longer referenced by any active code, at which point the memory it's using is reclamed by the Garbage Collector (GC). Before the GC deallocates the memory, the framework calls the object's Finalize() method, but developers are responsible for calling the Dispose() method. read more...
|
|
tags:
dispose, GC, resources, Tips, Optimization | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year ago, submitted by
jstangroome
1 year ago
blogs.msdn.com — Using GC.Collect to verify object destruction in unit tests. read more...
|
|
tags:
GC, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dstrommer
1 year, 3 months ago
drowningintechnicaldebt.com — Top 20 .Net GC Articles read more...
|
|
tags:
GC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
dbottjer
1 year, 3 months ago
drowningintechnicaldebt.com — Ah. Garbage Collection... how I love and hate thee. =P
I think one sad thing about programming in .net is that it seems many developers don't know or care anything about garbage collection and memory management. You used to *have* to know about it in order to write bug free code. I suppose it is a two edge sword in that developers can develop faster as the intention was to relieve developers of the need to know or care anything about memory management. I personally have always tried to follow best practices for implementation and have tried to stay somewhat cautious of issues related to memory. I've been fortunate in never really having any memory management related issues in my previous applications. However, there, but for the grace of God, I too could go.
read more...
add a comment
|
category: CLR | Views: 0
|
|
tags:
GC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rajkwatra
1 year, 4 months ago
rajkwatra.blogspot.com — The title of this post might seem confusing. Garbage Collector (or GC) in .Net is designed to take care of managed memory only, so what do you do in a case where you have a managed object that itself takes very small amount of memory but allocates significant amount of unmanaged resources? In that case.... read more...
add a comment
|
category: CLR | Views: 0
|
|
tags:
GC, Memory, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
jeremyjarrell
1 year, 5 months ago
jeremyjarrell.com — Here's an easy to minimize the overhead of an expensive resource, such as an image or a network connection, using the singleton pattern and some simple hints to the garbage collector. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
Singleton, GC, C#, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
prasphy
1 year, 5 months ago
diditwith.net — Dan Shechter's code sample that illustrates a certain peculiarity of the .NET garbage collector. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
JIT, CLR, C#, GC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
cls2deg
1 year, 5 months ago
diditwith.net — This article delves into a certain peculiarity of the .NET garbage collector. Along the way, it explores IL, optimized JIT-compiled code and even the underlying CLR structures. read more...
add a comment
|
category: CLR | Views: 1
|
|
tags:
JIT, GC, CLR, SOS, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
cls2deg
1 year, 5 months ago
diditwith.net — This article delves into a certain peculiarity of the .NET garbage collector. Along the way, it explores IL, optimized JIT-compiled code and even the underlying CLR structures. read more...
add a comment
|
category: CLR | Views: 1
|
|
tags:
GC, JIT, SOS, VisualStudio, Optimize | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 5 months ago, submitted by
.NetKicks
1 year, 5 months ago
blogs.msdn.com — Tess lists some "potential interview questions" about the .net GC. He lists the answers in a followup post: http://blogs.msdn.com/tess/archive/2007/04/10/net-garbage-collector-popquiz-followup.aspx read more...
2 comments
|
category: CLR | Views: 0
|
|
tags:
Quiz, garbage, collector, .Net, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|