Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

C Sharp (programming language)

From Wikipedia, the free encyclopedia
Programming language
The correct title of this article isC#. The substitution of the# is due totechnical restrictions.

C#
ParadigmMulti-paradigm:structured,imperative,object-oriented,event-driven,task-driven,functional,generic,reflective,concurrent
FamilyC
Designed byAnders Hejlsberg (Microsoft)
DeveloperMads Torgersen (Microsoft)
First appeared2000; 25 years ago (2000)[1]
Stable release
14.0[2] Edit this on Wikidata / 9 June 2025; 33 days ago (9 June 2025)
Typing disciplineStatic,dynamic,[3]strong,safe,nominative,partly inferred
Memory managementautomatic memory management
PlatformCommon Language Infrastructure
License
Filename extensions.cs,.csx
Websitelearn.microsoft.com/en-us/dotnet/csharp/
Majorimplementations
Visual C#,.NET,Mono,Universal Windows Platform
Discontinued:.NET Framework,DotGNU
Dialects
,Polyphonic C#,Enhanced C#
Influenced by
C++,[6],Eiffel,F#,[a]Haskell,Scala,Icon,J#,J++,Java,[6]JavaScript,ML,Modula-3,Object Pascal,[7]VB
Influenced
Chapel,[8]Clojure,[9]Crystal,[10]D,J#,Dart,[11]F#,Hack,Java,[12][13]Kotlin,Nemerle,Oxygene,Rust,[14]Swift,[15]Vala,TypeScript

C# (/ˌsˈʃɑːrp/seeSHARP)[b] is ageneral-purposehigh-levelprogramming language supporting multipleparadigms. C# encompasses static typing,[16]: 4 strong typing,lexically scoped,imperative,declarative,functional,generic,[16]: 22 object-oriented (class-based), andcomponent-oriented programming disciplines.[17]

The principal inventors of the C# programming language wereAnders Hejlsberg, Scott Wiltamuth, and Peter Golde fromMicrosoft.[17] It was first widely distributed in July 2000[17] and was later approved as aninternational standard byEcma (ECMA-334) in 2002 andISO/IEC (ISO/IEC 23270 and 20619[c]) in 2003. Microsoft introduced C# along with.NET Framework and MicrosoftVisual Studio, both of which are technically speaking,closed-source. At the time, Microsoft had no open-source products. Four years later, in 2004, afree and open-source project called MicrosoftMono began, providing across-platformcompiler andruntime environment for the C# programming language. A decade later, Microsoft releasedVisual Studio Code (code editor),Roslyn (compiler), andthe unified .NET platform (software framework), all of which support C# and are free, open-source, and cross-platform. Mono also joined Microsoft but was not merged into .NET.

As of January 2025,[update] the most recent stable version of the language is C# 13.0, which was released in 2024 in .NET 9.0[18][19]

Design goals

[edit]

The Ecma standard lists these design goals for C#:[17]

  • The language is intended to be a simple, modern, general-purpose,object-oriented programming language.
  • The language, and implementations thereof, should provide support for software engineering principles such asstrong type checking, arraybounds checking,[20]: 58–59  detection of attempts to useuninitialized variables, and automaticgarbage collection.[20]: 563  Software robustness, durability, and programmer productivity are important.
  • The language is intended for use in developingsoftware components suitable fordeployment in distributed environments.
  • Portability is very important forsource code andprogrammers, especially those already familiar withC andC++.
  • Support forinternationalization[20]: 314  is very important.
  • C# is intended to be suitable for writing applications for both hosted andembedded systems, ranging from the very large that use sophisticatedoperating systems, down to the very small having dedicated functions.
  • Although C# applications are intended to be economical with regard to memory andprocessing power requirements, the language was not intended to compete directly on performance and size with C or assembly language.[21]

History

[edit]
C#'s former logos

During the development of the.NET Framework, theclass libraries were originally written using amanaged code compiler system namedSimple Managed C (SMC).[22][23] In January 1999,Anders Hejlsberg formed a team to build a new language at the time called COOL, which stood for "C-like Object Oriented Language".[24] Microsoft had considered keeping the name "COOL(C-like Object Oriented Language)" as the final name of the language, but chose not to do so for trademark reasons. By the time the .NET project was publicly announced at the July 2000Professional Developers Conference, the language had been renamed C#, and the class libraries andASP.NET runtime were ported to C#.

Hejlsberg is C#'s principal designer and lead architect at Microsoft, and was previously involved with the design ofTurbo Pascal,EmbarcaderoDelphi (formerlyCodeGear Delphi,Inprise Delphi andBorland Delphi), andVisual J++. In interviews and technical papers, he has stated that flaws[25] in most major programming languages (e.g.C++,Java,Delphi, andSmalltalk) drove the fundamentals of theCommon Language Runtime (CLR), which, in turn, drove the design of the C# language.

James Gosling, who created theJava programming language in 1994, andBill Joy, a co-founder ofSun Microsystems, the originator of Java, called C# an "imitation" of Java; Gosling further said that "[C# is] sort of Java with reliability, productivity and security deleted."[26][27] In July 2000, Hejlsberg said that C# is "not a Java clone" and is "much closer to C++" in its design.[28]

Since the release of C# 2.0 in November 2005, the C# and Java languages have evolved on increasingly divergent trajectories, becoming two quite different languages. One of the first major departures came with the addition ofgenerics to both languages, with vastly different implementations. C# uses ofreification to provide "first-class" generic objects that can be used like any other class, withcode generation performed at class-load time.[29]Furthermore, C# has added several major features to accommodate functional-style programming, culminating in theLINQ extensions released with C# 3.0 and its supporting framework oflambda expressions,extension methods, andanonymous types.[30] These features enable C# programmers to use functional programming techniques, such asclosures, when it is advantageous to their application. The LINQ extensions and the functional imports help developers reduce the amount ofboilerplate code included in common tasks such as querying a database, parsing an XML file, or searching through a data structure, shifting the emphasis onto the actual program logic to help improve readability and maintainability.[31]

C# used to have amascot called Andy (named afterAnders Hejlsberg). It was retired on January 29, 2004.[32]

C# was originally submitted to the ISO/IEC JTC 1 subcommitteeSC 22 for review,[33] under ISO/IEC 23270:2003,[34] was withdrawn and was then approved under ISO/IEC 23270:2006.[35] The 23270:2006 is withdrawn under 23270:2018 and approved with this version.[36]

Name

[edit]

Microsoft first used the name C# in 1988 for a variant of the C language designed for incremental compilation.[37] That project was not completed, and the name was later reused.

C-sharp musical note

The name "C sharp" was inspired by the musical notation whereby asharp symbol indicates that the written note should be made asemitone higher inpitch.[38]This is similar to the language name ofC++, where "++" indicates that a variable should be incremented by 1 after being evaluated. The sharp symbol also resembles aligature of four "+" symbols (in a two-by-two grid), further implying that the language is an increment of C++.[39]

Due to technical limits of display (standard fonts, browsers, etc.), and mostkeyboard layouts lacking a sharp symbol (U+266FMUSIC SHARP SIGN (♯)), thenumber sign (U+0023#NUMBER SIGN (#)) was chosen to approximate the sharp symbol in the written name of the programming language.[40]This convention is reflected in the ECMA-334 C# Language Specification.[17]

The "sharp" suffix has been used by a number of other Microsoft.NET compatible/compliant languages that are variants of existing languages, includingJ# (a .NET language also designed by Microsoft that is derived fromJava 1.1),A# (fromAda), and thefunctional programming languageF#.[41] The original implementation ofEiffel for .NET was calledEiffel#,[42] a name retired since the fullEiffel language is now supported. The suffix has also been used forlibraries, such asGtk# (a .NETwrapper forGTK and otherGNOME libraries) andCocoa# (a wrapper forCocoa).

Versions

[edit]

Development of the text for standards (beginning with C# 6) is done onGitHub. C# 7 was submitted toEcma and approved in December 2023. As of January 2024, the standard for C# 8 is currently under development, referencing theapproved language proposals.

C#
version
Language specificationDate.NETVisual Studio
EcmaISO/IECMicrosoft
1.0ECMA-334:2003,December 2002ISO/IEC 23270:2003,April 2003January 2002January 2002.NET Framework 1.0Visual Studio .NET 2002
1.1
1.2
October 2003April 2003Visual Studio .NET 2003
2.0[43]ECMA-334:2006,June 2006ISO/IEC 23270:2006,September 2006September 2005[d]November 2005Visual Studio 2005
Visual Studio 2008
3.0[44]NoneAugust 2007November 2007
Visual Studio 2008
4.0[46]April 2010April 2010Visual Studio 2010
5.0[47]ECMA-334:2017,December 2017ISO/IEC 23270:2018,December 2018June 2013August 2012Visual Studio 2012
Visual Studio 2013
6.0[48]ECMA-334:2022,June 2022NoneDraftJuly 2015
Visual Studio 2015
7.0[49][50]ECMA-334:2023,December 2023ISO/IEC 20619:2023,September 2023Specification proposalMarch 2017Visual Studio 2017 version 15.0[51]
7.1[52]Specification proposalAugust 2017
  • .NET Core 2.0
Visual Studio 2017 version 15.3[53]
7.2[54]Specification proposalNovember 2017Visual Studio 2017 version 15.5[55]
7.3[56]Specification proposalArchived March 7, 2021, at theWayback MachineMay 2018
Visual Studio 2017 version 15.7[57]
8.0[58]NoneSpecification proposalSeptember 2019
  • .NET Core 3.0
  • .NET Core 3.1
Visual Studio 2019 version 16.3[59]
9.0[60]Specification proposalNovember 2020
  • .NET 5.0
Visual Studio 2019 version 16.8[61]
10.0[62]Specification proposalNovember 2021
  • .NET 6.0
Visual Studio 2022 version 17.0[63]
11.0[64]Specification proposalNovember 2022
  • .NET 7.0
Visual Studio 2022 version 17.4[65]
12.0[66]Specification proposalNovember 2023
  • .NET 8.0
Visual Studio 2022 version 17.8[67]
13.0[68]Specification proposalNovember 2024
  • .NET 9.0
Visual Studio 2022 version 17.12[69]

Syntax

[edit]
Main article:C# syntax
See also:Syntax (programming languages)

The core syntax of the C# language is similar to that of other C-style languages such as C, Objective-C, C++ and Java, particularly:

  • Semicolons are used to denote the end of a statement.
  • Curly brackets are used to group statements. Statements are commonly grouped into methods (functions), methods into classes, and classes intonamespaces.
  • Variables are assigned using anequals sign, but compared usingtwo consecutive equals signs.
  • Square brackets are used witharrays, both to declare them and to get a value at a given index in one of them.
  • "class", "int" and "void" are used to define large-scale (usually main) program functions in scripts most of the time in C-style computer programming languages.

Distinguishing features

[edit]
See also:Comparison of C# and Java

Some notable features of C# that distinguish it from C, C++, and Java where noted, are:

Portability

[edit]

By design, C# is the programming language that most directly reflects the underlyingCommon Language Infrastructure (CLI).[70] Most of its intrinsic types correspond to value-types implemented by theCLI (Common Language Infrastructure) framework. However, the language specification does not state the code generation requirements of the compiler: that is, it does not state that a C# compiler must target aCommon Language Runtime (CLR), or generateCommon Intermediate Language (CIL), or generate any other specific format. Some C# compilers can also generate machine code like traditional compilers of Objective-C, C, C++, Assembly andFortran.[71][72]

Typing

[edit]

C# supports strongly, implicitly typed variable declarations with the keywordvar,[16]: 470  and implicitly typed arrays with the keywordnew[] followed by a collection initializer.[16]: 80 [20]: 58 

Its type system is split into two families: Value types, like the built-in numeric types and user-defined structs, which are automatically handed over as copies when used as parameters, and reference types, including arrays, instances of classes, and strings, which only hand over a pointer to the respective object. Due to their special handling of the equality operator and theirimmutability, strings will nevertheless behave as if they were values, for all practical purposes. You can even use them ascase labels. Where necessary, value types will beboxed automatically.[73]

C# supports a strictBoolean data type,bool. Statements that take conditions, such aswhile andif, require an expression of a type that evaluates to thetrue boolean value. While C++ also has a Boolean type, it can be freely converted to and from integers, and expressions such asif (a) require only thata is convertible to bool, allowinga to be an int, or a pointer. C# disallows this "integer meaning true or false" approach, on the grounds that forcing programmers to use expressions that return exactlybool can prevent certain types of programming mistakes such asif (a = b) (use of assignment= instead of equality==).

C# is moretype safe than C++. The onlyimplicit conversions by default are those that are considered safe, such as widening of integers. This is enforced at compile-time, duringJIT, and, in some cases, at runtime. No implicit conversions occur between Booleans and integers, nor between enumeration members and integers (except for literal 0, which can be implicitly converted to any enumerated type). Any user-defined conversion must be explicitly marked as explicit or implicit, unlike C++copy constructors and conversion operators, which are both implicit by default.

C# has explicit support forcovariance and contravariance in generic types,[16]: 144 [20]: 23  unlike C++ which has some degree of support for contravariance simply through the semantics of return types on virtual methods.

Enumeration members are placed in their ownscope.

The C# language does not allow for global variables or functions. All methods and members must be declared within classes. Static members of public classes can substitute for global variables and functions.

Local variables cannotshadow variables of the enclosing block, unlike C and C++, but may shadow type-level names.

Metaprogramming

[edit]

Metaprogramming can be achieved in several ways:

  • Reflection is supported through .NET APIs, which enable scenarios such as type metadata inspection and dynamic method invocation.
  • Expression trees[74] represent code as anabstract syntax tree, where each node is an expression that can be inspected or executed. This enables dynamic modification of executable code at runtime. Expression trees introduce somehomoiconicity to the language.
  • Attributes, in C# parlance, aremetadata that can be attached to types, members, or entireassemblies, equivalent toannotations in Java. Attributes are accessible both to the compiler and to code through reflection, allowing them to adjust their behaviour.[75] Many of the native attributes duplicate the functionality of GCC's and VisualC++'s platform-dependent preprocessor directives.[citation needed]
  • System.Reflection.Emit namespace,[76] which contains classes that emit metadata andCIL (types, assemblies, etc.) atruntime.
  • The .NET Compiler Platform (Roslyn) provides API access to language compilation services, allowing for the compilation of C# code from within .NET applications. It exposes APIs for syntactic (lexical) analysis of code,semantic analysis, dynamic compilation to CIL, and code emission.[77]
  • Source generators,[78] a feature of the Roslyn C# compiler, enable compile time metaprogramming. During the compilation process, developers can inspect the code being compiled with the compiler'sAPI and pass additional generated C# source code to be compiled.

Methods and functions

[edit]

Amethod in C# is a member of a class that can be invoked as a function (a sequence of instructions), rather than the mere value-holding capability of afield (i.e.class orinstance variable).[79] As in other syntactically similar languages, such asC++ andANSI C, the signature of a method is a declaration comprising in order: any optional accessibility keywords (such asprivate), the explicit specification of its return type (such asint, or the keywordvoid if no value is returned), the name of the method, and finally, a parenthesized sequence of comma-separated parameter specifications, each consisting of a parameter's type, its formal name and optionally, a default value to be used whenever none is provided. Different from most other languages,call-by-reference parameters have to be marked both at the function definition and at the calling site, and you can choose betweenref andout, the latter allowing handing over an uninitialized variable which will have a definite value on return.[80] Additionally, you can specify avariable-sized argument list by applying theparams keyword to the last parameter.[81] Certain specific kinds of methods, such as those that simply get or set a field's value by returning or assigning it, do not require an explicitly stated full signature, but in the general case, the definition of a class includes the full signature declaration of its methods.[82]

Like C++, and unlike Java, C# programmers must use the scope modifier keywordvirtual to allow methods to beoverridden by subclasses. Unlike C++, you have to explicitly specify the keywordoverride when doing so.[83] This is supposed to avoid confusion between overriding and newly overloading a function (i.e. hiding the former implementation). To do the latter, you have to specify thenew keyword.[84] You can use the keywordsealed to disallow further overrides for individual methods or whole classes.[85]

Extension methods in C# allow programmers to use static methods as if they were methods from a class's method table, allowing programmers to virtually add instance methods to a class that they feel should exist on that kind of objects (and instances of the respective derived classes).[16]: 103–105 [20]: 202–203 

The typedynamic allows for run-time method binding, allowing for JavaScript-like method calls and run-timeobject composition.[16]: 114–118 

C# has support for strongly-typedfunction pointers via the keyworddelegate. Like theQt framework'spseudo-C++signal andslot, C# has semantics specifically surrounding publish-subscribe style events, though C# uses delegates to do so. Unlike fields,event variables can be part of an interface, because they technically consist of two default functions to add and remove to-be-called delegates.

C# offers Java-likesynchronized method calls, via the attribute[MethodImpl(MethodImplOptions.Synchronized)], and has support formutually-exclusive locks via the keywordlock.

Properties

[edit]

C# supports classes withproperties. The properties can be simple accessor functions with a backing field, or implement arbitrary getter and setter functions. A property is read-only if there's no setter. Like with fields, there can be class and instance properties. The underlying methods can bevirtual orabstract like any other method.[82]

Since C# 3.0 thesyntactic sugar of auto-implemented properties is available,[86] where theaccessor (getter) and mutator (setter) encapsulate operations on a single field of a class.

Namespaces

[edit]

A C#namespace provides the same level of code isolation as a Javapackage or a C++namespace, with rules and features very similar to apackage. Namespaces can be imported with the "using" syntax.[87]

Memory access

[edit]

In C#, memory address pointers can only be used within blocks specifically marked asunsafe,[88] and programs with unsafe code need appropriate permissions to run. Most object access is done through safe object references, which always either point to a "live" object or have the well-definednull value; it is impossible to obtain a reference to a "dead" object (one that has been garbage collected), or to an arbitrary block of memory. An unsafe pointer can point to an instance of an unmanaged value type that does not contain any references to objects subject to garbage collections such as class instances, arrays or strings. Code that is not marked as unsafe can still store and manipulate pointers through theSystem.IntPtr type, but it cannot dereference them.

Managed memory cannot be explicitly freed; instead, it is automatically garbage collected. Garbage collection addresses the problem ofmemory leaks by freeing the programmer of responsibility for releasing memory that is no longer needed in most cases. Code that retains references to objects longer than is required can still experience higher memory usage than necessary, however once the final reference to an object is released the memory is available for garbage collection.

Exceptions

[edit]

A range of standard exceptions are available to programmers. Methods in standard libraries regularly throw system exceptions in some circumstances and the range of exceptions thrown is normally documented. Custom exception classes can be defined for classes allowing handling to be put in place for particular circumstances as needed.[89]

The syntax for handling exceptions is the following:

try{// something}catch(Exceptionex){// if error do this}finally{// always executes, regardless of error occurrence}

Most of the time people call this a "try-catch" code block, because of the "try" and "catch" functions being used and accessible on all C# versions.

try{// something here}catch(Exceptionex){// examplereturn0;}finally{return1;}

Depending on your plans, the "finally" part can be left out. If inspecting the error details is not required, the(Exception ex) parameter can be omitted as well. Also, there can be several "catch" parts handling different kinds of exceptions.[90]

Checked exceptions are not present in C# (in contrast to Java). This has been a conscious decision based on the issues of scalability and version management.[91]

Polymorphism

[edit]

UnlikeC++, C# does not supportmultiple inheritance, although a class can implement any number of "interfaces" (fully abstract classes). This was a design decision by the language's lead architect to avoid complications and to simplify architectural requirements throughoutCLI.

When implementing multiple interfaces that contain a method with the same name and taking parameters of the same types in the same order (i.e. the samesignature), similar toJava, C# allows both a single method to cover all interfaces and if necessary specific methods for each interface.

C# also offersfunction overloading (a.k.a.ad-hoc-polymorphism), i.e. methods with the same name, but distinguishable signatures.[92] Unlike Java, C# additionally supportsoperator overloading.[93]

Since version 2.0, C# offersparametric polymorphism, i.e. classes with arbitrary or constrained type parameters, e.g.List<T>, a variable-sized array which only can contain elements of typeT. There are certain kinds of constraints you can specify for the type parameters: Has to be type X (or one derived from it), has to implement a certain interface, has to be a reference type, has to be a value type, has to implement a public parameterlessconstructor. Most of them can be combined, and you can specify any number of interfaces.[94][95]

Language Integrated Query (LINQ)

[edit]

C# has the ability to utilizeLINQ through the .NET Framework. A developer can query a variety of data sources, provided theIEnumerable<T> interface is implemented on the object. This includesXML documents, anADO.NET dataset, andSQL databases.[96]

UsingLINQ in C# brings advantages likeIntelliSense support, strong filtering capabilities, type safety with compile error checking ability, and consistency for querying data over a variety of sources.[97] There are several different language structures that can be utilized with C# and LINQ and they are query expressions, lambda expressions, anonymous types, implicitly typed variables, extension methods, and object initializers.[98]

LINQ has two syntaxes: query syntax and method syntax. However, the compiler always converts the query syntax to method syntax at compile time.[99]

usingSystem.Linq;varnumbers=newint[]{5,10,8,3,6,12};// Query syntax (SELECT num FROM numbers WHERE num % 2 = 0 ORDER BY num)varnumQuery1=fromnuminnumberswherenum%2==0orderbynumselectnum;// Method syntaxvarnumQuery2=numbers.Where(num=>num%2==0).OrderBy(n=>n);

Functional programming

[edit]

Though primarily an imperative language, C# always adds functional features over time,[100][101] for example:

Common type system

[edit]

C# has aunified type system. This unified type system is calledCommon Type System (CTS).[108]: Part 2, Chapter 4: The Type System 

A unified type system implies that all types, including primitives such as integers, are subclasses of theSystem.Object class. For example, every type inherits aToString() method.

Categories of data types

[edit]

CTS separates data types into two categories:[108]

  1. Reference types
  2. Value types

Instances of value types neither have referential identity nor referential comparison semantics. Equality and inequality comparisons for value types compare the actual data values within the instances, unless the corresponding operators are overloaded. Value types are derived fromSystem.ValueType, always have a default value, and can always be created and copied. Some other limitations on value types are that they cannot derive from each other (but can implement interfaces) and cannot have an explicit default (parameterless) constructor because they already have an implicit one which initializes all contained data to the type-dependent default value (0, null, or alike). Examples of value types are all primitive types, such asint (a signed 32-bit integer),float (a 32-bit IEEE floating-point number),char (a 16-bit Unicode code unit),decimal (fixed-point numbers useful for handling currency amounts), andSystem.DateTime (identifies a specific point in time with nanosecond precision). Other examples areenum (enumerations) andstruct (user defined structures).

In contrast, reference types have the notion of referential identity, meaning that each instance of a reference type is inherently distinct from every other instance, even if the data within both instances is the same. This is reflected in default equality and inequality comparisons for reference types, which test for referential rather than structural equality, unless the corresponding operators are overloaded (such as the case forSystem.String). Some operations are not always possible, such as creating an instance of a reference type, copying an existing instance, or performing a value comparison on two existing instances. Nevertheless, specific reference types can provide such services by exposing a public constructor or implementing a corresponding interface (such asICloneable orIComparable). Examples of reference types areobject (the ultimate base class for all other C# classes),System.String (a string of Unicode characters), andSystem.Array (a base class for all C# arrays).

Both type categories are extensible with user-defined types.

Boxing and unboxing

[edit]

Boxing is the operation of converting a value-type object into a value of a corresponding reference type.[108] Boxing in C# is implicit.

Unboxing is the operation of converting a value of a reference type (previously boxed) into a value of a value type.[108] Unboxing in C# requires an explicittype cast. A boxed object of type T can only be unboxed to a T (or a nullable T).[109]

Example:

intfoo=42;// Value type.objectbar=foo;// foo is boxed to bar.intfoo2=(int)bar;// Unboxed back to value type.

Libraries

[edit]

The C# specification details a minimum set of types and class libraries that the compiler expects to have available. In practice, C# is most often used with some implementation of theCommon Language Infrastructure (CLI), which is standardized as ECMA-335Common Language Infrastructure (CLI).

In addition to the standard CLI specifications, there are many commercial and community class libraries that build on top of the .NET framework libraries to provide additional functionality.[110]

C# can make calls to any library included in theList of .NET libraries and frameworks.

Examples

[edit]

Hello World

[edit]

The following is a very simple C# program, a version of the classic "Hello world" example using thetop-level statements feature introduced in C# 9:[111]

System.Console.WriteLine("Hello, world!");

For code written as C# 8 or lower, the entry point logic of a program must be written in a Main method inside a type:

usingSystem;classProgram{staticvoidMain(){Console.WriteLine("Hello, world!");}}

This code will display this text in the console window:

Hello, world!

Each line has a purpose:

usingSystem;

The above line imports all types in theSystem namespace. For example, theConsole class used later in the source code is defined in theSystem namespace, meaning it can be used without supplying the full name of the type (which includes the namespace).

// A version of the classic "Hello World" program

This line is a comment; it describes and documents the code for the programmer(s).

classProgram

Above is aclass definition for theProgram class. Everything that follows between the pair of braces describes that class.

{...}

The curly brackets demarcate the boundaries of a code block. In this first instance, they are marking the start and end of theProgram class.

staticvoidMain()

This declares the class member method where the program begins execution. The .NET runtime calls theMain method. Unlike inJava, theMain method does not need thepublic keyword, which tells the compiler that the method can be called from anywhere by any class.[112] WritingstaticvoidMain(string[]args) is equivalent to writingprivatestaticvoidMain(string[]args). Thestatic keyword makes the method accessible without an instance ofProgram. Each console application'sMain entry point must be declaredstatic otherwise the program would require an instance ofProgram, but any instance would require a program. To avoid that irresolvablecircular dependency, C# compilers processingconsole applications (like that above) report an error if there is nostaticMain method. Thevoid keyword declares thatMain has noreturn value. (Note, however, that short programs can be written usingTop Level Statements introduced in C# 9, as mentioned earlier.)

Console.WriteLine("Hello, world!");

This line writes the output.Console is a static class in theSystem namespace. It provides an interface to the standardinput/output, and error streams for console applications. The program calls theConsole methodWriteLine, which displays on the console a line with the argument, the string"Hello, world!".

Generics

[edit]
Further information:Generic programming

With .NET 2.0 and C# 2.0, the community got more flexible collections than those in .NET 1.x. In the absence of generics, developers had to use collections such as ArrayList to store elements as objects of unspecified kind, which incurred performance overhead when boxing/unboxing/type-checking the contained items.

Generics introduced a massive new feature in .NET that allowed developers to create type-safe data structures. This shift is particularly important in the context of converting legacy systems, where updating to generics can significantly enhance performance and maintainability by replacing outdated data structures with more efficient, type-safe alternatives.[113]

Example

publicclassDataStore<T>{privateT[]items=newT[10];privateintcount=0;publicvoidAdd(Titem){items[count++]=item;}publicTGet(intindex){returnitems[index];}}

Standardization and licensing

[edit]

In August 2001,Microsoft,Hewlett-Packard andIntel co-sponsored the submission of specifications for C# as well as theCommon Language Infrastructure (CLI) to the standards organizationEcma International. In December 2001, ECMA released ECMA-334C# Language Specification. C# became anISO/IEC standard in 2003 (ISO/IEC 23270:2003 -Information technology — Programming languages — C#). ECMA had previously adopted equivalent specifications as the 2nd edition of C#, in December 2002. In June 2005, ECMA approved edition 3 of the C# specification, and updated ECMA-334. Additions included partial classes, anonymous methods, nullable types, andgenerics (somewhat similar to C++templates). In July 2005, ECMA submitted to ISO/IEC JTC 1/SC 22, via the latter's Fast-Track process, the standards and related TRs. This process usually takes 6–9 months.

The C# language definition and theCLI are standardized underISO/IEC andEcma standards that providereasonable and non-discriminatory licensing protection from patent claims.

Microsoft initially agreed not to sue open-source developers for violating patents in non-profit projects for the part of the framework that is covered by theOpen Specification Promise.[114] Microsoft has also agreed not to enforce patents relating toNovell products against Novell's paying customers[115] with the exception of a list of products that do not explicitly mention C#, .NET or Novell's implementation of .NET (The Mono Project).[116] However, Novell maintained that Mono does not infringe any Microsoft patents.[117] Microsoft also made a specific agreement not to enforce patent rights related to theMoonlight browser plugin, which depends on Mono, provided it is obtained through Novell.[118]

A decade later, Microsoft began developing free, open-source, and cross-platform tooling for C#, namelyVisual Studio Code,.NET Core, andRoslyn. Mono joined Microsoft as a project ofXamarin, a Microsoft subsidiary.

Implementations

[edit]

Microsoft has developedopen-source reference C# compilers and tools. The first compiler,Roslyn, compiles into intermediate language (IL), and the second one, RyuJIT,[119] is a JIT (just-in-time) compiler, which is dynamic and does on-the-fly optimization and compiles the IL into native code for the front-end of the CPU.[120] RyuJIT is open source and written in C++.[121] Roslyn is entirely written inmanaged code (C#), has been opened up and functionality surfaced as APIs. It is thus enabling developers to create refactoring and diagnostics tools.[4][122] Two branches of official implementation are .NET Framework (closed-source, Windows-only) and .NET Core (open-source, cross-platform); they eventually converged into one open-source implementation: .NET 5.0.[123] At .NET Framework 4.6, a new JIT compiler replaced the former.[119][124]

Other C# compilers (some of which include an implementation of theCommon Language Infrastructure and .NET class libraries):

  • Mono, a Microsoft-sponsored project provides an open-source C# compiler, a complete open-source implementation of the CLI (including the required framework libraries as they appear in the ECMA specification,) and a nearly complete implementation of the NET class libraries up to .NET Framework 3.5.
  • TheElements tool chain fromRemObjects includes RemObjects C#, which compiles C# code to .NET'sCommon Intermediate Language,Java bytecode,Cocoa,Android bytecode,WebAssembly, and native machine code for Windows, macOS, and Linux.
  • TheDotGNU project (now discontinued) also provided an open-source C# compiler, a nearly complete implementation of the Common Language Infrastructure including the required framework libraries as they appear in the ECMA specification, and subset of some of the remaining Microsoft proprietary .NET class libraries up to .NET 2.0 (those not documented or included in the ECMA specification, but included in Microsoft's standard .NET Framework distribution).

TheUnity game engine uses C# as its primary scripting language. TheGodot game engine has implemented an optional C# module due to a donation of $24,000 from Microsoft.[125]

See also

[edit]
C# topics
IDEs

Notes

[edit]
  1. ^for async
  2. ^By convention, anumber sign is used for the second character in normal text; in artistic representations, sometimes a truesharp sign is used: C♯. However theECMA 334 standard states: "The name C# is written as the LATIN CAPITAL LETTER C (U+0043) followed by the NUMBER SIGN # (U+0023)."
  3. ^Language versions 1.0, 2.0, and 5.0 are available as ISO/IEC 23270. Beginning with version 7.0, the specification is available as ISO/IEC 20619
  4. ^The Microsoft C# 2.0 specification document only contains the new 2.0 features. For older features, use the 1.2 specification above.

References

[edit]

Citations

[edit]
  1. ^"InfoQ eMag: A Preview of C# 7".Archived from the original on April 24, 2023. RetrievedNovember 11, 2016.
  2. ^https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/overview.{{cite web}}:Missing or empty|title= (help)
  3. ^Torgersen, Mads (October 27, 2008)."New features in C# 4.0".Microsoft. Archived fromthe original on January 3, 2012. RetrievedOctober 28, 2008.
  4. ^ab"The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.: dotnet/roslyn". November 13, 2019.Archived from the original on February 22, 2021. RetrievedFebruary 13, 2015 – via GitHub.
  5. ^"CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.: dotnet/coreclr". November 13, 2019.Archived from the original on October 14, 2019. RetrievedMarch 8, 2017 – via GitHub.
  6. ^abNaugler, David (May 2007). "C# 2.0 for C++ and Java programmer: conference workshop".Journal of Computing Sciences in Colleges.22 (5).Although C# has been strongly influenced by Java it has also been strongly influenced by C++ and is best viewed as a descendant of both C++ and Java.
  7. ^Hamilton, Naomi (October 1, 2008)."The A-Z of Programming Languages: C#".Computerworld. Archived fromthe original on March 24, 2010. RetrievedFebruary 12, 2010.We all stand on the shoulders of giants here and every language builds on what went before it so we owe a lot to C, C++, Java, Delphi, all of these other things that came before us. (Anders Hejlsberg)
  8. ^"Chapel spec (Acknowledgments)"(PDF). Cray Inc. October 1, 2015. Archived fromthe original(PDF) on February 5, 2016. RetrievedJanuary 14, 2016.
  9. ^"Rich Hickey Q&A by Michael Fogus". Archived fromthe original on January 11, 2017. RetrievedJanuary 11, 2017.
  10. ^Borenszweig, Ary (June 14, 2016)."Crystal 0.18.0 released!".Archived from the original on December 25, 2018. RetrievedAugust 7, 2017.It's heavily inspired by Ruby, and other languages (like C#, Go and Python).
  11. ^"Web Languages and VMs: Fast Code is Always in Fashion. (V8, Dart) - Google I/O 2013".YouTube. May 16, 2013.Archived from the original on December 21, 2021. RetrievedDecember 22, 2013.
  12. ^Java 5.0 added several new language features (theenhanced for loop,autoboxing,varargs andannotations), after they were introduced in the similar (and competing) C# language[1]Archived March 19, 2011, at theWayback Machine[2]Archived January 7, 2006, at theWayback Machine
  13. ^Cornelius, Barry (December 1, 2005)."Java 5 catches up with C#".University of Oxford Computing Services.Archived from the original on March 6, 2023. RetrievedJune 18, 2014.In my opinion, it is C# that has caused these radical changes to the Java language. (Barry Cornelius)
  14. ^"Influences - The Rust Reference".The Rust Reference.Archived from the original on January 26, 2019. RetrievedApril 18, 2023.
  15. ^Lattner, Chris (June 3, 2014)."Chris Lattner's Homepage". Chris Lattner.Archived from the original on December 25, 2018. RetrievedMay 12, 2020.The Swift language is the product of tireless effort from a team of language experts, documentation gurus, compiler optimization ninjas, and an incredibly important internal dogfooding group who provided feedback to help refine and battle-test ideas. Of course, it also greatly benefited from the experiences hard-won by many other languages in the field, drawing ideas from Objective-C, Rust, Haskell, Ruby, Python, C#, CLU, and far too many others to list.
  16. ^abcdefgSkeet 2019.
  17. ^abcdeC# Language Specification(PDF) (4th ed.).Ecma International. June 2006.Archived(PDF) from the original on April 21, 2021. RetrievedJanuary 26, 2012.
  18. ^Dollard, Kathleen (November 14, 2023)."Announcing C# 12"..NET Blog.Archived from the original on November 18, 2023. RetrievedNovember 18, 2023.
  19. ^Seth, Gaurav (November 14, 2023)."Announcing .NET 8"..NET Blog.Archived from the original on November 19, 2023. RetrievedNovember 18, 2023.
  20. ^abcdefAlbahari 2022.
  21. ^"Design Goals of C#".www.java-samples.com.Archived from the original on October 6, 2021. RetrievedOctober 6, 2021.
  22. ^Zander, Jason (November 22, 2007)."Couple of Historical Facts".Archived from the original on July 29, 2020. RetrievedFebruary 23, 2009.
  23. ^"What language was ASP.Net originally written in?". November 28, 2006. Archived fromthe original on June 24, 2016. RetrievedFebruary 21, 2008.
  24. ^Hamilton, Naomi (October 1, 2008)."The A-Z of Programming Languages: C#".Computerworld. Archived fromthe original on May 18, 2019. RetrievedOctober 1, 2008.
  25. ^"Details".nilsnaegele.com. Archived from the original on April 7, 2019. RetrievedApril 7, 2019.
  26. ^"Why Microsoft's C# isn't". CNET: CBS Interactive. 2002.Archived from the original on August 14, 2023. RetrievedSeptember 18, 2023.
  27. ^Bill Joy (February 7, 2002)."Microsoft's blind spot". cnet.com.Archived from the original on August 14, 2023. RetrievedSeptember 18, 2023.
  28. ^Osborn, John (August 1, 2000)."Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg". O'Reilly Media.Archived from the original on January 9, 2010. RetrievedNovember 14, 2009.
  29. ^"Generics (C# Programming Guide)". Microsoft.Archived from the original on August 26, 2011. RetrievedMarch 21, 2011.
  30. ^Don Box and Anders Hejlsberg (February 2007)."LINQ: .NET Language-Integrated Query". Microsoft.Archived from the original on August 24, 2011. RetrievedMarch 21, 2011.
  31. ^Mercer, Ian (April 15, 2010)."Why functional programming and LINQ is often better than procedural code". abodit.com. Archived fromthe original on July 11, 2011. RetrievedMarch 21, 2011.
  32. ^"Andy Retires".Dan Fernandez's Blog. Blogs.msdn.com. January 29, 2004. Archived fromthe original on January 19, 2016. RetrievedOctober 4, 2012.
  33. ^"Technical committees - JTC 1/SC 22 - Programming languages, their environments and system software interfaces". ISO.Archived from the original on September 27, 2012. RetrievedOctober 4, 2012.
  34. ^"ISO/IEC 23270:2003 - Information technology - C# Language Specification". Iso.org. August 23, 2006. Archived fromthe original on May 8, 2012. RetrievedOctober 4, 2012.
  35. ^"ISO/IEC 23270:2006 - Information technology - Programming languages - C#". Iso.org. January 26, 2012.Archived from the original on December 6, 2010. RetrievedOctober 4, 2012.
  36. ^"SO/IEC 23270:2018 Information technology — Programming languages — C#".ISO. RetrievedNovember 26, 2020.
  37. ^Mariani, Rico (October 5, 2009)."My History of Visual Studio (Part 1) – Rico Mariani's Performance Tidbits".Rico Mariani's Performance Tidbits.Archived from the original on May 27, 2018. RetrievedMay 26, 2018.
  38. ^Kovacs, James (September 7, 2007)."C#/.NET History Lesson". Archived fromthe original on March 6, 2009. RetrievedJune 18, 2009.
  39. ^Hejlsberg, Anders (October 1, 2008)."The A-Z of Programming Languages: C#".Computerworld. Archived fromthe original on April 2, 2015. RetrievedJune 22, 2014.
  40. ^"Microsoft C# FAQ".Microsoft. Archived fromthe original on February 14, 2006. RetrievedMarch 25, 2008.
  41. ^"F# FAQ". Microsoft Research. Archived fromthe original on February 18, 2009. RetrievedJune 18, 2009.
  42. ^Simon, Raphael; Stapf, Emmanuel; Meyer, Bertrand (June 2002)."Full Eiffel on the .NET Framework".Microsoft.Archived from the original on July 21, 2009. RetrievedJune 18, 2009.
  43. ^"What's new in the C# 2.0 Language and Compiler". Microsoft. Archived fromthe original on December 18, 2010. RetrievedJune 11, 2014.
  44. ^Hejlsberg, Anders; Torgersen, Mads (April 30, 2007)."Overview of C# 3.0".Microsoft Developer Network. Microsoft.Archived from the original on June 25, 2014. RetrievedJune 11, 2014.
  45. ^ab"Using C# 3.0 from .NET 2.0". Danielmoth.com. May 13, 2007.Archived from the original on September 29, 2012. RetrievedOctober 4, 2012.
  46. ^Hejlsberg, Anders (September 15, 2011)."Future directions for C# and Visual Basic".Channel 9. BUILD2011. Microsoft. Archived fromthe original on September 23, 2011. RetrievedSeptember 21, 2011.
  47. ^"An Introduction to New Features in C# 5.0".The Microsoft MVP Award Program Blog. Microsoft. March 26, 2012. Archived fromthe original on June 4, 2014. RetrievedJune 11, 2014.
  48. ^"Languages features in C# 6 and VB 14".GitHub. dotnet/roslyn. Archived fromthe original on January 12, 2016. RetrievedFebruary 13, 2015.
  49. ^"What's new in C# 7".Microsoft Docs. December 21, 2016. Archived fromthe original on November 1, 2017.
  50. ^Torgersen, Mads (March 9, 2017)."New Features in C# 7.0"..NET Blog. Microsoft.Archived from the original on April 11, 2017. RetrievedJune 9, 2017.
  51. ^"Visual Studio 2017 version 15.0 Release Notes".Microsoft Learn. April 11, 2023.Archived from the original on April 20, 2023. RetrievedApril 19, 2023.
  52. ^"What's new in C# 7.1".Microsoft Docs.Archived from the original on October 10, 2017. RetrievedOctober 9, 2017.
  53. ^"Visual Studio 2017 version 15.3 Release Notes".Microsoft Learn. April 11, 2023.Archived from the original on March 21, 2023. RetrievedApril 19, 2023.
  54. ^"What's new in C# 7.2".Microsoft Docs.Archived from the original on December 1, 2017. RetrievedNovember 26, 2017.
  55. ^"Visual Studio 2017 version 15.5 Release Notes".Microsoft Learn. April 11, 2023.Archived from the original on April 20, 2023. RetrievedApril 19, 2023.
  56. ^"What's new in C# 7.3".Microsoft Docs.Archived from the original on June 23, 2018. RetrievedJune 23, 2018.
  57. ^"Visual Studio 2017 version 15.7 Release Notes".Microsoft Learn. July 13, 2022.Archived from the original on April 20, 2023. RetrievedApril 19, 2023.
  58. ^"What's new in C# 8.0".Microsoft Docs. March 9, 2023.Archived from the original on September 6, 2020. RetrievedApril 14, 2019.
  59. ^"Visual Studio 2019 version 16.3 Release Notes".Microsoft Learn. April 11, 2023.Archived from the original on April 20, 2023. RetrievedApril 19, 2023.
  60. ^BillWagner."What's new in C# 9.0 - C# Guide".Microsoft Learn.Archived from the original on September 5, 2020. RetrievedOctober 15, 2020.
  61. ^"Visual Studio 2019 version 16.8 Release Notes".Microsoft Learn. April 11, 2023.Archived from the original on April 20, 2023. RetrievedApril 19, 2023.
  62. ^"What's new in C# 10".Microsoft Learn.Archived from the original on February 8, 2022. RetrievedNovember 10, 2021.
  63. ^"Visual Studio 2022 version 17.0 Release Notes".Microsoft Learn.Archived from the original on July 16, 2023. RetrievedApril 19, 2023.
  64. ^"What's new in C# 11".Microsoft Learn.Archived from the original on August 15, 2022. RetrievedAugust 8, 2022.
  65. ^"Visual Studio 2022 version 17.4 Release Notes".Microsoft Learn.Archived from the original on August 6, 2023. RetrievedApril 19, 2023.
  66. ^"What's new in C# 12".Microsoft Learn.Archived from the original on July 20, 2023. RetrievedJune 29, 2023.
  67. ^"Visual Studio 2022 version 17.8 Release Notes".Microsoft Learn. August 13, 2024.Archived from the original on October 6, 2024. RetrievedNovember 18, 2024.
  68. ^"What's new in C# 13".Microsoft Learn.Archived from the original on November 13, 2024. RetrievedNovember 18, 2024.
  69. ^"Visual Studio 2022 Release Notes".Microsoft Learn. November 12, 2024.Archived from the original on November 12, 2024. RetrievedNovember 18, 2024.
  70. ^Novák et al. 2010.
  71. ^stevewhims; mattwojo (October 20, 2022)."Compiling Apps with .NET Native - UWP applications".learn.microsoft.com.Archived from the original on October 27, 2023. RetrievedOctober 27, 2023.
  72. ^LakshanF; agocke; Rick-Anderson; et al. (September 12, 2023)."Native AOT deployment overview - .NET".learn.microsoft.com.Archived from the original on November 11, 2023. RetrievedOctober 27, 2023.{{cite web}}: CS1 maint: numeric names: authors list (link)
  73. ^"Types/General, part of the official C# documentation".Microsoft.Archived from the original on March 29, 2024. RetrievedApril 6, 2024.
  74. ^BillWagner."Expression Trees (C#)".Microsoft Learn.Archived from the original on May 15, 2021. RetrievedMay 14, 2021.
  75. ^"Attribute Class".
  76. ^dotnet-bot."System.Reflection.Emit Namespace".learn.microsoft.com.Archived from the original on April 28, 2023. RetrievedApril 28, 2023.
  77. ^McAllister, Neil (October 20, 2011)."Microsoft's Roslyn: Reinventing the compiler as we know it".InfoWorld.Archived from the original on March 5, 2022. RetrievedMarch 5, 2022.
  78. ^"Introducing C# Source Generators"..NET Blog. April 29, 2020.Archived from the original on May 7, 2021. RetrievedMay 14, 2021.
  79. ^"Classes/fields, part of the official C# documentation". February 7, 2024.
  80. ^"out (C# Reference)". March 30, 2024.
  81. ^"Method parameters/params modifier, part of the official C# documentation". May 21, 2024.
  82. ^ab"Classes/properties, part of the official C# documentation". February 7, 2024.
  83. ^"virtual (C# Reference)".Microsoft Learn. September 15, 2021.Archived from the original on August 30, 2018. RetrievedApril 4, 2018.
  84. ^"new modifier, part of the official C# documentation". April 12, 2023.
  85. ^"Abstract and Sealed Classes and Class Members - C#". October 27, 2021.
  86. ^"Auto-Implemented Properties (C# Programming Guide)".Archived from the original on October 29, 2020. RetrievedSeptember 12, 2020.
  87. ^"using directive - C# Reference".Microsoft Docs.Archived from the original on April 14, 2019. RetrievedApril 14, 2019.
  88. ^BillWagner."Unsafe code, pointers to data, and function pointers".Microsoft Learn.Archived from the original on July 4, 2021. RetrievedJune 20, 2021.
  89. ^"How to create user-defined exceptions".Archived from the original on January 26, 2021. RetrievedSeptember 12, 2020.
  90. ^"Exception-handling statements, part of the official C# documentation".Microsoft Learn. April 22, 2023. RetrievedJune 26, 2024.
  91. ^Venners, Bill; Eckel, Bruce (August 18, 2003)."The Trouble with Checked Exceptions".Archived from the original on February 18, 2015. RetrievedMarch 30, 2010.
  92. ^"Expressions/Overload resolution, part of the official C# documentation".Microsoft Learn. February 7, 2024. RetrievedApril 7, 2024.
  93. ^BillWagner."Operator overloading - C# reference".Microsoft Learn.Archived from the original on June 24, 2021. RetrievedJune 20, 2021.
  94. ^"Types/Constructed Types, part of the official C# documentation".Microsoft Learn. RetrievedApril 7, 2024.
  95. ^"Classes/Type Parameter constraints, part of the official C# documentation".Microsoft Learn. February 7, 2024. RetrievedApril 7, 2024.
  96. ^Zhang, Xue Dong; Teng, Zi Mu; Zhao, Dong Wang (September 2014). "Research of the Database Access Technology Under.NET Framework".Applied Mechanics and Materials.644–650:3077–3080.doi:10.4028/www.scientific.net/AMM.644-650.3077.S2CID 62201466.ProQuest 1565579768.
  97. ^Otey, Michael (February 2006). "LINQ to the Future".SQL Server Magazine. Vol. 8, no. 2. pp. 17–21.ProQuest 214859896.
  98. ^Sheldon, William (November 2010). "New Features in LINQ".SQL Server Magazine. Vol. 12, no. 11. pp. 37–40.ProQuest 770609095.
  99. ^BillWagner (September 15, 2021)."Query Syntax and Method Syntax in LINQ (C#)".learn.microsoft.com.Archived from the original on May 23, 2023. RetrievedMay 23, 2023.
  100. ^erikdietrich (March 9, 2023)."The history of C# - C# Guide".learn.microsoft.com.Archived from the original on April 28, 2023. RetrievedApril 28, 2023.
  101. ^The functional journey of C# - Mads Torgersen - NDC Copenhagen 2022, August 17, 2022,archived from the original on May 15, 2023, retrievedMay 15, 2023
  102. ^"The Beauty of Closures".csharpindepth.com.Archived from the original on May 19, 2023. RetrievedApril 28, 2023.
  103. ^abBillWagner."Anonymous functions - C# Programming Guide".Microsoft Learn.Archived from the original on April 15, 2021. RetrievedMay 15, 2021.
  104. ^abc"What's New in C# 7.0".Microsoft Docs.Archived from the original on August 6, 2020. RetrievedApril 14, 2019.
  105. ^"C# 9.0 on the record"..NET Blog. November 10, 2020.Archived from the original on May 15, 2021. RetrievedMay 15, 2021.
  106. ^BillWagner (June 30, 2022)."init keyword - C# Reference".learn.microsoft.com.Archived from the original on May 19, 2023. RetrievedMay 19, 2023.
  107. ^The .NET Compiler Platform, .NET Platform, April 28, 2023,archived from the original on April 28, 2023, retrievedApril 28, 2023
  108. ^abcdArcher 2001.
  109. ^Lippert, Eric (March 19, 2009)."Representation and Identity".Fabulous Adventures In Coding. Blogs.msdn.com.Archived from the original on July 12, 2011. RetrievedOctober 4, 2012.
  110. ^"Framework Libraries".Microsoft Learn. April 19, 2023.Archived from the original on July 14, 2019. RetrievedJuly 14, 2019.
  111. ^BillWagner."What's new in C# 9.0 - C# Guide".Microsoft Learn.Archived from the original on September 5, 2020. RetrievedMay 14, 2021.
  112. ^BillWagner."Main() and command-line arguments".Microsoft Learn.Archived from the original on August 5, 2021. RetrievedAugust 5, 2021.
  113. ^"Unlocking the Power of C# Generics: A Comprehensive Guide". April 24, 2024.
  114. ^"Patent Pledge for Open Source Developers". March 16, 2023.Archived from the original on December 7, 2017. RetrievedOctober 28, 2017.
  115. ^"Patent Cooperation Agreement - Microsoft & Novell Interoperability Collaboration".Microsoft. November 2, 2006. Archived fromthe original on May 17, 2009. RetrievedJuly 5, 2009.Microsoft, on behalf of itself and its Subsidiaries (collectively "Microsoft"), hereby covenants not to sue Novell's Customers and Novell's Subsidiaries' Customers for infringement under Covered Patents of Microsoft on account of such a Customer's use of specific copies of a Covered Product as distributed by Novell or its Subsidiaries (collectively "Novell") for which Novell has received Revenue (directly or indirectly) for such specific copies; provided the foregoing covenant is limited to use by such Customer (i) of such specific copies that are authorized by Novell in consideration for such Revenue, and (ii) within the scope authorized by Novell in consideration for such Revenue.
  116. ^"Definitions".Microsoft. November 2, 2006.Archived from the original on November 4, 2012. RetrievedJuly 5, 2009.
  117. ^Steinman, Justin (November 7, 2006)."Novell Answers Questions from the Community".Archived from the original on July 16, 2013. RetrievedJuly 5, 2009.We maintain that Mono does not infringe any Microsoft patents.
  118. ^"Covenant to Downstream Recipients of Moonlight - Microsoft & Novell Interoperability Collaboration".Microsoft. September 28, 2007. Archived fromthe original on September 23, 2010. RetrievedMarch 8, 2008."Downstream Recipient" means an entity or individual that uses for its intended purpose a Moonlight Implementation obtained directly from Novell or through an Intermediate Recipient... Microsoft reserves the right to update (including discontinue) the foregoing covenant... "Moonlight Implementation" means only those specific portions of Moonlight 1.0 or Moonlight 1.1 that run only as a plug-in to a browser on a Personal Computer and are not licensed under GPLv3 or a Similar License.
  119. ^ab"The RyuJIT transition is complete!".microsoft.com. June 19, 2018.Archived from the original on July 19, 2019. RetrievedJuly 20, 2021.
  120. ^"Managed Execution Process".microsoft.com.Archived from the original on December 23, 2017. RetrievedJuly 20, 2021.
  121. ^"coreclr/src/jit/".github.com.Archived from the original on January 9, 2019. RetrievedJuly 20, 2021.
  122. ^"C# Guide".Microsoft Learn.Archived from the original on August 13, 2022. RetrievedJuly 28, 2017.
  123. ^"5.0.8".microsoft.com.Archived from the original on April 23, 2020. RetrievedJuly 20, 2021.
  124. ^"Mitigation: New 64-bit JIT Compiler".microsoft.com.Archived from the original on April 5, 2018. RetrievedJuly 20, 2021.
  125. ^Etcheverry, Ignacio (October 21, 2017)."Introducing C# in Godot".Godot Engine.Archived from the original on October 26, 2018. RetrievedOctober 26, 2018.

Sources

[edit]
  • Albahari, Joseph (2022).C# 10 in a Nutshell (First ed.). O'Reilly.ISBN 978-1-098-12195-2.
  • Archer, Tom (2001). "Part 2, Chapter 4: The Type System".Inside C#. Redmond, Washington: Microsoft Press.ISBN 0-7356-1288-9.
  • Novák, István; Velvart, Andras; Granicz, Adam; Balássy, György; Hajdrik, Attila; Sellers, Mitchel; Hillar, Gastón C.; Molnár, Ágnes; Kanjilal, Joydip (2010).Visual Studio 2010 and .NET 4 Six-in-One. Wrox Press.ISBN 978-0470499481.
  • Skeet, Jon (2019).C# in Depth (Fourth ed.). Manning.ISBN 978-1617294532.

Further reading

[edit]

External links

[edit]
Architecture
Components
Implementations
Microsoft
Other
Languages
Major
Other
Comparison
Overview
Software
Applications
Video games
Programming
languages
Frameworks,
development tools
Operating systems
Other
Licenses
Forges
Related
Standards ofEcma International
Application interfaces
File systems (tape)
File systems (disk)
Graphics
Programming languages
Radio link interfaces
Other
List of Ecma standards (1961 – present)
1–9999
10000–19999
20000–29999
30000+
IEC
ISO/IEC
Related
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=C_Sharp_(programming_language)&oldid=1300019992"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp