-
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Alexanderius edited this page Oct 1, 2019
·
6 revisions
- Simplify.DI - A common interface for IOC containers. Decouples users and frameworks (that are based on Simplify.DI) from dependency on IOC containers. Disciplines and unifies dependencies registration, validation and objects creation.
- Simplify.FluentNHibernate - FluentNHibernate easy configuration, session extensions and more.
-
Simplify.Scheduler - A scheduler services framework with DI. Allows you to simply create applications which can work on schedule.
-
Simplify.WindowsServices - A scheduler Windows Services framework with DI. Allows you to simply create Windows Service based applications which can work on schedule.
- Simplify.Log - Simple file-based logger.
- Simplify.Mail - SMTP mail sender with additional options and configuration.
- Simplify.Resources - Package for getting localizable strings from assembly resource files.
-
Simplify.System - Classes to get assembly information and ambient context for wrapping
DateTime.Now
,DateTime.UtcNow
,DateTime.Today
properties and more. - Simplify.Templates - Text templates engine with fluent-interfaces, localization and more.
- Simplify.Cryptography - Cryptography functions.
- Simplify.Extensions - System classes extensions.
- Simplify.Xml - XML extension functions and serializer.