Skip to main content

Recently Updated Pages

DotNet Assembly Searching

.NET

Here are notes about the Assembly Helper classes that are part of OGA.SharedKernel.Lib and OGA.Co...

Updated 1 year ago by glwhite

C# CLIWrap Chaining Multiple Statements

.NET

Normally, each call to CLIWrap is performed inside an independent terminal session. So, there mu...

Updated 1 year ago by glwhite

C# Calculate Hash of List<T>

.NET

Here's a quick method that will generate a hash from a List of objects: public int GetHashCodeOf...

Updated 1 year ago by glwhite

C# Check Two Lists<T> Are Equal

.NET

Quick method for check if two given lists of objects are equal: static public bool AreListsEqual...

Updated 1 year ago by glwhite

C# Equality Operator Overloading

.NET

Here’s a good example for how to implement operator for equality (==, !=, .Equals()). This is ta...

Updated 1 year ago by glwhite

Net Deep Copy/Cloning

.NET

Below are some references for different methods of accomplishing deep copies of object types. NO...

Updated 1 year ago by glwhite

Spawning Processes into Interactive Sessions

.NET

Starting a Windows process using .NET is normally an easy thing.You call Process.Start() with a l...

Updated 1 year ago by glwhite

NET Core CORS Setup

.NET

Here’s a quick rundown on how to setup CORS in a NET Core API. It takes three pieces: CORS ...

Updated 1 year ago by glwhite

Angular Provider Usage

Angular Dev

When developing libraries, you will come across the need for your library to somehow, convey or p...

Updated 1 year ago by glwhite

Common Imports

Angular Dev

Here's a list of common imports, used in Angular components. NOTE: Usage requires an import stat...

Updated 1 year ago by glwhite

Angular Workspace Additional Setup

Angular Dev

Here's some additional things that must be done to tidy up an Angular monorepo workspace. Envi...

Updated 1 year ago by glwhite

Angular: App Startup (V19 and later)

Angular Dev

During application startup, you may have activities that need to occur before the first page open...

Updated 1 year ago by glwhite

Angular: App Startup (pre-V19)

Angular Dev

During application startup, you may have activities that need to occur before the first page open...

Updated 1 year ago by glwhite

Angular: How to Return a Promise

Angular Dev

You will come across the need to return a promise from a function. Here’s an example of a promis...

Updated 1 year ago by glwhite

V19 Sharing DI Services

Angular Dev

Here are some steps to include, when creating a public library that uses services from DI, such a...

Updated 1 year ago by glwhite

HttpClientModule Deprecation

Angular Dev

The HttpClientModule has been deprecated as of Angular 18.So, here's what it looks like, to use H...

Updated 1 year ago by glwhite

NVM - Node.js Version Manager

Angular Dev

When maintaining Angular apps and other Javascript-based libraries, you will come across the need...

Updated 1 year ago by glwhite

Developing in Multiple Angular Versions

Angular Dev

When developing Angular applications and libraries on a host, you have to pay attention to what v...

Updated 1 year ago by glwhite

CSS Reset

Angular Dev

Some browsers impose a margin and padding to elements, that will create inconsistent rendering. ...

Updated 1 year ago by glwhite

Angular Material Dark Mode Theming

Angular Dev

Here are the steps required to implement light/dark mode in Angular 17 with Angular Material. On...

Updated 1 year ago by glwhite