CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    .NET Framework CLR: What is the Common Language Infrastructure?

    Q: What is the Common Language Infrastructure?

    A: The Common Language Infrastructure (CLI) standard defines the characteristics of a run-time environment that supports the development of portable applications written in multiple programming languages. Microsoft's .NET Framework and the Mono project are based upon this infrastructure.


    • Where is the CLI standardized?

      So far, CLI is a standard under ECMA. The ECMA Standard (ECMA-335) can be dowloaded.



    • Are there any specifications or sources for this?

      Microsoft's published source code for implementing the standard, known as the 'Shared Source CLI' or as 'Rotor, which can be downloaded here.



    Last edited by Andreas Masur; December 22nd, 2005 at 05:00 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured