Justin Yoo

Author posts

Azure Storage Emulator on Azure Pipelines

in Visual Studio-alm · 3 min read

While developing applications on Azure, it's often necessary to integrate with Azure Storage. Notably, Azure Functions development always needs Azure Storage. Fortunately, Azure Storage Emulator can

Many Meanings of Message Validation

in Enterprise Integration · 6 min read

Many information systems consist of a front-end user interface where users enter inputs and back-end that processes the input data. This concept can be extended to information systems that send and

Static Code Analysis with .editorconfig

in Dotnet · 4 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

in Sdk Support-on-azure · 3 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