What's New in .NET 7
Notes from the Pluralsight course:
- Orleans project brought into .NET (Actor-Model pattern)
- QuickGrid control added to Blazor
- C#
- Required properties
- Improved string interpolation ($$)
- File-scoped type (constrain scope to just that file)
- Typeconverter
- DateOnly and TimeOnly (not new)
- API rate limiting
- Output caching