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
- Host: GitHub
- URL: https://github.com/default-writer/build
- Owner: default-writer
- License: mit
- Created: 2018-04-12T17:51:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T14:20:18.000Z (about 3 years ago)
- Last Synced: 2025-08-24T22:42:06.909Z (11 months ago)
- Language: C#
- Homepage:
- Size: 2.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- Funding: FUNDING.yml
- License: LICENSE
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)