Skip to content

Instantly share code, notes, and snippets.

@madhub
Last active August 16, 2023 03:32
Show Gist options
  • Save madhub/02d46de3f99568c2178c29ff6d743695 to your computer and use it in GitHub Desktop.
Save madhub/02d46de3f99568c2178c29ff6d743695 to your computer and use it in GitHub Desktop.
  1. Under the hood performance improvements - like foreach image

NOTE: Article also shows the use of Benchmark.net

  1. SDK tools - Built in container support to build Docker images without Dockerfile
  2. New TimeProvder API for improving Testability
  3. RegEx improvement in .NET 7
  4. New APIs
  5. Dependency Injection (DI) Friendly Metrics APIs
  6. New IResettable interface in ObjectPool
  7. ASP.NET Core Manage Request Timeouts , builder.Services.AddRequestTimeouts();, app.UseRequestTimeouts();
  8. Quick Route Short Circuit, app.MapGet("/", () => "Hello World").ShortCircuit();, app.MapShortCircuit(404, "robots.txt", "favicon.ico");
  9. ProblemDetailsService
  10. ASP.NET Core Metrics
  1. New Built-in Resilience API
  2. AOT
  3. All the performance improvements since in .NET 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment