What is IL
Answer / kirti
IL = Intermediate Language. Also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code (of any language) is compiled to IL. The IL is then converted to machine code at the point where the software is installed, or at run-time by a Just-In-Time (JIT) compiler.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the .net framework architecture.
What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?
What are the properties of Thread class?
will there be any issues adding a table without primary keys to a data model?
What is storage model? : Entity framework
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
What are action filters?
what do you mean by navigation property?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Why is entity framework used?
If you are using components in your application, how can you handle exceptions raised in a component ?
4 Answers Accenture, BirlaSoft,
Why doesn't the .NET runtime offer deterministic destruction