Blog
    C#
    ADO.Net
    .NET
    ASP.Net & Web Forms
    Custom Controls
    Web Development
    Exception Handling
    XML
    Database
    Security in .Net
    Testing
    Web Services
    Windows Services
    Windows Controls
    WCF
    AJAX
    WPF
    XAML
    Reporting
    Setup
    VB.Net
    LINQ
    JQuery
    SilverLight
    JavaScript
    HTML5
    Crystal Report
    Cloud Computing
    Share Point
    Visual C++
    MVC
    Android
    PHP
    Java
    HTML
    WordPress
    Joomla
    Products
    Drupal
    Windows Phone
    JSON
    LightSwitch
    iPhone/iPad
    Ruby on Rails
    IIS 7
    Windows 8
    CSS/CSS3
    Excel
    MS Access
    Shortcut Keys
    Visual SourceSafe
    Team Foundation Server
    APIs
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Top Contributor
Advertisement
Advertise with Us
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit an Article | Submit Blog
Report Abuse Form
Reason:    
 

Home >> .NET >> Microsoft Intermediate Language (MSIL)
Microsoft Intermediate Language (MSIL)

MSIL Concept
Views: 621     Comments: 0
by Uttam Misra on 10/21/2010

Microsoft Intermediate Language(MSIL) Microsoft Intermediate Language (MSIL) is a language used as the outputof a number of compilers(C#, VB, .Net, and so forth). The ILDasm (IntermediateLanguage Disassembler) program that ships with the .Net Framework SDK allowsthe user to see MSIL code in human readable format.

When compiling to manage code, the compiler translates yoursource code into Microsoft intermediate language (MSIL), which is the CPUindependent set of instructions that can be efficiently converted into nativecode. MSIL includes instruction for loading, storing, initializing, and callingmethod on objects, as well as instructions for arithmetic and logicaloperations, control flow, direct memory access, exception handling, and otheroperations. Before code can be run, MSIL must be converted to CPU- specificcode, usually be JIT – compiled and run on any supported architecture.


Title :  
Comment :
Text ColorBackground Color
BoldItalicUnderline
LeftCenterRightJustify
Ordered ListBulleted List
IndentOutdent
Horizontal Rule
SubscriptSuperscript
HyperlinkImage
Design ModeDesign
View HtmlHtml
       
 
Report Abuse Form
Reason:    
 
Latest ArticleRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Latest Blogs by Uttam MisraRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Top Viewed ArticlesRSS Feed
    
    
    
    
    
    
    
    
    
    
Top Viewed BlogsRSS Feed
    
    
    
    
    
    
    
    
    
    
Latest Interview QuestionsRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Total Online Users: 7164
  
Copyright © 2009 - 2013MindStick. All Rights Reserved.