# Examples **Repository Path**: traye2011/Examples ## Basic Information - **Project Name**: Examples - **Description**: Example projects that consume and demonstrate Autofac IoC functionality and integration - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-16 - **Last Updated**: 2021-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Autofac Examples Example projects that consume and demonstrate [Autofac](https://autofac.org) functionality and integration. [![Build status](https://ci.appveyor.com/api/projects/status/ckc94rt42bfhdt6j?svg=true)](https://ci.appveyor.com/project/Autofac/examples) ## Reading the Examples The examples in the repo are always for the latest Autofac versions and libraries. Look at the tags on this repo to see examples for older and/or deprecated functionality. The examples attempt to stick pretty close to the [Autofac documentation](https://autofac.readthedocs.io) so it helps to have that available. ## Building the Examples The `Examples.sln` file has all the samples in it _except_ the ServiceFabric example. ServiceFabric is in a child directory and has its own solution.