Skip to content
Alexanderius edited this page Jan 23, 2021 · 6 revisions

Simplify libraries documentation

Dependency Injection

  • 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, verification and objects creation.

Repositories & Databases

Schedulers

  • 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.

Main

  • 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, system extensions and more.
  • Simplify.Templates - Text templates engine with fluent-interfaces, localization and more.

Utility