Skip to main content

Recently Updated Pages

WSL Setup

System Administration

In case it’s necessary to use Windows Subsystem for Linux, here’s a good tutorial on how to get i...

Updated 1 year ago by glwhite

Converting PEM to crt and key

System Administration

If you receive pem formatted certificate and key files from a CA registrar, you will need to conv...

Updated 1 year ago by glwhite

Generate SSL Cert

System Administration

Here’s some steps on how to generate and setup an SSL certificate for a web site. First, ord...

Updated 1 year ago by glwhite

PostgreSQL Bulk Insert

PostgreSQL

Here’s a means to insert multiple records in a single insert call, which is about 40 times faster...

Updated 1 year ago by glwhite

PostgreSQL DotNet DataType Mapping

.NET

Here’s a list of .NET datatypes, and how best to store each one. .NET Datatype Post...

Updated 1 year ago by glwhite

Postgres Setup

PostgreSQL

Remote Access For accessing the postgres database from outside the host or from a docker contain...

Updated 1 year ago by glwhite

OpnSense Notes

System Administration

Here’s a collection of notes and details for the house router setup. Build Software: OpnSense 2...

Updated 1 year ago by glwhite

.NET iOS Runtime Limitations

.NET Xamarin

Here’s some notes on the limitations imposed by IOS for Xamarin and MAUI applications. These app...

Updated 1 year ago by glwhite

.NET Framework Unit Testing Issues

.NET

Since we have some libraries that still output to NET Framework targets, some workarounds are req...

Updated 1 year ago by glwhite

C# Unit Test Template Classes

.NET

If you are using MSTest as your testing framework, and want to leverage the test functionality fr...

Updated 1 year ago by glwhite

Unit Test Cheat Sheet

.NET

Here’s a list of elements for unit testing in Visual Studio using MSTest. Documentation for Visu...

Updated 1 year ago by glwhite

C# Unit Tests with Async Task Signature

.NET

When writing unit tests, it’s good to standardize as much as possible.This includes the method si...

Updated 1 year ago by glwhite

Unit Testing for an Exception

.NET

Sometimes, a unit test needs to ensure a particular exception type occurs. Here’s how to check t...

Updated 1 year ago by glwhite

NET Core Test API

.NET

We have a standing REST API with various endpoints for simulating different method types, return ...

Updated 1 year ago by glwhite

Long Numbered List Randomly Changes

TODO-InBox

Documentation Open the Network VLANs listing, and add a new entry for the VLAN. Main Sw...

Updated 1 year ago by glwhite

WYSIWYG Numbered List Resetting Issue

TODO-InBox

Some list number text, starting a numbered list. More list number text, continuing the same nu...

Updated 1 year ago by glwhite

#nullable Warning

.NET

If the compiler is giving you warnings about nullable reference types, then you may need to enabl...

Updated 1 year ago by glwhite

VS IDE Suppress Compiler Warnings Project Wide

.NET

There are some cases where it is necessary to suppress IDE compiler warnings that apply to the en...

Updated 1 year ago by glwhite

Unit Testing with IServiceProvider

.NET

When you create unit tests for class types that directly use DI to retrieve dependencies, you wil...

Updated 1 year ago by glwhite

Duplicating .NET Core DI

.NET

NOTE: If you are looking for how to access DI services, see this: HowTo Access DI Services Here ...

Updated 1 year ago by glwhite