27 тысяч подписчиков
224 видео
Using C# File class of System.IO namespace Append, Copy, Move and Replace content [.NET 6]
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]
Using Redis cache with ASP.Net Core Web API (Both running inside Docker containers)
Using Channel class for pub/sub design in C# (System.Threading.Channels)
ASP.NET Web API Model Validation (Implemented in .NET 6 and C# 10)
Migrations in Entity Framework Core (Table creation through code)
Notification pattern using MediatR [C# 11 / .NET 7]
Object mapping with Tiny Mapper in .NET 6 (Arguably the fastest object mapper in the .NET ecosystem)
RabbitMQ in .NET Core (Part 1, Single producer and consumer with Queue)
Callback function for API rate limiter and Sliding window rate limiter
An Introduction to Elasticsearch (Building Elasticsearch application using .NET 5.0)
What is a Webhook? [.NET/C# Implementation]
Collection Expressions in C# 12/.NET 8
Channels with ASP.NET Core Web API for easy pub/sub implementation
Generate code using AI for microservice and UI using CoPilot extension for Visual Studio 2023
An Introduction to Amazon SNS with AWS Lambda (Using .NET Core and C#)
Policy-based Authorization in ASP.Net Core (with Custom Authorization Handler)
.Net Core Streaming with Kafka - Part 1
What is NoSQL? And what is the difference between NoSQL and SQL (or RDBMS)
How to benchmark a .NET application using BenchmarkDotNet
Parallel class of System.Threading.Tasks to run parallel functions
How to access data from SQLite database using Dapper micro-ORM (In ASP.NET Core 3.1)
.Net Core Streaming with Kafka - Part 2
Global Exception Handler (In ASP.NET Core)
Primary Constructor in C# 12/.NET 8
Creating ChatGPT stock broker persona using C#/.NET API
Lambda default parameter in C# 12/.NET 8
What is the security issue with Moq?
How to serve Static Files (in ASP.Net Core Web API)
RabbitMQ Direct Exchange producer/consumer (Part 2, RabbitMQ in .NET Core)
Internals of Select and SelectMany (LINQ Internals)
Secure Amazon API Gateway REST API using Lambda Authorizer [Written in C# and .NET Core 3.1]
An example of real-life webhook implementation [C#/.NET]
Query multiple result sets using QueryMultiple in Dapper micro-ORM [C#/.NET]
Concurrency rate limiter to limit request rate for ASP.NET Web API
Using fluentmigrator for automated database deployment (in ASP.NET Core)
ASP.NET API Versioning for Web API & Minimal API a comprehensive introduction
PostgreSQL and Dapper in .Net Core - Part 2