Tutorial by Examples: autofac

To use Autofac in your project, all you have to do is install Autofac from NuGet Package Manager. Open the solution that want to use Autofac in, then select Manager NuGet Packages for Solution... by going to: Tools -> NuGet Package Manager -> Manager NuGet Packages for Solution... In the N...
This example will show how get started with Inverion of Control using Autofac with a relatively simple project, closely following the official getting started docs. Create a console application from File -> New -> Project -> Console Application Install Autofac for this project. Yo...

Page 1 of 1