CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2012
    Posts
    11

    .net Programmer India

    Can someone Explain how the .NET Framework performs automatic memory management....

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: .net Programmer India

    You should not title most of your post with "somelanguage programmer india". Title is what is shown first when people look at posts herearound, and you should use it to summarize the request.
    By the way, your question is something you should read before ask:
    http://msdn.microsoft.com/en-us/library/f144e03t.aspx
    and the answer is: garbage collection (read also the related of this)
    http://msdn.microsoft.com/en-us/libr...v=vs.100).aspx
    Last edited by Cimperiali; January 28th, 2012 at 10:31 PM.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Feb 2012
    Posts
    2

    Re: .net Programmer India

    Quote Originally Posted by reena19 View Post
    Can someone Explain how the .NET Framework performs automatic memory management....
    visit: http://www.wiziq.com/course/46-INTER...PRASAD-KOIRALA for your query .. it will for sure help you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured