Exception Not Found

Debugger Windows in Visual Studio 2015 Quick Guide

Debugging is a critical skill that every programmer needs to become better at their jobs. Visual Studio provides several windows that help make debugging easier, but until now I hadn't really used them all that often. Well, in the spirit of not caring that I suck as long as I'm

Diary of a Death March: Emily's Story

December 12th Has it really been three years? Doesn't seem like it's been that long since we moved. But it has to be, since Hayley was four when we came here and she's seven now. My little girl is seven! Man does time fly. Anyway, got a Christmas party tonight

Entity Change Tracking using DbContext in Entity Framework 6

We've been searching for a way to audit changes made to our database, and one method we found was doing so via Entity Framework [http://www.asp.net/entity-framework] change tracking. Here's how to do it, what's required to set it up, and some drawbacks of this method. Let's get

The Bug Is In Your Code

Have you ever been hunting a bug and been absolutely sure that it was in someone else's code, only to find out that, nope, it was in yours all along? I sure did. Come along with me as we explore my latest minor failure and remind ourselves that, most of

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

Exception Not Found © 2026