2 posts in total

Validation

Posts tagged

Many Meanings of Message Validation

by Justin Yoo · 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

ServiceBusPlugin Tricks

by Justin Yoo · 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