Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 483 Bytes

Minimal APIs with ASP.NET

This code shows how we get from ASP.NET 5 to ASP.NET 7 with minimal APIs. Throughout the live demo, we upgrade small pieces of an ASP.NET 5 app until we leverage these brand-new ASP.NET and C# 10 features:

  • File-scoped namespaces
  • Global using directives
  • Automatic global usings
  • Top-level statements
  • async Main
  • Minimal APIs
  • Parameter and Dependency Injection
  • Integration testing improvements

License

MIT