An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Keon library
[![darakeon](https://circleci.com/gh/darakeon/dk-lib.svg?style=shield)](.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/)