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
- Host: GitHub
- URL: https://github.com/jack-hickey/sharpex
- Owner: jack-hickey
- License: mit
- Created: 2020-09-01T16:47:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T20:18:26.000Z (almost 6 years ago)
- Last Synced: 2024-04-28T18:32:19.621Z (about 2 years ago)
- Topics: csharp, csharp-library, extension-methods, library
- Language: C#
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.