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 system.string and system.stringbuilder classes?

1108


Explain about visual basic.net?

1325


Explain the difference between web.config and machine.config and where it will be ?

972


What are the objects in asp.net?

1192


What is different between web.config and machine.config and where it will be ?

1066


What is internal keyword in .net framework?

1084


List the types of authentication?

964


What do you mean by serialization and deserialization and it's use.

1098


What do you mean by option strict on?

1161


Can you please explain the difference between vb and vb.net?

943


Explain trace in vb.net?

1026


Explain the difference between .dll extension and .exe extension files?

1105


How can we store decimal data in .net?

1058


Why do we use byref keyword in vb.net?

1105


What are all the parts of .net framework?

1012