Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.7% downloads on nuget.org
Top 7.0% dependent repos on nuget.org

nuget.org : ninject.extensions.unitofwork

Extension that enables the usage of unit-of-work patterns in non-web applications. You could look at this as being the equivalent of InRequestScope from web environments in console applications and services. The unit-of-work scopes are kept consistent across async calls and tasks. Setup: _kernel.Bind<IService>().To<Service>().InUnitOfWorkScope(); Usage: using(UnitOfWorkScope.Create()){ // resolves, async/await, manual TPL ops, etc }

Registry - Homepage - JSON
purl: pkg:nuget/ninject.extensions.unitofwork
Keywords: Ninject, extension, ioc, di, unit-of-work, InRequestScope, application, service
License: MIT
Latest release: over 8 years ago
First release: over 124 years ago
Dependent repositories: 1
Downloads: 29,966 total
Stars: 3 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago

    Loading...
    Readme
    Loading...