https://github.com/darakeon/dk-lib
Library of generic helpers
https://github.com/darakeon/dk-lib
csharp library
Last synced: 5 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2026-01-26T20:35:08.000Z (6 months ago)
- Last Synced: 2026-02-14T17:17:01.146Z (5 months ago)
- Topics: csharp, library
- Language: Gherkin
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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/)
## Util
Generic things for other Keon projects (can be used alone too).
[:link:](https://www.nuget.org/packages/Keon.Util/)
## XML
Make 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/)