0% found this document useful (0 votes)
38 views1 page

Overview of .NET Framework Components

The .NET Framework allows building Windows and web applications and services. It includes a common language runtime, intermediate language, class libraries, and namespaces. The class libraries support web services, user interfaces, and working with data and XML.

Uploaded by

khadar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Overview of .NET Framework Components

The .NET Framework allows building Windows and web applications and services. It includes a common language runtime, intermediate language, class libraries, and namespaces. The class libraries support web services, user interfaces, and working with data and XML.

Uploaded by

khadar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

.

NET FRAMEWORK

The .NET Framework collects all the technologies needed for building Windows desktop applications,
web applications, web services,

Common language runtime

The Common Language Runtime (CLR) is an environment that manages the execution of code.

Intermediate Language

This lower-level language is the Common Intermediate Language (CIL, or just IL).

Class libraries

The .NET class library is a giant repository of classes.

Namespace

A namespace is a grouping of like objects, Namespaces make up the .NET Framework class library.

Class libraries

For Web development, the class libraries can functionally be broken into three major areas:

 Web services. Responsible for all aspects of Web service communication and functionality.

 User interface. Responsible for communicating information to and from the user.

 Data and XML. Responsible for data communication and functionality

You might also like