DEV Community

Joni 【ジョニー】 profile picture

Joni 【ジョニー】

Full-Stack Web Dev. Early adopter. C#/.NET technology lover.

Location Fukuoka, Japan Joined Joined on  Personal website https://joni.carrd.co/ github website twitter website

Pin Pinned

Visual Guide to C# async/await

Visual Guide to C# async/await

8
Comments
5 min read
Use System.IO.Pipelines and System.Threading.Channels APIs to Boost Performance

Use System.IO.Pipelines and System.Threading.Channels APIs to Boost Performance

10
Comments 1
3 min read
Evaluating “ReadLine using System.IO.Pipelines” Performance in C# — Part 2

Evaluating “ReadLine using System.IO.Pipelines” Performance in C# — Part 2

1
Comments
2 min read
【Sysinternals の Process Monitor でトラブルシューティング】謎のネットワークファイル取得失敗

【Sysinternals の Process Monitor でトラブルシューティング】謎のネットワークファイル取得失敗

1
Comments
2 min read
Why you should not use “ContinueWith” in your async code

Why you should not use “ContinueWith” in your async code

1
Comments
2 min read
VS Code の Remote Repositories はいいぞ。その他の便利なツールを比較してみた。

VS Code の Remote Repositories はいいぞ。その他の便利なツールを比較してみた。

2
Comments
1 min read
Evaluating “ReadLine using System.IO.Pipelines” Performance in C#

Evaluating “ReadLine using System.IO.Pipelines” Performance in C#

7
Comments 1
3 min read
Consider using C# 8 with the .NET Framework

Consider using C# 8 with the .NET Framework

6
Comments
2 min read
【ふくてん】 Fukuoka.NET Conf 2019の開催&登壇

【ふくてん】 Fukuoka.NET Conf 2019の開催&登壇

2
Comments
1 min read
VS Code リモート開発で .NET Framework の .exe をビルドしてみた

VS Code リモート開発で .NET Framework の .exe をビルドしてみた

3
Comments
3 min read
Configure HttpClientFactory to Use Fiddler in .NET Core Microservices-based Docker Containers

Configure HttpClientFactory to Use Fiddler in .NET Core Microservices-based Docker Containers

8
Comments
3 min read
Generating Swagger Example Dynamic Request Payload with Swashbuckle

Generating Swagger Example Dynamic Request Payload with Swashbuckle

5
Comments
2 min read
IdentityServer — ConfigurationDbContext でのクロスコンテキストトランザクション

IdentityServer — ConfigurationDbContext でのクロスコンテキストトランザクション

6
Comments
2 min read
[Swashbuckle and API Versioning] Obsolete attribute is not rendered as deprecated in Swagger UI

[Swashbuckle and API Versioning] Obsolete attribute is not rendered as deprecated in Swagger UI

5
Comments
3 min read
C# emits “callvirt” for non-virtual method

C# emits “callvirt” for non-virtual method

4
Comments
3 min read
ASP.NET Core 依存性の注入 (DI):同一インタフェース複数実装サービスの解決方法

ASP.NET Core 依存性の注入 (DI):同一インタフェース複数実装サービスの解決方法

Comments
1 min read
loading...