Results 1 to 5 of 5

Thread: Does anyone know what is 'Managed code'?

  1. #1
    Join Date
    Dec 2009
    Posts
    67

    Does anyone know what is 'Managed code'?

    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.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    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.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    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.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    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.

  5. #5
    Join Date
    Feb 2008
    Posts
    1,852

    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.

Similar Threads

  1. Unable to compile managed C++ code by using the VC 7.0
    By fanish-war in forum Software Development
    Replies: 4
    Last Post: 25-06-2011, 09:46 PM
  2. Calling JavaScript from Managed Code
    By Computer_Freak in forum Tips & Tweaks
    Replies: 1
    Last Post: 03-08-2010, 03:31 PM
  3. Managed Client Don't Detect Virus
    By ASHER in forum Networking & Security
    Replies: 4
    Last Post: 10-04-2010, 11:32 AM
  4. How to use managed c++ classes/features in C#
    By CodGuru in forum Software Development
    Replies: 3
    Last Post: 01-12-2008, 02:56 PM
  5. Can't uninstall managed application
    By hariharan_00 in forum Windows XP Support
    Replies: 3
    Last Post: 25-08-2008, 10:22 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,298,919.97475 seconds with 17 queries