Exception Not Found

Implementing CQRS in .NET Part 2: Handling Commands and Events

This is Part 2 of a four-part series describing how to build an application in .NET using the Command-Query Responsibility Segregation (CQRS) [http://martinfowler.com/bliki/CQRS.html] and Event Sourcing (ES) [http://martinfowler.com/eaaDev/EventSourcing.html] patterns, as well as the SimpleCQRS [https://github.com/tyronegroves/SimpleCQRS] NuGet

HTTP Status Codes in ASP.NET Web API - A Guided Tour

Come along with us on a guided tour of HTTP Status Codes in ASP.NET Web API. Learn what 200, 404, 501 mean and when to use them.

Using HTTP Methods (GET, POST, PUT, etc.) in Web API

My group has been studying ASP.NET Web API for a major project we're working on, and part of learning about this tech stack is studying how HTTP works, which has been a nice refresher for us. A couple of my teammates asked me to clarify the HTTP Methods (e.

Const vs Static vs Readonly in C#

How is Const different from Static? What does Readonly mean? Let's find out!

Getting RabbitMQ Installed on a Windows Machine

We're looking at using RabbitMQ [https://www.rabbitmq.com/] as a messaging queue for our new big service application, and I (as the lead developer [http://www.exceptionnotfound.net/being-a-better-lead-developer/]) have been charged with getting this installed and running on my Windows machine. I'm writing this mostly so I can

Exception Not Found © 2026