Advanced EF Core
Advanced techniques for Entity Framework Core including performance optimization and complex mapping.
Advanced techniques for Entity Framework Core including performance optimization and complex mapping.
Learn how to use Automatic Tuning in Azure SQL Database to monitor and improve query performance.
Explains BenchmarkDotNet, the standard tool for performance measurement (micro-benchmarking) of .NET applications.
Implementing effective caching strategies in .NET applications to improve performance.
How to check SQL Server clustered indexes, non-clustered indexes, index seek/scan, and execution plans
High-performance data access using Dapper Micro-ORM.
Overview of deadlocks, query patterns that cause them, and countermeasures
Default runner specs, parallelism limits, ways to scale up compute, best practices, and a comparison with Azure DevOps pipeline compute resources.
Deep dive into the .NET Just-In-Time (JIT) compiler, Tiered Compilation, and PGO.
.NETにおけるORM(Entity Framework Core, Dapper)の基礎と、代表的なパフォーマンス問題であるN+1問題について解説します。
Change Detection strategies, bundle optimization, preloading, and SSR/SSG performance tuning
Leveraging Single Instruction, Multiple Data (SIMD) for parallel processing of data in .NET.
Understanding high-performance memory management with Span<T> and Memory<T> to reduce allocations.
SQL Server index fragmentation, reorganization, rebuilding, and concerns about using GUIDs as primary keys
Causes, impact, and solutions for parameter sniffing issues in SQL Server
.NETにおけるメモリ管理の仕組み、スタックとヒープ、ガベージコレクション(GC)の動作、IDisposableについて解説します。
.NETにおける非同期プログラミングの基礎、async/awaitの使い方、ベストプラクティスについて解説します。