Skip to content

A sample console app with tests to demonstrate the use of the Inversion of Control (IoC) design pattern using Autofac.

Notifications You must be signed in to change notification settings

yrstruely/IoCAutofacSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoCAutofacSample

A sample console app with tests to demonstrate the use of the Inversion of Control (IoC) design pattern using Autofac.

Getting Started

Clone this repo to your development machine and build the project in Visual Studio.

Prerequisites

  • Microsoft .Net 4.7.2
  • Microsoft Visual Studio

Installing

  1. Clone the repo:
 > git clone https://github.com/yrstruely/IoCAutofacSample.git
  1. Open the solution in Visual Studio and Build
  2. Run the Tests (Ctrl + R, A)
  3. Run the App (F5)

Running the tests

  1. To run the tests (Ctrl + R, A)

Authors

  • Kerry Harris - Initial work

About

A sample console app with tests to demonstrate the use of the Inversion of Control (IoC) design pattern using Autofac.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages