649 подписчиков
56 видео
How to publish domain events with MediatR without your domain referencing it
How to create value objects using records
How to create an event dispatcher from scratch
An easier way to handle Entity Framework's exceptions
What Eventual Consistency means
How the new version of MediatR (12.0.1) might break your application
Professional Search with C# and Elasticsearch (Part 2)
How to use Entity Framework's Discriminators
Should you use Result as your return type?
MediatR in depth (Part 3: Notifications)
MediatR in depth (Part 1: Mediator)
The OwningComponentBase Class of Blazor Server
Introduction to Redis
How to create a Mediator from scratch (Part 2)
The Rules Engine Design Pattern with C#
Has vs Owns in Entity Framework: Which one should you use?
How to create Custom Validation Attributes
How to create multiple DbContexts that target the same database and tables
Service Lifetimes Quick Guide
Let's talk about Entity Framework and the Repository Pattern
Entity Framework sorting using just strings
How to use Entity Framework with Blazor Server
How to create a Mediator from scratch (Part 1)
Why sometimes async and await are bad for your app
Professional Search with C# and Elasticsearch (Part 3)
A place to find almost all C# and dotnet content creators and their content
Domain Events with Dapper
How to use Output Cache with Authentication
Client-Side JWT and Refresh Token Handling
How to Mock Identity in Integration Tests
How to Implement the Result Pattern with the ErrorOr Library
Understanding Functions and Actions
Automating Service Registration with Reflection
How to create a request pipeline from scratch
Dependency Injection with Scrutor: Scanning and Registering
How to combine Redis with MediatR
How to separate your configurations and apply only the ones you want to each DbContext
MediatR in depth (Part 2: Behaviors)
What are Middlewares and why their order matters?
An elegant way to apply your search filters
Introduction to IAsyncEnumerable
TimeSpan Explained
CI/CD with GitHub Actions: Build & Push Docker Images to Docker Hub