SaaSHub helps you find the best software and product alternatives Learn more →
Autofac Alternatives
Similar projects and alternatives to Autofac
-
Simple Injector
An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Unity
This repository contains all relevant information about Unity Container suit (by unitycontainer)
-
-
Castle Windsor
Castle Windsor is a best of breed, mature Inversion of Control container available for .NET
-
-
-
-
-
Autofac.Extensions.DependencyInjection
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Core dependency injection abstraction.
-
AspNetCoreDepInjDemo
A Step by Step Guide to ASP.NET Core Dependency Injection - Demo Project for a blog post available at https://www.ezzylearning.net/tutorial/a-step-by-step-guide-to-bundling-and-minification-in-asp-net-core
-
AutofacInterceptorDemonstration
A .NET Core application that demos how you can use Interceptors to achieve Aspect-oriented Programming using Autofac
-
Autofac discussion
Autofac reviews and mentions
-
Modular Dependency Injection in .NET
When I was building application with .NET Framework I always used libraries like Autofac and SimpleInjector for dependency injection. I really liked to create modules (Packages in SimpleInjector) to achieve higher cohesion and lower coupling in my class libraries. I made a module for every class library in which all dependencies inside of that class library were registered. Why should my web application (for example) know if MyBeautifulService in MyBeautifulClassLibrary should be transient or singleton?
-
Optimizing .NET solution architecture for faster compilation through project decoupling
A well-known implementation of inversion of control is dependency injection. With libraries such as Microsoft.Extensions.DependencyInjection, Autofac, and others, it is possible to list abstractions and their implementations, and the library will take care of resolving the dependencies between types.
-
"7D Mad Rogue Kart" post-mortem
For the first shot, I wanted to manually web the systems together. For the next iteration, I might go with an IoC framework like Autofac.
- Autofac Resovle with type stored in variable
-
Aria Access Issue with System.Net.Http
When you test and debug your scripts in your pc, it should be fine to set TargetFramework to 4.8, but in order to run binaries / standalones in Aria / Eclipse environment, target Framework version must be set to 4.5.2 for v15.x and 4.6.1 for v16.x. Btw, it looks like autofac.org shows it works for .NET 4.5.1+.
-
AutoFac question
Why do you want to know this? How do you come up with a random question like that? You can check out the whole source https://github.com/autofac/Autofac if you want to know how it exactly works.
-
I am new to programming, I am learning python, I visit this sub quite often, everyone dislikes Pyhton here, and...
anyway about the module register https://autofac.org/
-
Modularize ASP.NET DI configurations using Autofac
Nevertheless, with the Microsoft.Extensions.DependencyInjection being the new and good default for libraries to provide means for configuration, I want to use these extension methods to setup my dependency injection container of choice, which is Autofac.
-
A Step by Step Guide to ASP.NET Core Dependency Injection
In the past, we were using libraries and frameworks like Autofac, Castle Windsor or Unity to implement Dependency Injection in our projects but Dependency injection is now part of the ASP.NET Core. All the Framework services like Configuration, Logging, Routing, etc. are now registered in a built-in DI Container and provided to us as services wherever we need them. The basic idea is to register all services (dependencies) when the application starts and then these services will be injected and resolved at runtime.
-
Introduction to Aspect-Oriented Programming (AOP) in .NET with Autofac Interceptors
If you would like to find out more about Inversion of Control, you can read more about it at Microsoft Docs. You can also learn more about Autofac (and fall in love with their adorable mascot) on the Autofac website.
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jan 2025
Stats
autofac/Autofac is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Autofac is C#.