Jump to content
Tuts 4 You

The sequence of interactions between CLR loader and fusion during Asse


CodeExplorer

Recommended Posts

The sequence of interactions between CLR loader and fusion during Assembly.Load


/>http://social.msdn.microsoft.com/forums/en-US/netfxbcl/thread/acac20f6-d70f-405f-9e0e-387078cbb4c3


/>http://forum.sysinternals.com/why-some-net-assemblies-are-duplicated-in-memory_topic15279.html

Apis used by Framework for mem alocation:
/>http://etutorials.org/Programming/programming+microsoft+visual+c+sharp+2005/Part+IV+Debugging/Chapter+13+Advanced+Debugging/Memory+Management/
/>http://www.ms-news.net/f826/managed-heap-6470585.html
/>http://www.experts-exchange.com/Programming/Languages/.NET/A_3251-Garbage-Collection-Memory-Management-in-Net.html

Garbage Collection:
/>http://www.hitxp.com/comp/pro/cs/220705.htm
/>http://www.csharphelp.com/2010/02/c-understandin-the-garbage-collector/
/>http://stackoverflow.com/questions/1480868/c-are-objects-immediately-destroyed-when-going-out-of-scope


/>http://diditwith.net/PermaLink,guid,291f4cfe-e281-41e1-ba53-2727fcb6f30b.aspx

Edited by CodeRipper
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...