Channel Avatar

DotNet Core Central @UCjiKyvYzAYCEh4NSfsPG77A@youtube.com

28K subscribers - no pronouns :c

Hello everyone, welcome, here I will be posting videos on .N


09:12
Introduction to C# Span: A Performance Game-Changer
13:09
GraphQL Simplified, using HotChocolate and EntityFramework Core
12:08
Difference between Task.WhenAll and Task.WaitAll (.NET 8/C# 12)
12:53
Event Broadcast with Coravel (.NET 8/C# 12)
15:42
.NET Caching with Coravel (.NET 8/C# 12)
12:13
.NET Job Queuing with Coravel (.NET 8/C# 12)
14:13
.NET Job Scheduling with Coravel (.NET 8/C# 12)
08:26
An introduction to FusionCache [.NET 8]
12:41
Use CsvHelper for writing and reading CSV files
08:45
Generic WebSocket Client for .NET (.NET 8/C# 12)
09:16
Lambda default parameter in C# 12/.NET 8
08:59
Primary Constructor in C# 12/.NET 8
11:29
NSubstitute Mocking framework for .NET [C#]
11:43
Query multiple result sets using QueryMultiple in Dapper micro-ORM [C#/.NET]
11:55
Example of Microservice to Microservice Authentication [C#/.NET]
10:07
What is the security issue with Moq?
11:40
Authentication between Microservices (HTTP and reactive microservices)
12:17
An example of real-life webhook implementation [C#/.NET]
15:23
What is a Webhook? [.NET/C# Implementation]
22:26
Generate code using AI for microservice and UI using CoPilot extension for Visual Studio 2023
13:47
Use AI to increase programming productivity 10X (Github CoPilotX)
12:43
How to benchmark a .NET application using BenchmarkDotNet
10:03
Notification pattern using MediatR [C# 11 / .NET 7]
11:46
Message between components using MediatR [C# 11 / .NET 7]
10:01
Creating ChatGPT stock broker persona using C#/.NET API
11:25
Creating first ChatGPT prompt app using Open AI API in C#
09:17
Machine Learning Introduction
10:11
Property Pattern Matching in C# 11 and .NET 7
08:40
How to implement Basic Authentication client in C#/.NET
11:29
How to implement Basic Authentication middleware in ASP.NET
11:17
Create proper request/response contract for Swagger
11:47
How to setup security scheme in Swagger contract?
10:03
Microservices Authentication/Authorization architectural pattern
10:26
How to pass test parameters to MSTest methods [C# 11/.NET 7]
10:00
How to use Assert in MSTest for Unit Testing (C# 11/.NET 7)
11:33
How to pass input parameter to XUnit test methods
09:38
Parallel class of System.Threading.Tasks to run parallel functions
10:43
Callback function for API rate limiter and Sliding window rate limiter
08:17
Concurrency rate limiter to limit request rate for ASP.NET Web API
12:34
Easy way to limit rate of API requests using Rate Limiter middleware
12:36
Channels with ASP.NET Core Web API for easy pub/sub implementation
12:56
Using Channel class for pub/sub design in C# (System.Threading.Channels)
11:33
Extremely easy way to bulk insert data into SQL Server using SqlBulkCopy class
08:38
TypedResults and IResult introduced with C# 11 and .NET 7
09:46
How to use ActionResult and IActionResult for ASP.NET Web API
10:59
How to implement Generic Attributes in C# 11 and .NET 7
19:22
Using FakeItEasy for mocking and stubbing for unit testing in C# 11 and .NET 7
15:12
Required members, file scope and raw string literals in C# 11 and .NET 7
12:38
Two cool features released as a part of C# 11 and .NET 7
25:01
ASP.NET API Versioning for Web API & Minimal API a comprehensive introduction
15:39
What is NoSQL? And what is the difference between NoSQL and SQL (or RDBMS)
10:20
2 methods to avoid from Dictionary, instead use these alternatives [C# & .NET]
16:05
How to very easily fix a major performance issue of IEnumerable [C# and .NET 6]
12:06
How to solve a significant inconsistent behavior in Dictionary Class? [C# and .NET 6]
14:33
One major issue with the File class and how to solve it easily [C# and .NET 6.0]
14:28
Using C# File class of System.IO namespace Append, Copy, Move and Replace content [.NET 6]
14:17
Using System.IO.File class's static methods how to Create, Delete, Write and Read files [.NET 6]
15:16
Stopwatch in C# / .NET [C# Fundamental series, examples in .NET 6 ]
17:16
Type Conversion in C# / .NET [C# Fundamental series, examples in .NET 6 ]
14:03
Attribute in C# / .NET [C# Fundamental series, examples in .NET 6 ]