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...
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...
How to Stop Cell HotSpot Throttling
Here's a simple thing to do, to get around hotspot throttling when tethered to a phone. What's h...
App Local Storage Service
This service allows an app to store data in the browser's localstore. The local store is treated...
OGA.PostGres.Lib Usage
Here’s notes on how to create and manage databases with OGA.PostGres.Lib. This applies to use ca...
RMQ Scenarios
Change Events A service that needs to publish change events for a domain. An example of this wo...
RabbitMQ Cloud Service RPC Conventions
Here’s a list of conventions followed by cloud services for inter-service RPC communication. RPC...
EF: Derived Stored Types
If you want to create an entity type that happens to derive from another entity type, JUST TO sim...
Example Derived Type
Here's a working example of a domain type that derives from the base type in this page: Base Doma...
Base Domain Type
Here are notes about the base domain type, its usage, and design choices. NOTE: Some of these ar...