Receiving messages from Azure Service Bus in C#
A quick demo showing how to receive messages from Service Bus using C# and .NET
A quick demo showing how to receive messages from Service Bus using C# and .NET
A quick demo showing how to send a message on Service Bus using C# and .NET
A quick introduction to setting up a Azure Service Bus instance, a queue, and a topic and subscription pair.
A quick introduction to Message Brokers, what they’re good for and how we use them.
As we create software, it is very useful to be able to create diagrams about the software that we want to create, or have created. However this can be time c...
Command Query Responsibility Seggregation, or CQRS for short, is a really common pattern. Even people who don’t know it often find out they have implemented...
Imposter syndrome is one of the challenges of modern software engineering, and probably tech in general. Lots of people have it, and they all wish they didn’...
Monoliths were once all the rage, but recently microservices have become the target state for everyone who wants to be trendy. Now it seems people are buckin...
Shu Ha Ri is a concept in Japanese martial arts that describes the 3 stages of learning. It’s been borrowed a few times to discuss how people should learn co...
Now almost everyone that can work from home is, I thought I would share my thoughts as someone who has worked from home for years, and manages a team of peop...
Recently, a couple of coincidental but separate interactions in my life had led me to a view about company culture.
Microservices are often thought as the modern way to build cloud native applications, so are containers. The question addressed here is whether microservices...
A common trend I see in consumer facing industries is the need to have local compute serve local experiences while keeping a larger organizational system in ...
Message Brokered systems are increasingly common. What messaging concepts should we be using, Topics or Queues, and should we have a single one or many?
This week I was asked the question 2 separate times - How do you handle [partial] failures in microservices? Here’s how…
Digital Transformation is one of hot buzzwords at the moment but it means many different things to many different people. I’ve been working with people on bu...
Microservices architectures are increasingly being implemented with Message Brokers as a central component to facilitate Event Driven Architectures. Doesnt t...
Azure has a few different options for Events and Messaging, this is a look at which ones help with which requirements when writing business systems
I’ve recently been getting more and more complaints about the quality of the WiFI at home. Especially as there is more gaming, switch from Cable to Streaming...
One of the real challenges as we write complex software is documenting it well, and keeping that documentation up to date. Here I show a technique I use for ...
My last post was to get you setup with a github pages blog, this one will help you customize it so you can start blogging with it.
While there is a pretty good walk through of the GitHub things you need to do on that website. There is slightly more to it for a Windows person to get it ru...
Over the last few months I have tried out a number of different blogging options from self hosting to hosted services. Recently I found out about github.io a...
Open Banking is a hot topic, especially in the banking industry at the moment. However I think its actually a trend that will have a broad range of effects a...
With .NET Core you can write and run C# on just about any platform, including Amazon Web Services. This post explains the challenge using AWS Kinesis from .NET
I have been working from my home for over 2 years now, since I moved from New Jersey to North Carolina. Recently I have decided to improve my home setup, ins...
A simple piece of logic seems to recur in business-advice articles that always populate the Internet. Whatever the current hot trend, the writers dispense si...