Recently Updated Pages
Nuget Build and Publish Scripts for Multiple Targets
Here’s a set of basic command line steps to run, to generate a nuget package for a library or an ...
Create Nuget for Multiple Targets or Architectures
Creating nuget packages that contain libraries for multiple frameworks or runtimes, requires some...
.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...