Doofes Zeug is an collection of some useful models/entities/classes for rapid prototyping in .net core and / or creating some tests for development stuff. Doofes Zeug is designed so that it isn't too complicated. It should be easy to use. No expensive security features such as write-protected properties or lists that only mean additional work.
The basic idea was to have an collection of classes and enumerations for simple daily needed stuff like:
- Person
- Professions
- Vehicles
- Geodata
- Animals
And some easy to use feaures, tools and datatypes like:
- IntegerList
- StringList
- MD5, SHA512
- AES, TDES
- Small And Easy Markdown Support / Conversion
- Small And Easy Json Support / Conversion
All the entities / classes are listet in the generated Entity Overview.
All the enumerations are listet in the generated Enumerations Overview.
This library is current under development, the first small models/entites are implement to gather experience what i need in the future and what make sense to invest time. But when there is a first version avaible, i'll put it to nuget of course.
Here are some useful links to helpful articles, some in english, some in german.