Results 1 to 2 of 2

Thread: About a Important Attribute

  1. #1
    Contributing Member
    Join Date
    Jul 2006
    Answers
    52

    About a Important Attribute

    Garbage Collection is an important attribute in any object oriented programming language. I want to know what are the methods or functions used in ASP.NET to achieve this important concept.


  2. #2
    Contributing Member
    Join Date
    Jul 2006
    Answers
    56

    Re: About a Important Attribute

    The garbage collector (GC) of .NET completely absolves the developer from tracking memory usage and knowing when to free memory.Every data type used in .NET software includes metadata that describes it. With the help of metadata, the CLR knows the layout of each of the objects in memory, which helps the Garbage Collector in the compaction phase of Garbage collection.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact