Recently Updated Pages
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...
EF: Data Contexts - DbContexts
When working in EF, you will come across the need to create a DbContext type. MS has a base clas...
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...
Type Registry Helper
TypeRegistryHelper
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...
Using Visual Studio with Git
Visual Studio brings in lots of files and folders that don't belong in a checked in repository. ...
Unit Testing Conventions
Suppress Async Warning Project-Wide Since we have several calls to base classes for diagnostics ...
EF - Backend vs .NET Datatypes
Here's a list of what datatypes that Entity Framework uses to store .NET datatypes in a couple di...
Create Nuget for Multiple Targets or Architectures
Creating nuget packages that contain libraries for multiple frameworks or runtimes, requires some...
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 ...
EF - DataContext Attributes
When creating a provider-scoped data context (one for a specific backend), you need to decorate t...
Unit Tests with PostgreSQL Backends
In order to easily stand up a Postgres database for unit and integration testing, we need a class...
HowTo Make .Net Desktop App DPI Aware
For a better desktop UI experience, it is necessary to have access to the current screen size and...
HowTo Access DI Services
NOTE: If you are looking for how to generate an instance of ServiceProvider, outside of NET Core ...
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...