Skip to main content

Recently Updated Pages

Nuget Build and Publish Scripts for Multiple Targets

.NET

Here’s a set of basic command line steps to run, to generate a nuget package for a library or an ...

Updated 4 weeks ago by glwhite

Create Nuget for Multiple Targets or Architectures

.NET

Creating nuget packages that contain libraries for multiple frameworks or runtimes, requires some...

Updated 4 weeks ago by glwhite

.NET 5 Global Using Error

.NET

If you have a project that is targeting a .NET 5, and you see the following error, follow this pa...

Updated 4 weeks ago by glwhite

VS Library - csproj Contents

.NET

Here are some standard things for the csproj file of a .NET library project. The top Property Gr...

Updated 4 weeks ago by glwhite

HowTo Run DotNet Core App as Standalone

.NET

How to startup a net core application and specify the listening IP address and port: exename.exe...

Updated 1 month ago by glwhite

Windows File Explorer - Spawn New Window

System Administration

Recent versions of Windows OS changed the behavior of how the Start Menu spawns applications. Sp...

Updated 1 month ago by glwhite

EF: Dynamic DBContext

.NET

This library contains a slightly different dbcontext implementation than our typical three-layer ...

Updated 1 month ago by glwhite

Type Registry Helper

Object Management Stack

TypeRegistryHelper

Updated 1 month ago by glwhite

Mocking a DBContext for Testing

.NET

The easiest means to mock a data context for testing, is to use an in-memory database. An in-mem...

Updated 1 month ago by glwhite

EF: Data Contexts - DbContexts

.NET

When working in EF, you will come across the need to create a DbContext type. MS has a base clas...

Updated 1 month ago by glwhite

EF: Logging

.NET

Here's some notes on how we implement logging in EF. We've currently implemented it in our dynam...

Updated 1 month ago by glwhite

Moving MSSQL Databases

SQL Server

Here are steps to move SQL Server databases from one volume to another. WARNING: These steps ass...

Updated 2 months ago by glwhite

How to Stop Cell HotSpot Throttling

HowTo

Here's a simple thing to do, to get around hotspot throttling when tethered to a phone. What's h...

Updated 3 months ago by glwhite

App Local Storage Service

Angular Component Book

This service allows an app to store data in the browser's localstore. The local store is treated...

Updated 3 months ago by glwhite

OGA.PostGres.Lib Usage

HowTo

Here’s notes on how to create and manage databases with OGA.PostGres.Lib. This applies to use ca...

Updated 4 months ago by glwhite

RMQ Scenarios

Other

Change Events A service that needs to publish change events for a domain. An example of this wo...

Updated 4 months ago by glwhite

RabbitMQ Cloud Service RPC Conventions

Other

Here’s a list of conventions followed by cloud services for inter-service RPC communication. RPC...

Updated 4 months ago by glwhite

EF: Derived Stored Types

.NET

If you want to create an entity type that happens to derive from another entity type, JUST TO sim...

Updated 4 months ago by glwhite

Example Derived Type

Object Management Stack

Here's a working example of a domain type that derives from the base type in this page: Base Doma...

Updated 4 months ago by glwhite

Base Domain Type

Object Management Stack

Here are notes about the base domain type, its usage, and design choices. NOTE: Some of these ar...

Updated 4 months ago by glwhite