Scalable and Performant ASP.NET Core Web APIs (edit)
What new things can you learn:
- BenchmarkDotNet
- Dapper faster than Entity Framework Core
- ADO.NET: StatisticsEnabled = true;
- CommandTimeout in Entity Framework Core
Scalable and Performant ASP.NET Core Web APIs: Introduction
https://www.carlrippon.com/scalable-and-performant-asp-net-core-web-apis-introduction/
Scalable and Performant ASP.NET Core Web APIs: Profiling and Monitoring
https://www.carlrippon.com/scalable-and-performant-asp-net-core-web-apis-profiling-and-monitoring/
Scalable and Performant ASP.NET Core Web APIs: Load Testing
https://www.carlrippon.com/scalable-and-performant-asp-net-core-web-apis-load-testing/
Scalable and Performant ASP.NET Core Web APIs: ORM Choice
https://www.carlrippon.com/scalable-and-performant-asp-net-core-web-apis-orm-choice/
Scalable and Performant ASP.NET Core Web APIs: Paging
https://www.carlrippon.com/scalable-and-performant-asp-net-core-web-apis-paging/
Creating a Multi-Tenant ASP.NET Core Web API with SQL Server RLS
https://www.carlrippon.com/creating-a-multi-tenant-asp-net-core-web-api-with-sql-server-rls/
Scalable and Performant ASP.NET Core Web APIs: Database Round Trips
https://www.carlrippon.com/scalable-and-performant-asp-net-core-web-apis-database-round-trips/
Scalable and Performant ASP.NET Core Web APIs: Filtering and Searching
https://www.carlrippon.com/scalable-and-performant-asp-net-core-web-apis-filtering-and-searching/
Scalable and Performant ASP.NET Core Web APIs: Client Caching
https://www.carlrippon.com/scalable-and-performant-asp-net-core-web-apis-client-caching/
Scalable and Performant ASP.NET Core Web APIs: Server Caching
https://www.carlrippon.com/scalable-and-performant-asp-net-core-web-apis-server-caching/
Performance Improvements in .NET Core
https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-core/
HttpContext in ASP.NET Core
https://www.carlrippon.com/httpcontext-in-asp-net-core/
Getting Started with Redis
https://www.carlrippon.com/getting-started-with-redis/
ASP.NET Core Logging with Serilog and SQL Server
https://www.carlrippon.com/asp-net-core-logging-with-serilog-and-sql-server/
Adding Useful Information to ASP.NET Core Web API Serilog Logs
https://www.carlrippon.com/adding-useful-information-to-asp-net-core-web-api-serilog-logs/
Controlling our ASP.NET Core Serilog Log
https://www.carlrippon.com/controlling-our-asp-net-core-serilog-log/
Instrumenting Dapper Queries in ASP.NET Core
https://www.carlrippon.com/instrumenting-dapper-queries-in-asp-net-core/
Provider Statistics for SQL Server
https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/provider-statistics-for-sql-server
Extending the Command Timeout in Entity Framework Core Migrations