Dev Kimchi

Fermentation: Turning .NET, Web and Cloud into Something

Static Code Analysis with .editorconfig

by Justin Yoo in Dotnet · 6 min read

Generally speaking, either an application or a system is built mostly by a team or a group of people. One of the first exercises building a dev team is to set up a standard development environment

ServiceBusPlugin Tricks

by Justin Yoo in Sdk Support-on-azure · 6 min read

The legacy Azure Service Bus SDK (WindowsAzure.ServiceBus) uses event handlers for message pre-/post-processing. For example, OnSend is used for synchronous message pre-processing, and both