|
-
Dec 3rd, 2002, 08:33 AM
#1
Thread Starter
Lively Member
Managed verses Unmanaged
I have heard the terms managed code and unmanaged code. What does this mean ?
-
Dec 3rd, 2002, 09:42 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|