Click or drag to resize

Welcome

The Orthogonal.Common libraries contain miscellaneous utility classes and sample code. The projects and source code are available in a public Azure DevOps repository.

Orthogonal.Common.Basic

Author's notes...

Classes in this project are platform neutral and depend only upon a handful of standard Framework libraries. The library was created back in the earliest days of .NET because I needed a place to accumulate bits of reusable utility code and classes. Over a period of several years the library grew quite large and jumbled as a wide variety of code accumulated inside it. However, in recent years the library has shrunk dramatically as newer .NET Frameworks and a vast variety of Nuget packages have made of lot of the original library redundant.

The code that remains in the current library is somewhat "geeky" and contains some interesting sample functionality related to random numbers, cryptography, checksums, maths and ID3 tagged files. It is hoped that the source code might be of interest to other developers who like those kinds of subjects.

Orthogonal.Common.Azure

Author's notes...

This Azure utility library originally collected code that was experimental, a learning exercise or a proof-of-concept. The code hasn't been updated or used for many years, so in April 2022 the projects were deleted from the master branch and the project folders were moved to an archive drive. Descriptions of some of the old classes can be found in the archived footer section of the DevOps Repository Wiki page.