Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 442 Bytes

.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