Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

atmoos/Sphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

172 Commits

Repository files navigation

Atmoos.Sphere

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

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.

About

A collection of useful .Net mechanisms.

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

No packages published