What is MSIL, IL, CTS?
Answers were Sorted based on User's Feedback
Answer / chandu
MSIL and IL are one and the same..MSIL stands for Microsoft Intermediate language or in short IL which is Intermediate Language. Code generated after the compilation of source code is called as MSIL code which is nothing but common set of instructions.
CTS stands for common Type specifications which is nothing but the different data types of different languages supported by data types of CTS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mangal makwana
MSIL stands for Microsoft Intermediate Language. We can call it as Intermediate Language (IL) or Common Intermediate Language (CIL). During the compile time , the compiler convert the source code into Microsoft Intermediate Language (MSIL) .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / latha
msil means->
for example:in java ,when we compiled a source code that
will be converted into byecode(which is platform
independent)then we r interprit thes byte code making use
of jvm,
in the same way n .net the source cde will be compiled and
then it named as msil r cil(it is platform independent)then
it will be interprit by making use of clr(common
languageruntime),then the code executed by aking use of
clr+o.s
thats it
| Is This Answer Correct ? | 0 Yes | 1 No |
How do you handle variable number of segments in a route definition?
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
how to disable the lazy loading framework?
What are the types of authentication in .net
What is Partial Assembly References?
what is entity graph in entity framework?
In which testing using in .net framwork?
Explain dependency resolution?
What are Action Filters in ASP.NET MVC and its use?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Which is the best institute in hyderabad to learn DotNet?
152 Answers Cygnet Infotech, Infosys, Student, SVIT, TCS,
What is side by side Execution ?