https://github.com/sonnyrr/net-5-playground
Sandbox solution showcasing .NET 5 and C# 9 features. 🗺
https://github.com/sonnyrr/net-5-playground
csharp csharp9 dotnet5 examples new-features
Last synced: about 1 year ago
JSON representation
Sandbox solution showcasing .NET 5 and C# 9 features. 🗺
- Host: GitHub
- URL: https://github.com/sonnyrr/net-5-playground
- Owner: SonnyRR
- License: mit
- Created: 2021-01-01T18:17:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T17:07:33.000Z (over 4 years ago)
- Last Synced: 2025-01-20T10:48:44.377Z (over 1 year ago)
- Topics: csharp, csharp9, dotnet5, examples, new-features
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET 5 & C# 9 Feture Showcase 
Sandbox solution showcasing .NET 5 and C# 9 features with examples.
## 🔖 Examples:
- Top Level Statements
- Records
- Deconstruction
- Init-only setters
- Pattern Matching
- With-expressions
- Relational and Logical patterns
- Covariant Returns
- Sample WebAPI project