https://github.com/darakeon/dk-lib
Library of generic helpers
https://github.com/darakeon/dk-lib
csharp library
Last synced: 2 months ago
JSON representation
Library of generic helpers
- Host: GitHub
- URL: https://github.com/darakeon/dk-lib
- Owner: darakeon
- License: apache-2.0
- Created: 2017-07-05T06:43:51.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T14:03:12.000Z (about 1 year ago)
- Last Synced: 2024-05-15T23:58:59.389Z (12 months ago)
- Topics: csharp, library
- Language: Gherkin
- Size: 14.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Keon library
[](.circleci/config.yml)Helpers to make .NET simpler
## MVC
.NET MVC framework helpers.
[:link:](https://www.nuget.org/packages/Keon.MVC/)## NHibernate
To make a simpler configuration for NHibernate, with a default
repository.
[:link:](https://www.nuget.org/packages/Keon.NHibernate/)## Two Factor Auth
Generate six-digits codes and key for two factor authentication.
[:link:](https://www.nuget.org/packages/Keon.TwoFactorAuth/)
## UtilGeneric things for other Keon projects (can be used alone too).
[:link:](https://www.nuget.org/packages/Keon.Util/)
## XMLMake simpler to read XML, returning native simple .NET objects, not the
complex Node .NET uses to read it.
[:link:](https://www.nuget.org/packages/Keon.XML/)