Justin Yoo

Author posts

Many Meanings of Message Validation

in Enterprise Integration · 8 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 · 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

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