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 a strong name in .net?
What is a garbage collector?
Which dll is required to translate xml to sql in internet information server (iis)?
What is lambda expressions in c#?
Explain the features that are common to all .Net languages.
Describe the difference between inline and code behind which is best in a loosely coupled solution?
Explain the use of activex control in .net?
What is garbage collection and how it works ?
Differences between dll and exe?
Please explain what is the difference between constants and read-only variables?
Please explain what is the difference between odbc and ado?
What's wrong with a line like this? Datetime.parse(mystring);
What is COM Interoperability in .NET
What are the new features in .net core?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?