An open API service indexing awesome lists of open source software.

https://github.com/default-writer/build

.NET Dependency Injection framework
https://github.com/default-writer/build

Last synced: 10 months ago
JSON representation

.NET Dependency Injection framework

Awesome Lists containing this project

README

          

Welcome to the _build_!

# .NET Dependency Injection Framework

### Repository
[build](https://github.com/funcelot/build)

### Docs (a bit old, need updates)
- [Build](https://github.com/funcelot/build/wiki)

### Build

### Prerequisites:
- no

### Supports:
- .NET Framework 3.5, 4.6-4.8, .NET 6

## Continious Integration
- no (broken)

### Versioning: yes

# Academic papers:

[Dependency Injection for Programming by Optimization, Zoltan A. Kocsis and Jerry Swan](https://arxiv.org/pdf/1707.04016.pdf)

1. School of Mathematics, University of Manchester,
Oxford Road, Manchester M13 9PL, UK.
zoltan.kocsis@postgrad.manchester.ac.uk
2. Computer Science, University of York,
Deramore Lane, York, YO10 5GH, UK.

## Links

- [Explicit Dependencies Principle](https://deviq.com/explicit-dependencies-principle/)
- [Inversion of Control Containers and the Dependency Injection pattern](https://www.martinfowler.com/articles/injection.html)
- [Dependency injection in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspnetcore-2.1)
- [ASP.NET Core Middleware](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/index?view=aspnetcore-2.1&tabs=aspnetcore2x)
- [Middleware activation with a third-party container in ASP.NET Core.](https://docs.microsoft.com/aspnet/core/fundamentals/middleware/extensibility-third-party-container)
- [Simple Injector sample for ASP.NET](https://github.com/aspnet/Docs/tree/master/aspnetcore/fundamentals/middleware/extensibility-third-party-container/sample)