Exception Not Found

Real-World CQRS/ES with ASP.NET and Redis Part 2 - The Write Model

NOTE: This is Part 2 of a five-part series in which I detail how a real-world ASP.NET Web API app using the Command-Query Responsibility Segregation and Event Sourcing (CQRS/ES) [https://www.exceptionnotfound.net/pattern-overview-command-query-responsibility-segregation-and-event-sourcing/] patterns and the Redis [http://redis.io/] database might look. Here's Part 1 of

Real-World CQRS/ES with ASP.NET and Redis Part 1 - Overview

A while back I wrote a series of posts in which I built a simple web application that uses the Command-Query Responsibility Segregation and Event Sourcing patterns, as well as ASP.NET [https://www.exceptionnotfound.net/implementing-cqrs-in-net-part-1-architecting-the-application/] . I did this mostly as a way to explore these two difficult patterns,

Injecting Services into MVC Views With ASP.NET Core

I've been exploring ASP.NET Core 1.0 [https://www.exceptionnotfound.net/tag/asp-net-core-1-0/] for a little while now, and every step I take reinforces my opinion that Core is going to be a huge step forward for ASP.NET developers. However, in my eagerness to share all the stuff

Modeling Practice: UNO in C# Part 3 - Final Steps and Playing The Game

Note: This post is the third in a three-part series which attempts to model the card game UNO [http://amzn.to/2aMn3ub] as a C# application. Here's Part One [https://www.exceptionnotfound.net/modeling-practice-uno-in-c-sharp-part-one-rules-assumptions-cards] and Part Two [https://www.exceptionnotfound.net/modelling-practice-uno-in-c-sharp-part-2-player-behavior] . You may want to use the GitHub repository

Modeling Practice: UNO in C# Part 2 - Player Behavior

Note: This post is the second in a three-part series which attempts to model the card game UNO [http://amzn.to/2aMn3ub] as a C# application. Here's Part One [https://www.exceptionnotfound.net/modeling-practice-uno-in-c-sharp-part-one-rules-assumptions-cards] . You may want to use the GitHub repository [https://github.com/exceptionnotfound/UnoModelingPractice] to follow along.

Exception Not Found © 2026