From 778380e742af1cd55a325748d30a955fc6ceb79c Mon Sep 17 00:00:00 2001 From: tynlc Date: Sun, 21 Oct 2018 01:13:57 +0800 Subject: [PATCH] Update index.md (#21704) Added description for C#. --- guide/english/csharp/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/csharp/index.md b/guide/english/csharp/index.md index b677cf1893..32959223e2 100644 --- a/guide/english/csharp/index.md +++ b/guide/english/csharp/index.md @@ -4,7 +4,7 @@ title: C# ## C#  -C Sharp, more commonly referred to as "C#", is a general-purpose, object-oriented programming language. C# was developed by Anders Hejlsberg and his development team at Microsoft and is currently on version 7.0. +C Sharp, more commonly referred to as "C#", is a general-purpose, object-oriented programming language. C# was developed by Anders Hejlsberg and his development team at Microsoft and is currently on version 7.0. It is part of the .Net framework and is intended to be a simple general-purpose programming language that can be used to develop different types of application, including console, windows web and mobile applications. C# has its roots in the family of C languages. It inherits most of its features from C, C++, and Java. For this reason, programmers familiar with these languages may be able to get up to speed with C# in a shorter time span.