Increasing Visual Studio startup time by not showing slow windows and not restoring state from your last session

There’s a lot of different functionality windows and extensions in Visual Studio but many can slow performance and add a … Continue reading Increasing Visual Studio startup time by not showing slow windows and not restoring state from your last session

Validation failed for one or more entities. See ‘EntityValidationErrors’ property for more details

You may see this exception when doing a DbContext.SaveChanges() call. You then may go drilling into the exception details to … Continue reading Validation failed for one or more entities. See ‘EntityValidationErrors’ property for more details