HighTechTalks DotNet Forums  

Managed Code???

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss Managed Code??? in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Manoj Mohan
 
Posts: n/a

Default Managed Code??? - 09-19-2003 , 01:12 AM






What does managed code refers to?





Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default Re: Managed Code??? - 09-19-2003 , 01:59 AM






Quote:
What does managed code refers to?
HR

Managed code refers to code written in one of the dotNET languages (VB.NET,
COBOL.NET, C#.NET, J#.NET, Perl.NET, etc.). The dotNET languages make use of
the CLR (the common language runtime) which takes care of such things as
garbage collection, collections, security, memory management, cross-language
debugging,

Code written under the management of the CLR environment is called "Managed
Code."






Reply With Quote
  #3  
Old   
Manoj Mohan
 
Posts: n/a

Default Re: Managed Code??? - 09-19-2003 , 03:57 AM



Thanks....!!! I got it now....


"yj" <ftleejerry (AT) aol (DOT) comnet.edu> wrote

Quote:
What does managed code refers to?
HR

Managed code refers to code written in one of the dotNET languages
(VB.NET,
COBOL.NET, C#.NET, J#.NET, Perl.NET, etc.). The dotNET languages make use
of
the CLR (the common language runtime) which takes care of such things as
garbage collection, collections, security, memory management,
cross-language
debugging,

Code written under the management of the CLR environment is called
"Managed
Code."







Reply With Quote
  #4  
Old   
Vinnie
 
Posts: n/a

Default Re: Managed Code??? - 09-19-2003 , 10:31 AM



Code that is considered Managed is managed by the CLR vs code that uses
Interop or COM not using .NET Classed etc.


"Manoj Mohan" <sunny_mohan (AT) hotmail (DOT) com> wrote

Quote:
What does managed code refers to?







Reply With Quote
  #5  
Old   
rajKumar
 
Posts: n/a

Default Re: Managed Code??? - 09-20-2003 , 05:17 AM



Code that targets CLR is managed code. See this link for more info

http://tinyurl.com/o173

rajKumar

"Manoj Mohan" <sunny_mohan (AT) hotmail (DOT) com> wrote

Quote:
What does managed code refers to?







Reply With Quote
  #6  
Old   
William Ryan
 
Posts: n/a

Default Re: Managed Code??? - 09-20-2003 , 04:00 PM



Ultimately, it's a euphamism for the way memory is handled in the .NET
framework. You may want to look at this...because a full discussion of what
the Managed code is is out of the realm of a NG post.

http://msdn.microsoft.com/theshow/Ep...35/default.asp

Cheers,

Bill
"Manoj Mohan" <sunny_mohan (AT) hotmail (DOT) com> wrote

Quote:
What does managed code refers to?







Reply With Quote
  #7  
Old   
Kumar Gaurav Khanna [.NET MVP]
 
Posts: n/a

Default Re: Managed Code??? - 09-25-2003 , 05:36 AM



Hi!

By "managed", we mean to refer to entity is executed, maintained and
released by the control of the Common Language Runtime. Thus, all code that
is executed by the CLR, or objects that are allocated/deallocated by it are
termed as managed entities by nature.

This is in contrast with the non-CLR based development (typically win32
based, COM based) where in no entity outside the execution application
manages the application code, memory, security and so on. In this case, the
application is responsible for doing it on its own. Such entities are
termed, thus, as unmanaged entities.

Have a look at this URI:
http://www.datadirect-technologies.c...anagedcode.asp

and view this video:
http://msdn.microsoft.com/theshow/Ep...35/default.asp

Regards
Kumar Gaurav Khanna
--
----------------------------------------------------------------------------
-------
I can't be garbage collected; I am pinned to .NET
----------------------------------------------------------------------------
-------
Microsoft MVP - .NET
WinToolZone - http://www.wintoolzone.com/
Spelunking Microsoft Technologies and my home on the web :-)
OpSupport - Spelunking Rotor
http://opsupport.sscli.net/

http://dot-net.blogspot.com/
http://kgk.blogspot.com/
----------------------------------------------------------------------------
-------

"Manoj Mohan" <sunny_mohan (AT) hotmail (DOT) com> wrote

Quote:
What does managed code refers to?







Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.