An open API service indexing awesome lists of open source software.

https://github.com/jack-hickey/sharpex

A CSharp extension library to make coding more efficient and easily read
https://github.com/jack-hickey/sharpex

csharp csharp-library extension-methods library

Last synced: 12 months ago
JSON representation

A CSharp extension library to make coding more efficient and easily read

Awesome Lists containing this project

README

          

# Sharpex
Sharpex is an extension library that aims to reduce the workload required by developers utilizing the .NET framework.

Some methods that are wrapped in this library are ones that are often written into applications anyway, and provide an easier-to-use framework. Others however, exist to streamline the process and ensure that you as the developer don't need to worry about writing the code yourself and constantly try to optimize it.