---
title: "What is .NET?"  
description: "What is .NET?"  
author: "Shikhar Arora"  
published: 2019-12-07  
canonical: https://answers.mindstick.com/qa/92545/what-is-dot-net  
category: "technology"  
tags: [".net programming"]  
reading_time: 2 minutes  

---

# What is .NET?

What is .NET

## Answers

### Answer by Shrikant Mishra

![What is .NET?](https://answers.mindstick.com/questionanswer/5ed67edc-a1b3-4bf4-8169-54675a1c5323/images/0d873c4a-41c9-4b30-92c0-06f51755510d.jpeg)\

DotNet is a framework to developed many types of software applications. This is designed and developed by Microsoft and the first beta version released in 2000.

This is used to develop applications for the web, Windows, phone. Additionally, that provides a broad range of functionalities and support. The DotNet framework can be used to create both - **Form-based** and **Web-based** applications. DotNet framework contains a huge number of class libraries known as **Framework Class Library (FCL)** and [**BCL(Base Class Library)**](https://answers.mindstick.com/qa/92548/what-is-bcl). A software program written in .NET is executed in the execution environment, which is called [**CLR (Common Language Runtime)**](https://answers.mindstick.com/qa/92546/what-is-clr). Those are the core and essential parts of the .NET framework. The DotNet(.Net) Framework supports more than 60 programming languages such as C#, F#, VB.NET, J#, VC++, JScript.NET, APL, COBOL, Perl, Oberon, ML, Pascal, Eiffel, Smalltalk, Python, Cobra, ADA, etc. \
The .NET Framework is composed of four main components:

- Common Language Runtime (CLR)
- Framework Class Library (FCL),
- Core Languages (WinForms, ASP.NET, and ADO.NET), and
- Other Modules (WCF, WPF, WF, Card Space, LINQ, Entity Framework, Parallel LINQ, Task Parallel Library, etc.)

![What is .NET?](https://answers.mindstick.com/questionanswer/5ed67edc-a1b3-4bf4-8169-54675a1c5323/images/15607563-d0ae-45b5-b32e-6ed538445de7.jpeg)\
\
\


---

Original Source: https://answers.mindstick.com/qa/92545/what-is-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
