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

Unit 1

.NET Framework is a Microsoft software development framework for building applications on Windows, supporting multiple programming languages and various application types. Its core component, the Common Language Runtime (CLR), manages code execution and services like memory and security. Managed Code is executed within the CLR, while Unmanaged Code is not managed by it.

Uploaded by

mpari0181
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)
17 views1 page

Unit 1

.NET Framework is a Microsoft software development framework for building applications on Windows, supporting multiple programming languages and various application types. Its core component, the Common Language Runtime (CLR), manages code execution and services like memory and security. Managed Code is executed within the CLR, while Unmanaged Code is not managed by it.

Uploaded by

mpari0181
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

UNIT-1

Introduction to .NET Framework:


The .NET Framework is a software development framework developed
by Microsoft that provides a runtime environment and a set of libraries and
tools for building and running applications on Windows operating systems.
The .NET framework is primarily used on Windows, while .NET Core (which
evolved into just .NET starting from version 5) is cross-platform. The
framework supports multiple programming languages, such as C#, F#, and
[Link], and supports a range of application types, including desktop, web,
mobile, cloud, and gaming applications .

Main Components of .NET Framework:


 Common Language Runtime(CLR) :
o The CLR is the heart of the .NET Framework, acting as a virtual
machine that runs the code and manages various services such as
memory management, security, and thread management. Code
that is compiled and executed within the CLR is called "Managed
Code," while code that the CLR does not manage is known as
"Unmanaged Code."

You might also like