.NET Framework Interview questions


Total available count: 35
Subject - Microsoft Technologies
Subsubject - .NET Framework

Explain about Runtime host in .NET framework?

The software runtime environment manages the execution of application code and provides various services to the application.

.NET Framework provides different types of runtime hosts to manage the execution of application code(to load runtime in to process, create application domain within the process, load user code into the application domain) and provides various services to the application.

Runtime hosts included in the .Net framework are ASP.NET, Microsoft Internet Explorer, and Windows shell.
 




Next 5 interview question(s)

1
What is difference between Value types and Reference types?
2
Explain about System.Reflection Namespace?
3
What is Interop Services?
4
Explain about Managed code Vs Unmanaged code in .NET framework?
5
What is Strong Name Tool(Sn.exe)?