Skip to content

falberthen/NET6.Features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET 6 Features

This is a demo of some of the .NET 6 and C# 10 features.

  • System.Linq

    • Chunk()
    • ElementAtOrDefault()
    • MinBy()
    • MaxBy()
    • DistinctBy()
    • ExceptBy()
    • IntersectBy()
    • UnionBy()
    • Zip()
    • TryGetNonEnumeratedCount()
  • C# 10

    • Record structs
    • Global using
    • File-scoped namespaces
    • DateOnly
  • Minimal APIs


You'll need to set up your machine to run .NET 6 or later, including the C# 10 or later compiler. The C# 10 compiler is available starting with Visual Studio 2022 or the .NET 6 SDK.

About

This is a demo of some of the .NET 6 and C# 10 features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages