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 |
What is Assembly manifest? what all details the assembly manifest will contain.
What is use of ContextUtil class?
How WSDL is stored ?
What is Assembly?
Explain what does managed mean in the .net context?
Explain .net framework overview?
What are .net applications?
Difference b/w dataset.clone and dataset.copy ?
What is the difference between a namespace and assembly name in .net?
Do you know what is garbage collector?
What is MSIL code ?
Tell me what is serialization?