100 тысяч подписчиков
627 видео
Want To Write More Tests? Here's an Easy Way
Write Faster SQL Queries With Dapper In .NET | Clean Architecture
Mapping Domain-Driven Design Concepts To The Database With EF Core
Unit Testing CQRS Handlers With Moq, Fluent Assertions, and xUnit
One Trick To Improve EF Core Performance Using Query Splitting
How To Organize Minimal API Endpoints Inside Of Clean Architecture
Clean Architecture: How to Build The Infrastructure Layer
Clean Architecture With Document Database, Minimal APIs, And CQRS In .NET 7
How to Implement API Versioning for Minimal APIs | ASP.NET Core 8
The New Global Error Handling in ASP.NET Core 8
Authentication made easy with ASP.NET Core Identity in .NET 8
The Better Way to Configure Entity Framework Core
Compensating Transactions For Saga Pattern Error Handling
The Best Way To Write Parameterized Tests In .NET Using xUnit
Getting Started With MassTransit (Beginner Friendly)
Your API Gateway Needs This: Custom Auth Policies
What Is A Message Queue + RabbitMQ and MassTransit Integration
Make Your ASP.NET Core API Controllers Incredibly Simple
Solve Logging as a Cross-Cutting Concern with MediatR
Auto Include EF Navigation Properties For Blazing Fast Queries
Marten - Powerful Document Database With PostgreSQL And Clean Architecture
The Fastest Way To Build an API Gateway in .NET
Building a custom Authorization Handler in ASP.NET Core
The Beginner's Guide to Clean Architecture
How To Create Smart Enums in C# With Rich Behavior
How to Implement the CQRS Pattern in Clean Architecture (from scratch)
How To Track Entity Changes With EF Core | Audit Logging
Are You Using The Options Pattern in .NET? Check This Out
Did You Use the LinkGenerator in ASP.NET Core? (REST APIs, HATEOAS)
Eventual Consistency and Testing? Check Out This Testing Approach
Easy Email Verification in .NET: FluentEmail + Papercut
Effortless Secret Management in .NET Using AWS Secrets Manager
One LINQ Extension Method You NEED To Know For Cleaner EF Core Queries
How Do You Deprecate an Old API Version in ASP.NET Core?
The Best Way to Implement Long Running Tasks in .NET - Hangfire, Blazor, SignalR
What Are Local Functions In C#?
The Best Way To Validate Your Options In .NET Core
How To Move From Clean Architecture to Vertical Slice Architecture
Managing Permissions With EF Core Migrations | Permission Authorization - Part 2
Entity Framework AsNoTracking Does Nothing In This Case
This is how to query a MongoDB database
How To Deploy Your Application To Azure Using GitHub Actions | CI/CD Pipeline
Simple Bulk Deletes With EF Core 7
How To Use Supabase Storage For Uploading Files In Your API (Cloud Storage)
How To Build a Load Balancer In .NET With YARP Reverse Proxy
What Causes the Cache Stampede Problem
Middleware Pattern For HttpClient With Delegating Handlers
The PDF Library You Need To Know About
Awesome EF Core Performance Optimization To Make It 190x FASTER
Write Readable Code By Merging If Statement Conditions
How To Use Both EF Core and Dapper For CQRS Queries