Senior .Net Developer Question:
Download Questions PDF

Do you know what are three common acronyms used in .NET, and what do they stand for?

Answer:

This one should be easy for .NET developer candidates to answer. The question allows them some flexibility in choosing terms with which they are most familiar. Three frequently used acronyms in .NET are IL, CIL and CLI:

☛ IL stands for Intermediate Language, which is an object-oriented programming language that is a partially compiled code that .NET developers will then compile to native machine code.
☛ CIL stands for Common Intermediate Language, formerly known as Microsoft Intermediate Language (MSIL). This is another programming language that .NET developers use, and it represents the lowest possible level for a language that humans can still read.
☛ CLI stands for Common Language Infrastructure. This is a compiled code library that Microsoft developed as an open specification. Developers use CLI for security, versioning and deployment purposes.

Download Senior .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between a stack and a queue?Explain me what are the deferred execution and the immediate execution in LINQ?