Recently Updated Pages
.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...
HowTo Run DotNet Core App as Standalone
How to startup a net core application and specify the listening IP address and port: exename.exe...
Windows File Explorer - Spawn New Window
Recent versions of Windows OS changed the behavior of how the Start Menu spawns applications. Sp...
EF: Dynamic DBContext
This library contains a slightly different dbcontext implementation than our typical three-layer ...
Type Registry Helper
TypeRegistryHelper
Mocking a DBContext for Testing
The easiest means to mock a data context for testing, is to use an in-memory database. An in-mem...
EF: Data Contexts - DbContexts
When working in EF, you will come across the need to create a DbContext type. MS has a base clas...
EF: Logging
Here's some notes on how we implement logging in EF. We've currently implemented it in our dynam...
Moving MSSQL Databases
Here are steps to move SQL Server databases from one volume to another. WARNING: These steps ass...