Recent Activity
glwhite
User for 2 years
Created Content
Recently Created Pages View All
.NET 5 Global Using Error
If you have a project that is targeting a .NET 5, and you see the following error, follow this pa...
VS Library - csproj Contents
Here are some standard things for the csproj file of a .NET library project. The top Property Gr...
Windows File Explorer - Spawn New Window
Recent versions of Windows OS changed the behavior of how the Start Menu spawns applications. Sp...
EF: Logging
Here's some notes on how we implement logging in EF. We've currently implemented it in our dynam...
EF: Dynamic DBContext
This library contains a slightly different dbcontext implementation than our typical three-layer ...