Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is MSIL?

Answers were Sorted based on User's Feedback



What is MSIL? ..

Answer / guest

converts the specified language in to the intermediate
language which in turn is sent to jit compiler which
convert the specified language in to the host language

Is This Answer Correct ?    2 Yes 0 No

What is MSIL? ..

Answer / rahul

MSIL is nothing microsoft intermediate language. Whatever
language the developer has developed based on the .net
framework the compilation is done through msil and also it
is called as msil compilant languages.

Is This Answer Correct ?    1 Yes 1 No

What is MSIL? ..

Answer / bhagwat prasad sharma

msil microsoft intermediate language
in the .net any kind of code related to any language
when converted to il code than that code run any platform

Is This Answer Correct ?    0 Yes 0 No

What is MSIL? ..

Answer / kirti

When compiling to managed code, the compiler translates your source code into Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code. MSIL includes instructions for loading, storing, initializing, and calling methods on objects, as well as instructions for arithmetic and logical operations, control flow, direct memory access, exception handling, and other operations. Before code can be run, MSIL must be converted to CPU-specific code, usually by a just-in-time (JIT) compiler. Because the common language runtime supplies one or more JIT compilers for each computer architecture it supports, the same set of MSIL can be JIT-compiled and run on any supported architecture.

When a compiler produces MSIL, it also produces metadata. Metadata describes the types in your code, including the definition of each type, the signatures of each type's members, the members that your code references, and other data that the runtime uses at execution time. The MSIL and metadata are contained in a portable executable (PE) file that is based on and extends the published Microsoft PE and common object file format (COFF) used historically for executable content. This file format, which accommodates MSIL or native code as well as metadata, enables the operating system to recognize common language runtime images. The presence of metadata in the file along with the MSIL enables your code to describe itself, which means that there is no need for type libraries or Interface Definition Language (IDL). The runtime locates and extracts the metadata from the file as needed during execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the default Orientation property in a Menu control?

0 Answers   Sans Pareil IT Services,


4. How do you plan to achieve these goals?

7 Answers   Burger King, Latest, Swatz Oils,


Where session variables are stored?

0 Answers  


what is profiles in asp.net

1 Answers  


Which of the following .NET framework supports Web API?

0 Answers  


How is it possible for .NET to support many languages?

0 Answers  


What is the difference between Server.Transfer and Response.Redirect?

5 Answers  


How does dataset acts in a disconnected fashion ?

3 Answers   TCS,


What are the various security methods which IIS Provides apart from .NET ?

1 Answers  


Which method is used to perform all validation at the page level?

0 Answers   Sans Pareil IT Services,


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

0 Answers  


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


Categories