Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

managed and unmanaged code

This is a discussion on managed and unmanaged code within the C# forums, part of the Software Development category; what is difference between managed code and unmanaged code?...

Go Back   Geeks Talk > Software Development > C#
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 09-04-2009
Junior Member
 
Join Date: Jun 2009
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
ashina1111 is on a distinguished road
managed and unmanaged code

what is difference between managed code and unmanaged code?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-04-2009
Junior Member
 
Join Date: Sep 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jitenjindal is on a distinguished road
Re: managed and unmanaged code

Unmanaged code is the code which after compiling runs directly on underlying operating system. Assembly or executables made are directly run on OS. e.g. C,C++

Managed code is the code which runs on a platform which is above operating system and provides the underlying environment to executable with many addin features like garbage collection etc.
e.g. .NET platform for VB.NET,c#,ASP.NET
Java runs on JVM
Reply With Quote
Reply

  Geeks Talk > Software Development > C#

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
dictionary managed tablespace kenith_shah01 Database Design 1 08-30-2009 12:57 AM
Bsnl teams up with microsoft, launches managed business mail rijus Mobile OS 0 06-23-2009 11:22 AM
how the memory managed in java[memory management in java] pawankalyan.info JSP 0 01-24-2009 08:08 AM
p code Vs. Source code jkverma29 Oracle 1 09-29-2008 11:24 PM
Locally managed tablespace jkrish.sharma DB2 0 07-27-2008 08:01 AM


All times are GMT -4. The time now is 01:10 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved