Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. What is the difference between Managed and Unmanaged Code in .NET?

What is the difference between Managed and Unmanaged Code in .NET?

Scheduled Pinned Locked Moved ASP.NET
questioncsharptutorial
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sandhya14
    wrote on last edited by
    #1

    can u please explain me What is the difference between Managed and Unmanaged Code in .NET with example...?

    A R B 3 Replies Last reply
    0
    • S sandhya14

      can u please explain me What is the difference between Managed and Unmanaged Code in .NET with example...?

      A Offline
      A Offline
      Abbas_here
      wrote on last edited by
      #2

      "Managed Code" is what Visual Basic .NET and C# compilers create.CLR able to understand it. It compiles to Intermediate Language (IL), not to machine code that could run directly on your computer. Where as "Unmanaged code" is what you use to make before Visual Studio .NET 2002 was released. Visual Basic 6, Visual C++ 6, even that 15-year old C compiler you may still have kicking around on your hard drive all produced unmanaged code. It compiled directly to machine code that ran on the machine where you compiled it.

      1 Reply Last reply
      0
      • S sandhya14

        can u please explain me What is the difference between Managed and Unmanaged Code in .NET with example...?

        R Offline
        R Offline
        rahul net11
        wrote on last edited by
        #3

        Hi, Managed code : the code which run under the control of CLR is managed code. UnManaged Code : Which dosenot run under the control of CLR. Hope this help. Thanks Rahul

        People Laugh on me Because i am Different but i Laugh on them Because they all are same.

        1 Reply Last reply
        0
        • S sandhya14

          can u please explain me What is the difference between Managed and Unmanaged Code in .NET with example...?

          B Offline
          B Offline
          Brij
          wrote on last edited by
          #4

          Also justhave a look

          Cheers!! Brij

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups