dotnet2019-aspnet-core-best-practices
dotnet2019-aspnet-core-best-practices copied to clipboard
Dotnet 2019 Talk - Asp.Net Core Good Practices in 2019
Asp.Net Core Good Practices 2019 Talk
Speakers:
Carlos Landeras - Web Team Lead at Plain Concepts ( Github / Twitter)
Luis Ruiz Pavón - DevSecOps Lead at Plain Concepts ( Github / Twitter)
Talk Youtube video
https://www.youtube.com/watch?v=lSIPDDxfjuw
Talk Agenda:
- Code instrumentation using System Diagnostics
- Application resilience strategies
- Asp.Net Core HealthChecks and Kubernetes (Readiness and Liveness Probes) for high availability and resilience
- Problem Details RFC 7807
- Asp.Net Core ApiController and ApiBehaviourOptions (Convention over Configuration)
- HttpContext Pipelines
- Endpoint Routing
- Endpoint Authorization (decoupled from MVC)
- Docker testing strategies