Answer Posted / izetamtechnologies
•.NET framework-based applications that are written in supportive languages like C#, F#, or Visual basic are compiled to Common Intermediate Language (CIL).
•Compiled code is stored in the form of an assembly file that has a .dll or .exe file extension.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is singlecall activation mode used for in .net?
Differences between namespace, class, assembly?
What is "microsoft intermediate language" (msil)?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What are the core differences between .NET Languages ?
How to implement CAS in .Net?
What is lazy initialization?
How do you view the methods and members of a dll?
Why do we use msmq?
What is finalize method in .net?
Explain how to manage pagination in a page using .net?
How viewstate is being formed and how it's stored on client in .net?
What is the advantage of packaging over xcopy in .net?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
Explain what is an anonymous method and how is it different from a lambda expression?