Results 1 to 4 of 4

Thread: What are the services provided by Common Language Infrastructure?

  1. #1
    Join Date
    Oct 2008
    Posts
    101

    What are the services provided by Common Language Infrastructure?

    Can anyone tell me what are the different services provided by the Common Language Infrastructure, I have gone through the book where I got very limited services, but I feel there may be number of other services provided by the CLI.

    Thanks for you suggestion..

  2. #2
    Join Date
    Dec 2008
    Posts
    161

    Re: What are the services provided by Common Language Infrastructure?

    CLI provides 4 main services and those are as follows:

    Common Language Runtime: CLR is considered to be the core component of .NET framework. Its primary responsibility is to convert the CIL/MSIL code into native machine language code. Methods and systems for allocating address space resources to resource requesting peripheral devices in an efficient manner. Resource request are gathered for enumerated peripheral devices host by a computer platform. Type Safety:It ensures that code cannot perform operations that are invalid for an object. Managed Code execution:Managed code execution also handles JIT compilation, handles exceptions, and confirms type safety and security issues. Side-by-side execution: provides an opportunity to execute multiple versions of an application or component on one computer.

  3. #3
    Join Date
    Apr 2008
    Posts
    193

    Re: What are the services provided by Common Language Infrastructure?

    A map containing resource alignment requirements is built, and a virtual resource allocation map is computed based on aggregated resource requests and the alignment requirements. Common Language Infrastructure (CLI) enables an application program written in any of several commonly-used programming languages to be run on any operating system using a common runtime program rather than a language-specific one.

  4. #4
    Join Date
    Jan 2009
    Posts
    99

    Re: What are the services provided by Common Language Infrastructure?

    It does make it possible for programmers to examine the implementation details of many .NET libraries and to create modified CLI versions. Microsoft provides the Shared Source CLI as a reference CLI implementation suitable for educational use. Common Language Infrastructure has been accepted as an open standard by ECMA, an international organization for the promotion of technology standards. CLI is designed to make it easier to develop programs that can be used as Web services.

Similar Threads

  1. How to fix common issues with Server Update services
    By Meherr in forum Server Update Service
    Replies: 4
    Last Post: 30-04-2013, 03:30 PM
  2. Is free call services provided by Nimbuzz
    By feNRE123 in forum Portable Devices
    Replies: 5
    Last Post: 01-07-2011, 01:04 PM
  3. Don't know about Common Language Runtime
    By Bottlenecked in forum Software Development
    Replies: 6
    Last Post: 22-01-2010, 10:52 AM
  4. Replies: 3
    Last Post: 22-09-2009, 01:12 PM

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,713,899,443.91987 seconds with 17 queries