14 тысяч подписчиков
88 видео
Custom Authorization and Policy-Based Authorization in ASP.NET Core
Implement API Key Authentication in ASP.NET Core Web API
Using MassTransit With RabbitMQ in .NET Applications
How to Easily Create a PDF Document in ASP.NET Core Web API
Global Exception Handling in ASP.NET Core Web API (.NET 8)
Use HttpClient Properly with HttpClientFactory With Named and Typed Clients in .NET
How to Implement Refresh Token in ASP.NET Core Web API
How to Work with CSV Files - Creating and Reading With Different Options
CQRS And MediatR In ASP.NET Core - Commands, Notifications, Behaviours
Uploading Files with ASP.NET Core and Angular
Build Highly Scalable Applications With RabbitMQ in .NET
ASP.NET Core Web API Authentication With Identity and JSON Web Tokens
How to Improve Performance of Web APIs Using Redis Cache
Strategy Design Pattern In C#
Secure Microservices Using JWT With Ocelot in .NET
Factory Design Pattern in C# - Create Flexible Code in Your Apps
Forgot/Reset Password With Identity and ASP.NET Core Web API
Command Design Pattern in C#
Result Pattern Implementation in ASP NET Core Web API
Increase the Security of Your Web APIs With User Lockout Functionality
Builder and FluentBuilder Design Patterns in C#
How to Work With Custom Headers in ASP.NET Core Web API
Better Web API Security With Two Factor Authentication Using Identity
Event Driven Architecture in .NET
Refit - Great API Client To Turn Your REST API Into a Live Interface
Angular Material Responsive Navigation Menu
How to Send an Email with Attachments in ASP.NET Core
Best Practices for Hashing and Salting Passwords in .NET
How to Return a File With ASP.NET Core Web API
Entity Framework Core Interceptors
How to Use the ProblemDetails Class to Standardize the Exception Handling in .NET
Handling POST, PUT and DELETE Requests with ASP.NET Core
Hangfire in ASP.NET Core - Handle Background Jobs Easily
File Upload with ASP.NET Core MVC
Authorize Requests With HttpClient and a Bearer Token
ModelState Validation In ASP.NET Core and How to Clean Your Actions From the Validation Logic
Using Streams With HttpClient in .NET To Improve Performance and Memory Allocations
Better Way to Write Switch Statements With Multiple Cases With the Same Result
How to Read AppSettings Values From a JSON File in ASP.NET Core
Clean Architecture in .NET Applications Using CQRS and MediatR
CQRS Validation With MediatR and FluentValidation in ASP.NET Core Web API
6 Ways to Read and Parse a JSON File in C#
How to Resolve Multiple Dependency Injection Implementations of the Same Interface in .NET
How to Use Multiple Authentication Schemes in ASP.NET Core Web API
How To Deserialize JSON to Dynamic With Dynamic Declarations in C#
Onion Architecture in ASP.NET Core
Handling GET requests with ASP.NET Core Web API
Asynchronous Programming in .NET - How ASYNC and AWAIT Work
How to Use Factory Pattern With Dependency Injection in .NET
How To Deserialize JSON to Dynamic With Anonymous Types and JSON DOM