Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.96 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.96 KB
Logo

Atmoos.Sphere

A collection of .Net mechanisms to simplify daily work as a .Net developer.

main status nuget package License: MIT

Currently this is mostly a collection of patterns that I frequently encountered and which I was able to convert into an easy to use mechanism without introducing any dependencies to other libraries.

As such, this library contains very few abstractions, but many extension methods.

Please see the individual project's readme files for a list of mechanisms and the corresponding test projects on how to best use these mechanisms.

Libraries

High Level Focus & Goals

We focus on commonly re-occurring programming patterns and offer a re-usable and tested version of it as a mechanism.

  • Wrapping "old-style" patterns into current .Net types.
  • Dealing with patterns that are easy to understand but hard to get right when taking all edge cases into account.
  • Providing reliable patterns covered extensive by high quality tests.
  • Improving performance by creating high performance mechanisms.

Essentially, an attempt to make your life easier by providing performant and rigorously tested mechanisms for commonly occurring patterns.