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. General Programming
  3. .NET (Core and Framework)
  4. In which language CLR is written??

In which language CLR is written??

Scheduled Pinned Locked Moved .NET (Core and Framework)
dotnetquestion
5 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
    sujithkumarsl
    wrote on last edited by
    #1

    From my knowledge CLR is a set of DLLs. In which language CLR is Written?

    My small attempt...

    L A D 3 Replies Last reply
    0
    • S sujithkumarsl

      From my knowledge CLR is a set of DLLs. In which language CLR is Written?

      My small attempt...

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Yes you are right. It is made from set of DLLs (Assemblies). Find more info here... The Common Language Runtime (CLR) and Java Runtime Environment (JRE)[^] http://www.dotnet-guide.com/clr.html[^] HTH

      Jinal Desai - LIVE Experience is mother of sage....

      L 1 Reply Last reply
      0
      • L Lost User

        Yes you are right. It is made from set of DLLs (Assemblies). Find more info here... The Common Language Runtime (CLR) and Java Runtime Environment (JRE)[^] http://www.dotnet-guide.com/clr.html[^] HTH

        Jinal Desai - LIVE Experience is mother of sage....

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Jinal Desai - LIVE wrote:

        It is made from set of DLLs (Assemblies).

        Have you even read some of the information you have posted links to? You claim that CLR is set of assemblies, which is completely wrong. There's significant difference between assembly and dll.Each dll is not assembly and each assembly is not a dll.One of the links you posted claims that CLR is an equivalent of JVM.Are java frameworks part of JVM?When we are talking about CLR we mean MS runtime for running managed code, we don't mean mscorlib and the other assemblies.

        Life is a stage and we are all actors!

        1 Reply Last reply
        0
        • S sujithkumarsl

          From my knowledge CLR is a set of DLLs. In which language CLR is Written?

          My small attempt...

          A Offline
          A Offline
          Anshul R
          wrote on last edited by
          #4

          Native C++

          1 Reply Last reply
          0
          • S sujithkumarsl

            From my knowledge CLR is a set of DLLs. In which language CLR is Written?

            My small attempt...

            D Offline
            D Offline
            Dimitri Witkowski
            wrote on last edited by
            #5

            It's written mostly in C++, with Assembler pieces. If you want to get an idea what's inside .NET Framework, you can download Shared Source Common Language Infrastructure from Microsoft, it's a very good thing to start learning of .NET internals: http://www.microsoft.com/downloads/details.aspx?FamilyID=8c09fd61-3f26-4555-ae17-3121b4f51d4d&displaylang=en[^]

            Die Energie der Welt ist konstant. Die Entropie der Welt strebt einem Maximum zu.

            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