DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'GC' Subscribe to this feed
3
kicks
submitted by eugenciuta 5 months, 9 days ago

dotnetfacts.blogspot.com — Now let’s go deeper to understand how the Garbage Collector (GC) is actually collecting the dead objects and how this may affect the performance. read more...

Add a comment 1 comment | category: | Views: 2
tags: , , , | tag it

4
kicks
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...

Add a comment add a comment | category: | Views: 1
tags: , , , | tag it

27
kicks
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...

Add a comment add a comment | category: | Views: 6
tags: , , , , | tag it

7
kicks
published 1 year ago, submitted by jstangroome jstangroome 1 year ago

blogs.msdn.com — Using GC.Collect to verify object destruction in unit tests. read more...

Add a comment add a comment | category: | Views: 1
tags: , | tag it

2
kicks
submitted by dstrommer 1 year, 3 months ago

drowningintechnicaldebt.com — Top 20 .Net GC Articles read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

23
kicks
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 add a comment | category: | Views: 0
tags: | tag it

4
kicks
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 add a comment | category: | Views: 0
tags: , , | tag it

10
kicks
published 1 year, 4 months ago, submitted by jeremyjarrell 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 add a comment | category: | Views: 1
tags: , , , | tag it

2
kicks
submitted by prasphy 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 add a comment | category: | Views: 0
tags: , , , | tag it

3
kicks
submitted by cls2deg 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 add a comment | category: | Views: 1
tags: , , , , | tag it

3
kicks
submitted by cls2deg 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 add a comment | category: | Views: 1
tags: , , , , | tag it

12
kicks
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...

Add a comment 2 comments | category: | Views: 0
tags: , , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge