.Net - Explain the elements of the .NET Framework. - June
03, 2009 at 11:00 AM by Shuchi Gauri
Explain the elements of the .NET Framework.
-
CLR (Common Language Runtime): It is a common managed environment where all the
.net programs run. Supports multiple languages and has the garbage collector.
-
.Net Framework Class Libraries: For each source code compiler (VB.NET, C#.NET,
etc.), there is a minimum set of coding standards that must be met. The minimum
set of coding standards that must be met to compile .NET code into MSIL code is
known as CLS - Common Language Specification. The role of the Common Language
Specification is to ensure that all generated code (MSIL) that meets the
minimum set of coding standards can operate successfully within the .NET
framework. THE CTS (Common Type System) handles conversion of
programming-language data types into .NET compatible (MSIL) data types. The
implicit benefit of the CTS is the reduction of development time when
attempting to coordinate data types between two sets of different
programming-language code.
-
Data and XML: Support for disconnected programming model and XML.
-
XML webservices: creating webservices for distributed architecture.
-
Webforms: Provides support and functionality for Web based UI.
-
Windows forms: Provides support and functionality for Windows based UI.
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?................
.Net framework has two components:.......
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.................
|