27 тысяч подписчиков
224 видео
Using C# File class of System.IO namespace Append, Copy, Move and Replace content [.NET 6]
List Bucket, Create/Delete Bucket, Read File Content from Amazon S3 (from .NET CORE Console App)
Internals of Join (LINQ Internals in .NET Core)
Apache Kafka - 2022 Edition [.NET 6 Consumer and Producer, Docker containerized Kafka services]
NSubstitute Mocking framework for .NET [C#]
Generic WebSocket Client for .NET (.NET 8/C# 12)
Machine Learning Introduction
Property Pattern Matching in C# 11 and .NET 7
Example of Microservice to Microservice Authentication [C#/.NET]
How to implement Basic Authentication client in C#/.NET
Use AI to increase programming productivity 10X (Github CoPilotX)
Use CsvHelper for writing and reading CSV files
Using HttpRepl for quickly testing Web APIs (HTTP Read-Eval-Print-Loop) [.NET Core tools]
ASP.Net Core with Dapper - Part 1
JWT Refresh Token in ASP.Net Core (a deep dive)
Extremely easy way to bulk insert data into SQL Server using SqlBulkCopy class
Microservice resilience - Circuit Breaker using polly in .Net Core
File Download from ASP.NET 5.0 Web API [With only one line of code]
Saga Orchestration Pattern (Managing Distributed Transaction in ASP.NET Core Microservices)
How to use ActionResult and IActionResult for ASP.NET Web API
Entity Framework Core (Inline Query for Insert, Update and Delete)
PostgreSQL and Dapper in .Net Core - Part 1
Creating first ChatGPT prompt app using Open AI API in C#
What are Microservices in ASP.NET Core (My understanding and what I have learned so far)
How to implement Basic Authentication middleware in ASP.NET
RabbitMQ Topic Exchange, Headers Exchange and Fanout Exchange (Part 3, RabbitMQ in .NET Core)
MySQL / .NET 6.0 [Create, Update and Delete operations using Dapper and C#]
MySQL / Entity Framework Core [Create, Update and Delete operations and Stored Procedure using C#]
Entity Framework Core (In-Line Query, Stored Procedures and Transactions)
Autofac as IoC container for .Net Core Console Application
Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1)
Avoiding SQL Injection in Entity Framework Core (While using inline queries)
Swagger in ASP.Net Core (Using Swashbuckle.AspNetCore NuGet Package)
How to build an API Gateway in ASP.NET Core using Ocelot (Build API Gateway in a few minutes)
How to implement CORS in ASP.NET Core 3.1 (Cross Origin Resource Sharing)
ASP Net Core Web API - Integration Test with XUnit and TestServer
Unit Testing .Net Core Application With SQLite
An introduction to FusionCache [.NET 8]
Proxy Design Pattern (An Introduction for .NET Developers [.NET 5 and C#])
Useful Configuration Management Tips And Tricks (In ASP.NET Core Application)
.NET 6 Minimal API [Create a GET API with only 4 lines of code (.NET 6 and C# 10)]
Rollback of Migrations in Entity Framework Core (Managed through code)
Stopwatch in C# / .NET [C# Fundamental series, examples in .NET 6 ]
gRPC Authentication in ASP.Net Core (JWT Token)
Entity Framework Core (CRUD Operation in .NET Core 3.0)
Continuous running background job in .NET 6 Console Application [Can run in a Docker Container]
First .Net Core Console Application
.Net Core Console Application in Docker
Saga Choreography Pattern (Managing Distributed Transaction in ASP.NET Core Microservices)
Calling JavaScript from C# in Blazor WebAssembly (and vice versa) [Blazor JavaScript Interop]