A sample console app with tests to demonstrate the use of the Inversion of Control (IoC) design pattern using Autofac.
Clone this repo to your development machine and build the project in Visual Studio.
- Microsoft .Net 4.7.2
- Microsoft Visual Studio
- Clone the repo:
> git clone https://github.com/yrstruely/IoCAutofacSample.git
- Open the solution in Visual Studio and Build
- Run the Tests (Ctrl + R, A)
- Run the App (F5)
- To run the tests (Ctrl + R, A)
- Kerry Harris - Initial work