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 / mukesh pathak

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 ?    20 Yes 2 No

What is MSIL..

Answer / zubair khan

MSIL IS Microsoft Intermediate language.It manage code when
compiling. the compiler translate your source code into
microsoft intermediate language.It must be converted cpu
specific code, usually by a jit(just in time)

Is This Answer Correct ?    11 Yes 1 No

What is MSIL..

Answer / rama

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.

Is This Answer Correct ?    7 Yes 0 No

What is MSIL..

Answer / santosh prasad

It is a Microsoft Intermediatary Language which helps to
convert programming language into machine's native language
at the time of compilation.

Is This Answer Correct ?    7 Yes 1 No

What is MSIL..

Answer / avnish

It is cpu independent language.It is only understand by CLR.
due this language(MSIL) vb.net application can run on any
platform on which .net framework is present.

Is This Answer Correct ?    9 Yes 5 No

What is MSIL..

Answer / rahul srivastava

In the CLR code is expressed in a form of bytecode called
the Common Intermediate Language (CIL, previously known as
MSIL—Microsoft Intermediate Language).

Is This Answer Correct ?    3 Yes 0 No

What is MSIL..

Answer / akash

When the code is compiled, the compiler translates your
code into Microsoft intermediate language (MSIL).

check this link for detail

http://www.mindstick.com/Forum/121/What%20is%20MSIL

Is This Answer Correct ?    3 Yes 0 No

What is MSIL..

Answer / adarsh srivstava

MSIL IS Microsoft Intermediate language.It manage code when
compiling. the compiler translate your source code into
microsoft intermediate language.It must be converted cpu
specific code, usually by a jit(just in time)

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More VB.NET Interview Questions

What is the top .net class that everything is derived from?

0 Answers  


What are the difference between dispose(), close(), exit(), end()? When do we use them?

0 Answers  


linex will support dot net?

4 Answers   Phoenix Technologies,


Name the tool which can convert visual basic old version to .net compatibility version?

0 Answers  


hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !

2 Answers  


What is the use of assembly?

0 Answers  


I'm unable to open a .hlp file using vb.net application.

1 Answers  


Is vb net a scripting language?

0 Answers  


How do you define a read only property in a class module?

0 Answers  


Define cls?

0 Answers  


What is the source code for display the picture in button click event?

0 Answers  


how to call a list box on the text if some one send me the code for it

1 Answers  


Categories