Table of Contents

👋 Introduction

The core .NET libraries - those that are available on most .NET runtime versions and environments - are very feature-rich. However, there are times when you need a little helper function, and the list of those functions slowly grows. Rather than having disparate collections of them, this project seeks to group them under the WhatIsHeDoing.Core namespace, complete with unit tests in the WhatIsHeDoing.Core.Tests project.

⭐ Other Projects

Missing something? Have you tried these excellent projects?

  • Humanizr: Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities.
  • NodaTime: A better date and time API for .NET.