Exception Not Found

Object Change Tracking via Reflection in .NET

We have this big project we're working on (which I have written [http://www.exceptionnotfound.net/between-two-stacks-the-consequences-of-a-data-less-decision/] about before [http://www.exceptionnotfound.net/entity-framework-and-wcf-loading-related-entities-with-automapper-and-reflection/] ) and one of the things we need to do on this project is automatic logging of changes made to model objects.  I've worked out a way

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!

Explaining Async and Await in ASP.NET

Once in a while, the technical presentations [http://www.exceptionnotfound.net/why-you-should-be-giving-technical-presentations/] that I conduct at my day job force me to learn something new, something I'd never had to deal with before. This happened just last week, when my coworkers voted for the topic of the next session to

Loading Entity Framework Related Entities with AutoMapper and Reflection

In a previous post [http://www.exceptionnotfound.net/entity-framework-and-wcf-mapping-entities-to-dtos-with-automapper/] I mentioned how we would be using AutoMapper [http://automapper.org/] to create Data-Transfer Objects [https://en.wikipedia.org/wiki/Data_transfer_object] out of Entity Framework entities; the DTOs would then be transmitted over a WCF service. Well, as often

Exception Not Found © 2026