Exception Not Found

Using AutoMapper with StructureMap in ASP.NET Web API

I'm on a "Combine These Two NuGet Packages in Web API" kick lately, so let's keep that going! We're going to set up an ASP.NET Web API project that uses AutoMapper and StructureMap [http://structuremap.github.io/] to provide us with mapping and injection-based repositories and controllers. I already

Solving Minesweeper with C# and LINQ

Anybody who's spent any time at a Windows machine in the last 26 years has probably played a few games of Minesweeper [https://en.wikipedia.org/wiki/Minesweeper_(video_game)]: I mostly work in the ASP.NET space, and I'd been wondering for a few weeks how feasible it was

15 Fundamental Laws of Software Development

(AKA How To Sound Smart At Your Next Team Meeting) Occam's Razor This widely-known adage dates to a philosopher and friar from the fourteenth century named William of Ockham [https://en.wikipedia.org/wiki/William_of_Ockham]. Occam's Razor [https://en.wikipedia.org/wiki/Occam%27s_razor] is often stated

The Interrogation: A Short Story

The door flew open and harsh artificial light flooded the tiny room. Bob squinted, attempting to defend himself from the accursed light and struggling to make out who, or what, had assaulted his senses. Two amorphous masses lingered in the brightly-lit threshold for a second, then entered the room and

Consuming Web API Custom Validation in MVC using RestSharp

Let's see how to consume a custom validation scheme in Web API using FluentValidation, RestSharp, and JSON.NET. Sample project included!

Exception Not Found © 2026