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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the difference between int and int32?

997


What is the difference between readonly variable and constant variable?

974


Can you please explain the difference between system.string and system.stringbuilder classes?

984


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

880


Explain convert.tostrin?

986


Explain how to store decimal data in .net?

1128


What is the use of console application?

1047


What is sealed class?

1068


Write a program to find all text files in a logical drive and return the count of the number of files?

2662


Explain global assembly cache (gac)?

1107


Explain the use of serialization and deserialization?

1009


How to run a dos command in vb.net?

979


Which class allows an element to be accessed using unique key?

911


What is visual basic.net culture?

963


Explain about the performance of visual basic?

981