dotnet.devfast project aims to achieve a single goal which is Fast Code Development in .Net. Verbosely speaking, we want to:
- Bring readability to code
- Optimize runtime execution of code
- Offload boilerplate code
With this goal, the project is divided into several separate solutions, in order to achieve:
- Separation of concern
- High Testability
- Clean Documentation
- Continuous evolution
Currently the project consists of following packages:
- DevFast.Net.Extensions: Project, Developer Documentation, Release Notes
- DevFast.Net.Text: Project, Developer Documentation, Release Notes
- DevFast.Net.Collection: Project, Developer Documentation, Release Notes