Type at least 2 characters to search...

Awaitable/awaiter pattern and logical micro-threading in C#

Let's build a state machine based on awaitable/awaiter pattern.

Publish images to GitHub Container Registry (ghcr)

Succinct post on how to get things going in ghcr.

Bringing "surround with" functionality to vscode. Check out this extension.

Quick overview of surround-with-csharp vscode extension.

How to organize learning process with mindmaps, spreadsheets and .NET Core

Visualization of current learning progress as mindmap. Solution is based on XMindCsharp.

Catch up with .NET Core - System.Text.JSON

Introduction to System.Text.Json.

Catch up with .NET Core - System.IO.Pipelines

Introduction to System.IO.Pipelines.

Sorting algorithms with C# 8, Span{T} and Try .NET

I would like to share with you something fun. The right way to write interactive documentation - Try .NET. It is an awesome project maintained by Microsoft. It allows you to embed C# code inside your markdown documentation and run it locally. The absolute best way to learn it is to use it. So I encourage you to fork https://github.com/NikiforovAll/intro-to-algorithms and play with it.