4 тысяч подписчиков
37 видео
🔒Handling multiple authentication schemes in ASP.NET
Writing your own MediatR from scratch in C#
EF 8 new feature: Raw SQL queries for unmapped types
Background vs Hosted service
SQL Server Indexing: How database engine chooses an index for a query?
Best practice of using CancellationToken in WebApi
🔑 OpenID Connect: How to use in ASP.NET Core API Authentication
🔥 How to use CancellationToken in ASP.NET Core WebApi
.NET Aspire: How it works?
🔐 ASP.NET Core Authentication: JWT token validation using OpenID Connect (OIDC)
Integration Test: Mock PartOf a class
.NET: Console Application + Gaming!
🔐 ASP.NET Core Authorization: Policy Based Access Control
🚀 ASP.NET Core: Faster Api with Multi-Layer cache!
♾️ ASP.NET Dependency Injection: Handle multiple implementations for one interface with delegate
🔥 Don't use Task.WhenAll, it may not be efficient enough!
🔐 ASP.NET Core Authorization: Role-Based Access Control (RBAC)
🌶️ How to use Kafka in .NET?
🥶 Managing Concurrency with SemaphoreSlim: Avoid DeadLock!
🔆 C# Serializers: NewtonSoft vs Protobuf vs Apache.Avro vs MessagePack vs Bson
EF Core: Be careful about Find method cache!
You may be wrong about Scoped services!
🍕 Template Method pattern: Refactor and make your application plug-in-able
Authentication/Authorization: The Dirtiest Part of an Application, Yet the Most Important One!
EF Migrations 1: How to add migrations in ASP.NET projects
💥 gRPC on .NET: How to use gRPC in ASP.NET Core Api
👨💻 C# xUnit: How to run code before and after a test!
🌶️ The reason you must use IHttpClientFactory, Bad HttpClient?!
Multi-Tenant applications: How to do it in the correct way!
What is the best C# Serializer?!
🌵 Can Async/Await block the main thread?
.NET Aspire: How to use RabbitMQ component step by step?
What is the difference between BackgroundService and HostedService?
🚀 EntityFramework Core (EF Core): How to optimize a query?
🔐 Blazor: Custom Authentication with InteractiveServer rendering using Cookies (EXPLAINED)
❌️ ASP.NET Dependency Injection: You may be wrong about Scoped services!
How to use GitHub Copilot Prompt files in Visual Studio Code (VS Code)!
How to use GitHub Copilot Prompt files in Visual Studio!
EF Migrations 2: How to revert migrations in ASP.NET projects
Claude Code or Github Copilot: A Practical Comparison!
.NET Aspire: How to use Redis step by step