https://github.com/nikiforovall/whats-new-in-dotnet6
A compilation of the latest and greatest additions of .NET 6 and C# 10
https://github.com/nikiforovall/whats-new-in-dotnet6
csharp csharp10 dotnet6
Last synced: about 1 month ago
JSON representation
A compilation of the latest and greatest additions of .NET 6 and C# 10
- Host: GitHub
- URL: https://github.com/nikiforovall/whats-new-in-dotnet6
- Owner: NikiforovAll
- Created: 2021-10-28T20:26:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T20:18:44.000Z (over 3 years ago)
- Last Synced: 2025-02-28T08:33:53.923Z (about 2 months ago)
- Topics: csharp, csharp10, dotnet6
- Language: C#
- Homepage: https://nikiforovall.github.io/dotnet/csharp/coding-stories/2021/10/29/whats-new-in-dotnet6.html
- Size: 393 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's new in .NET 6 and C# 10 [](https://open.vscode.dev/NikiforovAll/whats-new-in-dotnet6)
All you need to do is to open repository in VSCode and run 'Remote-Containers: Open Folder in Container...'.
## Getting started
Please see related blog post for additional information.
## Agenda
1. [Global Usings](./GlobalUsings/Program.cs)
2. [File-scoped namespaces](./FileScopedNamespaces/Program.cs)
3. [Record Structs](./RecordStructs/Program.cs)
4. [Minimal APIs](./MinimalAPI/Program.cs)
5. [LINQ Improvements](./LINQ/Program.cs)
6. [Parallel.ForEachAsync](./ParallelForEachAsync/Program.cs)
7. [PeriodicTimer](./PeriodicTimer/Program.cs)
8. [PriorityQueue](./PriorityQueue/Program.cs)
9. [DateOnly and TimeOnly](./DateOnly/Program.cs)
10. [System.Text.Json Improvements](./SystemTextJson/Program.cs)## Reference
*
*