You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexanderius edited this page Jul 15, 2025
·
7 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 object creation.
Simplify.Scheduler - A scheduler services framework with DI. Allows you to simply create applications that can work on schedule.
Simplify.WindowsServices - A scheduler Windows Services framework with DI. Allows you to simply create Windows Service-based applications that can work on schedule.
Simplify.Mail - SMTP mail sender with additional options and configuration.
Simplify.Resources - Package for retrieving 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.