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

Implementing CQRS/ES in ASP.NET

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

Areas - ASP.NET MVC Demystified

Let's use Areas to create semi-independent sections of our ASP.NET MVC applications!

Serializing Enums in ASP.NET Web API

Let's see three solutions to serializing enumerations in ASP.NET Web API. Sample project included!

Exception Handling in ASP.NET Web API - A Guided Tour

Let's explore how ASP.NET Web Api handles and logs exceptions, from action level up to application level. Sample project included!

Exception Not Found © 2026