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...


Whats MSIL, and why should my developers need an
appreciation of it if at all?

Answers were Sorted based on User's Feedback



Whats MSIL, and why should my developers need an appreciation of it if at all?..

Answer / sunayana

MSIL is the Microsoft Intermediate Language. All .NET
compatible languages will get converted to MSIL.

Is This Answer Correct ?    6 Yes 1 No

Whats MSIL, and why should my developers need an appreciation of it if at all?..

Answer / sudhir sheoran

MSIL stands for Microsoft Intermediate Language.
Code written in any programming language is converted
to MSIL using corresponding compilers.
E.g: c++ used c++ compiler to convert code into MSIL.

At run time CLR converts this MSIL into
machine instructions(Native Code)

Is This Answer Correct ?    0 Yes 0 No

Whats MSIL, and why should my developers need an appreciation of it if at all?..

Answer / kirti

When compiling the source code to managed code, the compiler translates the source into Microsoft intermediate language (MSIL). This is a CPU-independent set of instructions that can efficiently be converted to native code. Microsoft intermediate language (MSIL) is a translation used as the output of a number of compilers. It is the input to a just-in-time (JIT) compiler. The Common Language Runtime includes a JIT compiler for the conversion of MSIL to native code.

Before Microsoft Intermediate Language (MSIL) can be executed it, must be converted by the .NET Framework just-in-time (JIT) compiler to native code. This is CPU-specific code that runs on the same computer architecture as the JIT compiler. Rather than using time and memory to convert all of the MSIL in a portable executable (PE) file to native code. It converts the MSIL as needed whilst executing, then caches the resulting native code so its accessible for any subsequent calls.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


How many types of sessions in asp.net?

0 Answers   MaxSolPro,


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

0 Answers  


Where the viewstate is stored after the page postback?

0 Answers  


What is the difference between control and component?

4 Answers  


what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page

1 Answers  


What r the remotable objects. and how u make an application remotable

1 Answers  


Can we use a static function with a non-static variable?

0 Answers  


Can we throw exception from catch Block?

9 Answers   Accenture, IBM,


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

0 Answers  


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

0 Answers   Siebel,


Explain the difference between webfarm and webgardens in .net?

0 Answers  


Categories