.Net - Describe the .NET Framework architecture. - June
03, 2009 at 11:00 AM by Shuchi Gauri
Describe the .NET Framework architecture.
.Net framework has two components:
1. .Net framework class library
2. Common language runtime.
FCL facilitates the types through CTS which are common to all the supported
languages.
The CLS ensures that all languages are interoperable. This ensures that all code
is managed .i.e. code which is converted to MSIL.
The CLR has the class loader that load the MSIL code of an application into
runtime, which is then converted into native code by the JIT complier. The CLR
manages code and provide services such as memory management, threading,
remoting, type safety, security, Exception handling etc.
Also read
What is a CLR (Common Language Runtime)?
Explain the concepts of CTS and CLS(Common Language Specification).
Explain the concepts and capabilities of Assembly in .NET
What is Manifest in .NET?
What is GAC in .NET?
What is garbage collection? How to force garbage collector to run?
Explain the different types of JIT in MS .NET..................
Explain the .Net Framework.
Describe the .Net Framework Architecture.
What are the components of the .Net Framework?
Explain the role of assembly in the .Net Framework.
Describe the GAC in the .Net Framework.
What is the advantage of packaging over xcopy in .NET?................
ASP.NET Ajax Framework is used for implementing the Ajax functionality. It
allows you to create interactive web applications..............
ASP.NET 2.0 ships with a Web Parts Framework that provides the infrastructure
and the building blocks required for creating modular web pages that can be
easily customized by the users............
ASP.NET MVC Framework, Sample Project, URL Routing Engine..............
The Machine.Config file, which specifies the settings that are global to a
particular machine................
The .NET Framework class library is a library of classes, interfaces, and value
types.................
|