Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links


Does anyone know what is 'Managed code'?

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 04-02-2010
Member
 
Join Date: Dec 2009
Posts: 67
Does anyone know what is 'Managed code'?

Sponsored Links
Hello Friend,

I have to discuss my confusion about the one of the concept of C sharp. In C sharp reference book I have read about the "Managed code". But this seems very complicated to understand. Is "Managed code" is any different type of programming code? I don't know how aware about the "Managed code". Do you know what is "Managed code"? if yes then please let me know that. I will appreciate your help.

Reply With Quote
  #2  
Old 04-02-2010
Zecho's Avatar
Member
 
Join Date: May 2008
Posts: 2,278
Re: Does anyone know what is 'Managed code'?

Hi,

In computing, the managed code can improve Dependability a program (and to simplify the work of Programmer). This term is part of the Microsoft terminology, but the same concept exists for Java. In Microsoft terminology, managed code is a Code which runs under the management VMCLR, Or another virtual machine. This term is used in opposition to unmanaged code, which is run directly by the Processor.
Reply With Quote
  #3  
Old 04-02-2010
Reegan's Avatar
Member
 
Join Date: Oct 2005
Posts: 2,381
Re: Does anyone know what is 'Managed code'?

The managed code avoids crashes of programs, but not all. If, despite everything, there is a crash, it is easier to analyze. With unmanaged code, the crash will occur long after the error, whereas with the managed code the crash will occur closer to the location of the error.The term managed code from Microsoft is not part of the java terminology, But the same concept such as the code executed in the JVM benefit from several advantages including the crumb.
Reply With Quote
  #4  
Old 04-02-2010
opaper's Avatar
Member
 
Join Date: May 2008
Posts: 2,371
Re: Does anyone know what is 'Managed code'?

The execution of the 'Managed code' is controlled by CLR(Common Language Runtime) and which one of the '.NET Framework'. The Managed code is basically use for to prevent the basic programming mistakes. And it is very important because it can make the application unstable. The managed code is compiled using the IL. It can be written using high level languages of programing and compiled using the .Net framework.
Reply With Quote
  #5  
Old 04-02-2010
MindSpace's Avatar
Member
 
Join Date: Feb 2008
Posts: 1,839
Re: Does anyone know what is 'Managed code'?

Hi friend,

Managed code is a code that runs under the management VM or CLR. This term is used in opposition to unmanaged code, which is directly executed by the processor). It is indeed here to "turn" the lowl Windows. A run time compiler and which is used for to compiles the IL code to the native executable code. This is done in environment known as 'managed execution'. This process is useful to make sure the index checking, type safety, garbage collection.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Does anyone know what is 'Managed code'?"
Thread Thread Starter Forum Replies Last Post
Unable to compile managed C++ code by using the VC 7.0 fanish-war Software Development 4 25-06-2011 09:46 PM
Calling JavaScript from Managed Code Computer_Freak Tips & Tweaks 1 03-08-2010 03:31 PM
SCE managed computers group policy Halyn Operating Systems 3 27-06-2009 06:49 PM
How to use managed c++ classes/features in C# CodGuru Software Development 3 01-12-2008 01:56 PM
Can't uninstall managed application hariharan_00 Windows XP Support 3 25-08-2008 10:22 AM


All times are GMT +5.5. The time now is 12:41 PM.