Post by: syed hussain in All Reference Architecture Tips
The source file is a 126.48 MB CSV file which contains Postcodes and Local Authority data. In this post, I’ll be testing the file size of a transformation output to…
Post by: syed hussain in Tips
The table below illustrates the various HTTP Response Codes. These codes are useful when designing a Request & Response architecture.
This post summarises the various Delivery Guarantees available in Azure Service Bus.
Post by: syed hussain in All Microsoft Azure Reference Architecture
When sending a message to Azure Service Bus there are various ways to settle a message. This post discusses these methods.
Post by: syed hussain in All Reference Architecture
This page summarises key concepts that should be considered when designing REST APIs. The concepts are derived from the Mozilla HTTP including various other resources.
Post by: syed hussain in All Integration Design Patterns
In a Point-to-point integration, a Sender may overwhelm the Receiver by sending large volumes of messages that the Receiver cannot process. One option here is to use the Competing Consumer…
Post by: syed hussain in All C# Tips
Here is a quick tip for anyone trying to get an OAuth2 JWT token from an Azure AD 2.0 endpoint.
Post by: syed hussain in All Application Design Patterns C#
This post demonstrated a simplified Client-Server Architecture using Azure B2C and Containers. The frontend application consists of a single page demonstrating three stages: Front-end request for a JWT from the…