Question?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rich

    #1

    Question?

    What language is the .NET framework written in? Does anyone know? Is it
    written in a .NET language?

    Just curios.

    Rich




  • Mattias Sjögren

    #2
    Re: Question?

    >What language is the .NET framework written in? Does anyone know? Is it
    >written in a .NET language?
    The class libraries are mostly written in C#. The CLR mostly in C++.


    Mattias

    --
    Mattias Sjögren [C# MVP] mattias @ mvps.org
    http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
    Please reply only to the newsgroup.

    Comment

    • Henning Krause [MVP - Exchange]

      #3
      Re: Question?

      Hello,

      it's partly C# and partly unmanaged. And I guess, part of the
      Microsoft.Visua lBasic stuff is actually written in Visual Basic.

      Best regards,
      Henning Krause


      "Rich" <rvh2005@verizo n.netwrote in message
      news:%23fw6Erus HHA.4916@TK2MSF TNGP04.phx.gbl. ..
      What language is the .NET framework written in? Does anyone know? Is it
      written in a .NET language?
      >
      Just curios.
      >
      Rich
      >
      >
      >
      >

      Comment

      • =?Utf-8?B?U2l2YSBN?=

        #4
        RE: Question?

        The BCL is mostly in C#. I read somewhere that 2.0 BCL has som VB.NET code
        too. But the CLR components are in C++.

        "Rich" wrote:
        What language is the .NET framework written in? Does anyone know? Is it
        written in a .NET language?
        >
        Just curios.
        >
        Rich
        >
        >
        >
        >
        >

        Comment

        • Preeti

          #5
          Re: Question?

          I have heard from somewhere that very less c++ is used.. mostly all
          development is done in C#..

          Preeti


          Comment

          • Rich

            #6
            Re: Question?

            Thanks. Is the source code for the C# libraries available?

            Rich


            "Rich" <rvh2005@verizo n.netwrote in message
            news:%23fw6Erus HHA.4916@TK2MSF TNGP04.phx.gbl. ..
            What language is the .NET framework written in? Does anyone know? Is it
            written in a .NET language?
            >
            Just curios.
            >
            Rich
            >
            >
            >
            >

            Comment

            • Mattias Sjögren

              #7
              Re: Question?

              >Thanks. Is the source code for the C# libraries available?
              Check out the shared source CLI implementation here

              http://www.microsoft.com/downloads/d...displaylang=en

              It doesn't cover all the .NET libraries, and the source files that are
              included aren't always identical to the ones used for .NET framework.
              But it's still a great resource.

              For the missing pieces, get Reflector or look at the Mono open source
              implementation.



              Mattias

              --
              Mattias Sjögren [C# MVP] mattias @ mvps.org
              http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
              Please reply only to the newsgroup.

              Comment

              • Rich

                #8
                Re: Question?

                Thanks again for your reply

                Rich

                "Mattias Sjögren" <mattias.dont.w ant.spam@mvps.o rgwrote in message
                news:OX9d9b4sHH A.1184@TK2MSFTN GP04.phx.gbl...
                >
                >>Thanks. Is the source code for the C# libraries available?
                >
                Check out the shared source CLI implementation here
                >
                http://www.microsoft.com/downloads/d...displaylang=en
                >
                It doesn't cover all the .NET libraries, and the source files that are
                included aren't always identical to the ones used for .NET framework.
                But it's still a great resource.
                >
                For the missing pieces, get Reflector or look at the Mono open source
                implementation.
                >
                >
                >
                Mattias
                >
                --
                Mattias Sjögren [C# MVP] mattias @ mvps.org
                http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
                Please reply only to the newsgroup.

                Comment

                Working...