Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 843 Bytes

readme.md

File metadata and controls

27 lines (13 loc) · 843 Bytes

About

Various code samples for C#8 and C#9. Most examples will be done using Windows Forms in some case rather than console projects as Windows Forms can be viewed as replacing console projects when the code presented makes no use of forms other than presentation of code samples.

Code samples will be added over time.

Requires

Is C#9 ready

From the command-line

csc -langversion:?

C# language versioning

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version

TechNet articles