Geeks Talk

Prepare for your Next Interview




What is Microsoft Intermediate Language (MSIL)

This is a discussion on What is Microsoft Intermediate Language (MSIL) within the C# forums, part of the Software Development category; MSIL are simple binary structures that are similar to the instruction sets of the CPU. Like the instruction set, it encodes a wide spectrum of operations such as loading, storing, ...


Go Back   Geeks Talk > Software Development > C#

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-17-2006
Junior Member
 
Join Date: Oct 2005
Posts: 12
Thanks: 0
Thanked 6 Times in 4 Posts
GeekAdmin is on a distinguished road
What is Microsoft Intermediate Language (MSIL)

MSIL are simple binary structures that are similar to the instruction sets of the CPU. Like the instruction set, it encodes a wide spectrum of operations such as loading, storing, arithmetic and logical operations and control flow. The similarity to the machine code enables the code to be compiled quickly in the Just in time compiler. The type verification also becomes simpler because the DotNet binary contains tables of metadata. The metadata defines each type and its signatures and also the other data that the runtime locates and extracts from the file at the time of execution. The presence of the metadata makes the module self descriptive and eliminates the need for IDL files and header files. However, unlike the CPU instruction set, MSIL expresses object oriented concepts such as object creation, method invocation, property access and exception handling.

It is the Microsoft Intermediate Language (MSIL) which makes applications language independent. Applications may be created by programmers in any language of their choice—ASP.NET or VB.NET—in a machine on which the .NET framework has been installed. The compiler then, gives an output in the Microsoft Intermediate language. This language can be defined as a kind of assembly language at a higher level of abstraction. The language is designed in a manner that makes it possible to convert it into any kind of native machine code with ease. The CLR detects the Intermediate language and invokes the Just-in-time compiler to convert the language into machine code.
Reply With Quote
The Following 2 Users Say Thank You to GeekAdmin For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 12-13-2006
Expert Member
 
Join Date: Sep 2006
Location: Bengalooru (Formerly called Bangalore), India
Posts: 486
Thanks: 2
Thanked 28 Times in 27 Posts
kalayama is on a distinguished road
Re: What is Microsoft Intermediate Language (MSIL)

That was pretty good breifing about MSIL. Never knew about it before
__________________
[COLOR="Blue"][SIZE="2"]"If you are not living on the edge of your life, you are wasting space"[/SIZE][/COLOR]

Someone says "Impossible is nothing". The man next him says "Let me see you licking your elbow tip!"
Reply With Quote
  #3 (permalink)  
Old 02-04-2007
Junior Member
 
Join Date: Feb 2007
Location: Singapore
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
jabel1121 is on a distinguished road
Re: What is Microsoft Intermediate Language (MSIL)

are set of binary operations that contains the operations, loading and structure like a CPU.

It expresses Object Oriented concepts such as object creation, menthod invocation property access and exception handling.
Reply With Quote
  #4 (permalink)  
Old 02-07-2007
Junior Member
 
Join Date: Feb 2007
Location: rancho cucamonga
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
neerajkgupta is on a distinguished road
Re: What is Microsoft Intermediate Language (MSIL)

hello everybody
Reply With Quote
Reply

  Geeks Talk > Software Development > C#


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Download Free Microsoft Office 2007 admin ASP.NET 8 3 Days Ago 09:42 PM
C Language - The Preprocessor Lokesh M C and C++ 1 06-17-2006 07:41 AM


All times are GMT -4. The time now is 01:22 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved