dev-notes/DotNet/C#
Marcello Lamonaca b2abff42c4
Notes on .NET 6 features (#6)
- blazor components
- `field` keyword
- with-expression for anonymous types
- namespace semplification
- lambda signature inference
- static methods and properties on interfaces
- .NET 6 LINQ improvements
- global usings notes
- null parameter checking
- required properties
- native memory allocation
- Minimal APIs
- net 6 implicit imports
2021-10-04 22:37:01 +02:00
..
Async Programming.md Add Godot scripting starting notes 2021-09-19 15:22:33 +02:00
C# Collections.md Fix typos 2021-09-22 19:17:55 +02:00
C#.md Notes on .NET 6 features (#6) 2021-10-04 22:37:01 +02:00
LINQ.md Notes on .NET 6 features (#6) 2021-10-04 22:37:01 +02:00
Reactive Extensions.md Fix typos 2021-09-22 19:17:55 +02:00
Unit Testing.md Add notes on XUnit test setup 2021-09-09 11:54:24 +02:00