What is MSIL, IL, CTS?

Answer Posted / ashish kumar gupta

MSIL means Microsoft Intermediate Language or CIL (common Intermediate Language).All source code written in any .NET SUPPORTIVE LANGUAGE (c#,VB.net,etc)When compile convert into MSil
Then MSIL converts the source code into intermediate language & then machine code by JIT(Just In Time ) Compiler.

IT is similar as java Byte code with the help of it we can run any program at any plateform by using CLR.

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Action Methods in ASP.NET MVC?

570


Can you explain the page life cycle of mvc?

551


Can I use razor code in javascript in asp.net mvc?

532


How we can multiple submit buttons in ASP.Net MVC

620


Can any particular component of .net framework 3.0 be removed?

514






what is client wins and store wins mode in entity framework concurrency?

638


What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?

522


Explain the difference between viewbag and viewdata in mvc?

533


How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?

562


What is route config?

549


What are Code Blocks in Views?

655


What is Differnce between html.action and ajax.action?

554


What is the full form of sp?

487


what is lazy loading in entity framework?

584


When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?

691