How does the .NET framework work?



How does the .NET framework work?..

Answer / 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

More Dot Net General Interview Questions

Can "this" be used within a static method?

0 Answers  


what are the controls used to upload a file from client to server?

4 Answers  


What are the contents of assembly?

4 Answers   ABC, Ksb,


Explain me what is an anonymous method and how is it different from a lambda expression?

0 Answers  


Conceptually, what is the difference between early-binding and late-binding?

0 Answers  






What is the use of Treeview control?

0 Answers   CGI,


What is IIS and how we deploy website on IIS.

2 Answers   NetLink,


Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?

0 Answers   Infosys,


What is MSIL code ?

3 Answers   TCS,


What is operator overloading in .net?

0 Answers  


How to customize the trace output?

0 Answers  


Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?

0 Answers   CitiusTech,


Categories