38 packages tagged with “Initialization”
A simple helper to perform async application initialization for the generic host in .NET 6.0 or higher.
A simple helper to perform async application initialization in ASP.NET Core 2.0 or higher.
SQL Server and SQLite Initialization
Extension methods which allow each DbContext to be initialized & destroyed independently based on its Model.
Application start-up helper to initialize things like an IoC container, register mapping information or run a task.
The fastest .NET async lock.
Allow Hangfire to be initialized & destroyed independently in a similar manner to how EF Core initialization works. A key addition is the ability to create a new database if it doesn't already exist.
Defines how an instance is initialized (sync or async), including whether a key and/or cancellation token is used.
Allows you to define asynchronous initialization actions for services in a Host's IServiceProvider
MadMilkman.Ini is a .NET (and MONO compatible) component which simplifies processing of INI files. Enables reading, writing, updating, compressing and encrypting of various INI file formats. Additionally for an advance manipulations of INI file's content the component provides binding, mapping and serialization features.
Provides Autofac integration for KickStart, enabling streamlined dependency injection and startup configuration for .NET applications.
Provides MongoDB integration for KickStart, enabling efficient database connectivity and startup configuration for .NET applications.
Provides AutoMapper integration for KickStart, enabling streamlined object mapping and startup configuration for .NET applications.
Provides Ninject integration for KickStart, enabling flexible dependency injection and startup configuration for .NET applications.
Library with classes and methods for every >= .NET 8 web application https://github.com/systemlibrary/systemlibrary-common-web/#Description Installation https://systemlibrary.github.io/systemlibrary-common-web/Install.html Documentation with sample code https://systemlibrary.github.io/systemlibrary-common-web/
Provides Unity integration for KickStart, enabling streamlined dependency injection and startup configuration for .NET applications.
Provides SimpleInjector integration for KickStart, enabling streamlined dependency injection and startup configuration for .NET applications.
Provides NLog integration for KickStart, enabling flexible logging and startup configuration for .NET applications.
Provides log4net integration for KickStart, enabling flexible logging and startup configuration for .NET applications.
Provides integration with Microsoft.Extensions.DependencyInjection for KickStart, enabling streamlined dependency injection and startup configuration for .NET applications.
Provides Serilog integration for KickStart, enabling flexible logging and startup configuration for .NET applications.
Provides EntityChange integration for KickStart, enabling efficient entity change tracking and startup configuration for .NET applications.
Allow MiniProfiler to be initialized & destroyed independently in a similar manner to how EF Core initialization works.
A lightweight, async-safe, allocation-free one-time initialization gate. Ensures a given asynchronous initialization routine runs exactly once, even under concurrent callers, with support for cancellation, safe publication, and disposal.
Initialization module infrastructure with built-in dependency graph support.
Performs async app initialization on start.
Roslyn-based analyzer to diagnose static fields and properties initialization.
A simple library intended to clean up the start code for .NET Core MVC applications.
Library containing code related to initialization of backend process, which involves dynamic (NuGet) assembly loading.
Add support for application initialization, warmup and serving a splash page prior to handling the first request