208 packages tagged with “StartUp”
Hosting Startup of Microsoft Application Insights for Kubernetes
Interfaces for startup service
Application start-up helper to initialize things like an IoC container, register mapping information or run a task.
Fody add-in for forcing referenced assemblies to be loaded on startup. This allows other modules to register types without actually having to using their types directly.
Startup modules for ASP.NET Core.
Предоставляет набор стандартного функционала. Среди основных возможностей: 1) Выполнение инициализирующих действий при загрузке библиотеки TraceEngine.Core (См. описание TraceEngine.Startup.StartupFactory); 2) Реализация self-generic синглтона (TraceEngine.Core.Factory.SingletonBase), фабрики провайдеров (TraceEngine.Core.Factory.ProvidersFactoryStartup, на основе TraceEngine.Core.Factory.SingletonBase); 3) Реализация механизма репозиториев, UnitOfWork, DataContext через систему провайдеров (TraceEngine.Core содержит набор интерфейсов и абстрактных классов. Работа с конкретными ORM осуществляется через реализацию определенных интерфейсов. Например, TraceEngine.Core.Standard содержит реализацию для работы с EntityFramework). См. описание TraceEngine.Data.DataAccessProvider и TraceEngine.Data.UnitOfWorkBase; 4) Некоторый набор вспомогательных методов расширений (extension methods) для стандартных классов; 5) Инструменты для отладки и измерения производительности в логах (System.Debug, System.MeasureTime и пр.). Описание неполное, без примеров, будет расширяться.
Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extensible: The bootstrapper provides a single entry point to startup and shutdown the application, Fluent definition syntax allowing to expressively define the startup and shutdown behavior of the application, Pluggable behaviors which allow to extend the bootstrapping mechanism in AOP like style, ConfigurationSection support with behavior, Unobtrusive Key/Value pair configuration section support with behavior, Thorough reporting of application startup and shutdown behavior.
Hacks a Visual Studio .suo file to set multiple startup projects.
Enables deferred logging against the IServiceCollection during services registration using familiar ILogger abstractions plus dependency injection
Provides Unity integration for KickStart, enabling streamlined dependency injection and startup configuration for .NET applications.
Startup system and service registration for a DI container.
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.
Extensions to configure tasks that should be executed on application startup, shutdown or repeating after an interval.
Abstractions for a startup system and service registration for a DI container.
Provides SimpleInjector integration for KickStart, enabling streamlined dependency injection and startup configuration for .NET applications.
Provides Ninject integration for KickStart, enabling flexible dependency injection and startup configuration for .NET applications.
Provides API to manage applications and microservices in containers
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.
Реализация некоторых провайдеров для TraceEngine.Core: 1) DataAccessProvider на EntityFramework. Описание неполное, без примеров, будет расширяться.
Abstractions for a registration system.
Enables deferred logging against the WebApplicationBuilder during services registration using familiar ILogger abstractions plus dependency injection
CodeBlock Development Kit
Class library for .NET. Provides startup pattern similar to ASP.NET Core logic.
Provides integration with Microsoft.Extensions.DependencyInjection for KickStart, enabling streamlined dependency injection and startup configuration for .NET applications.