WHAT IS C# AND HOW TO LEARN
WHAT IS C# AND HOW TO LEARN C# (/si ʃɑːrp/ see sharp)[b] is a general-purpose, multi-paradigm programming language encompassing static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.[15] C# was developed around 2000 by Microsoft as part of its .NET initiative and later approved as an international standard by Ecma (ECMA-334) in 2002 and ISO (ISO/IEC 23270) in 2003. It was designed by Anders Hejlsberg, and its development team is currently led by Mads Torgersen, being one of the programming languages designed for the Common Language Infrastructure (CLI). The most recent version is 9.0, which was released in 2020 in .NET 5.0 and included in Visual Studio 2019 version 16.8.[16][17] Mono is a free and open-source project to develop a cross-platform compiler and runtime environment (i.e. virtual machine) for the language. Design goals: The Ecma standard lists these design go...