---
title: "C# Introduction"  
description: "C# Introduction"  
author: "Nishi Tiwari"  
published: 2019-12-10  
updated: 2019-12-10  
canonical: https://www.mindstick.com/forum/145552/c-sharp-introduction  
category: "c#"  
tags: ["c#", ".net"]  
reading_time: 2 minutes  

---

# C# Introduction

C# [Introduction](https://www.mindstick.com/articles/13122/an-introduction-to-network-cables) and its [History](https://yourviews.mindstick.com/view/81373/indian-railways-create-history-with-it-s-shramik-special-trains)

## Replies

### Reply by Nishi Tiwari

#### Introduction

C# is an **object oriented programming language** (OOPL) which is **simple, modern, robust and secure**. It allows developers to build variety of applications such as windows application, web application, web services etc. which runs on the platform of **.NET Framework**.

##### .Net Framework

.Net Framework is platform to develop software applications for windows, mobile phones and web. It is developed by Microsoft and its first version released in 2000. It consist of **more than 60 languages to run** such as C#, Visual Basics, F#, PASCAL etc.

.Net Framework has two components, **Common Language Runtime (CLR) & Framework Class Library (FCL)**. CLR is a program execution Engine which loads and executes the program. It converts executable codes into native codes. FCL is a library which contains thousands of built in classes to develop applications easily, using the concept of reusability.

#### Features of C#

- Simple and modern
- Secure and robust
- Object Oriented
- Type safety
- Structured Programming Language
- Fast execution

### History of C#

C# was developed by **Anders Hejlsberg** a Microsoft employee in **2002**, who is also known as **founder of C#**. It was introduced with .Net Framework1.0 and currently it is working on .Net Framework5.0. It is based on **family of C language & java** along with additional features.


---

Original Source: https://www.mindstick.com/forum/145552/c-sharp-introduction

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
