How does the .NET framework work?
•.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 |
Where does the gac exist ?
What is assembly in .net?
What is the difference between a debug and release build?
Do you know what are three common acronyms used in .net, and what do they stand for?
What?s a Windows process?
What is Event Bubbling in .NET?
Resource Files: How to use the resource files, how to know which language to use?
what are the Goals of the UIP Application Block?
Describe difference between inline and code-behind?
What's the use of system.diagnostics.process class in .net?
What is the difference between a namespace and assembly name in .net?
How to create multiple inheritance in c#, with example?