An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# What's new in .NET 6 and C# 10 [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](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

*
*