Exception Not Found

Getting All Valid Enum Values in ASP.NET Web API

One of the commenters on my blog posed an interesting question on my article about serializing enumerations in Web API [https://www.exceptionnotfound.net/serializing-enumerations-in-asp-net-web-api/] : He wanted to know how someone who is querying a Web API might know what possible values a given enumeration has. I didn't answer that

The BugCatcher Chronicles #1 - Jamestown Avenue

Danny Shadows flank me as I march down Jamestown Avenue toward the short, squat building in the distance. The sun's last few rays are off in the distance, casting a lavender twilight into the sky that would be beautiful if I had the time to admire it. Night will soon

Real-World CQRS/ES with ASP.NET and Redis Part 5 - Running the APIs

NOTE: This is the final part 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

Real-World CQRS/ES with ASP.NET and Redis Part 4 - Creating the APIs

NOTE: This is Part 4 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 3 - The Read Model

NOTE: This is Part 3 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

Exception Not Found © 2026