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 we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?

2 Answers   Value Labs,


how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?

8 Answers  


Define code access security (cas)?

0 Answers  


How can I get at the win32 api from a .net program?

0 Answers  


How does linq work?

0 Answers  






DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


What is loosely coupled solution in.net?

0 Answers  


What is machine.config in .net?

0 Answers  


What is difference between .net and .net core?

0 Answers  


Does .net supports destructors concept?

0 Answers  


Can you explain what do you understand about web service?

0 Answers   Accenture,


why do you want to join deloitte, where do you exactly fit in.

1 Answers   Deloitte,


Categories