Results 1 to 2 of 2

Thread: Managed verses Unmanaged

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    113

    Managed verses Unmanaged

    I have heard the terms managed code and unmanaged code. What does this mean ?

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Managed code means the application runs entirely in .NET and the JIT compiler. Unmanaged means you are it is not and you are accessing non .NET components such as API calls for example.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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