Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.04 KB

File metadata and controls

53 lines (41 loc) · 1.04 KB

10 Tiny Updates in .NET 8 You Should Should Know

Demos from Tim Corey's conference talk on the small updates in .NET 8 that you should know about.

10 Tiny Updates in .NET 8 You Should Should Know

(includes items from C# 12)

  1. Primary Constructors
  2. Collection Expressions
  3. Alias Any Type
  4. Experimental Attribute
  5. OpenFolderDialog in WPF
  6. Modern Windows Icons
  7. Random Updates
  8. New Validations
  9. IPNetwork Parse and TryParse
  10. Keyed DI Services

Items not covered:

  • Native AOT
  • Blazor Web Apps
  • QuickGrid
  • Aspire
  • And much more...

Specific Update Loading Instructions

  1. Primary Constructors git checkout 7ef1598

  2. Collection Expressions git checkout 072ef75

  3. Alias Any Type git checkout a86c7ca

  4. Experimental Attribute git checkout 95a43f1

  5. OpenFolderDialog in WPF git checkout 8d1b82f

  6. Modern Windows Icons git checkout 4d5a5f1

  7. Random Updates git checkout ecbbb5b

  8. New Validations git checkout 6e67835

  9. IPNetwork Parse and TryParse git checkout 0884d1d

  10. Keyed DI Services git checkout 37fbaa3