Work

Framework

Contains various components to build .NET apps.

workflow
framework
boot
csharp
netcore
autofac
jab
An example of a boot config.

Framework

The Framework is a comprehensive collection of components and features designed to enhance .NET application development.

Features:

  • Additional Extensions: Provides a set of useful extensions for lists, enums, and other data structures, expanding their capabilities and simplifying common tasks.
  • .NET Class Wrappers: Offers convenient wrappers around various .NET classes, such as XML and DateTime, making them easier to work with and providing additional functionality.
  • BackgroundTask: Includes components for managing and executing background tasks efficiently, enabling parallel processing and asynchronous operations.
  • Framework.Boot: Facilitates the bootstrapping process for applications, providing bootsteps for essential configurations like logging (using Serilog) and other setup requirements.
  • Framework.EntityFramework: Simplifies the mapping of interfaces between data and entity models, and provides interfaces for querying and managing data sessions.

The Framework aims to streamline and accelerate the development process by providing a comprehensive set of tools and utilities.