C#
C# (pronounced see sharp, like the musical note C♯, but written with the number sign) is a general-purpose, multi-paradigm programming language encompassing strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It 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. Mono is the name of the free and open-source project to develop a compiler and runtime for the language. C# is one of the programming languages designed for the Common Language Infrastructure (CLI). C# was designed by Anders Hejlsberg, and its development team is currently led by Mads Torgersen. The most recent version is 8.0, which was released in 2019 alongside Visual Studio 2019 version 16.3.
Relations
.NET Framework (pronounced as "dot net") is a software framework developed by Microsoft that runs pri...
ASP.NET Core is a free and open-source web framework and successor to ASP.NET, developed by Microsoft...
a parent of C# Source Generators
A Source Generator is a piece of code that runs during compilation and can inspect your program to pr...
.NET Core is a free and open-source, managed computer software framework for Windows, Linux, and macO...
a subtopic of Computer programming
Computer programming is the process of designing and building an executable computer program to accom...
A programming language is a formal language comprising a set of instructions that produce various kin...
C# 8 is a version of C# released in September 2019.
Edit topic New topic
Resources
official .NET In-Browser Tutorial
10.0 rating 1.0 level 8.0 clarity 10.0 background – 1 rating
An interactive in-browser tutorial to learn .NET using the C# programming language. No downloads or i...
official Introduction to C# - interactive tutorials
9.0 rating 2.0 level 9.0 clarity 10.0 background – 1 rating
Learn C# in your browser, and get started with your own development environment
9.0 rating 4.0 level 8.0 clarity 10.0 background – 1 rating
Use these resources for detailed information on key C# language features and features accessible to C...
No advanced resources matching your criteria have been registered, yet.
is treated in How to Use F# from C#
F# is a functional programming language that compiles to .NET Intermediate Language (IL). C# is becom...