FireEmerald / InversionOfControl-Example

Sample usage of the IoC (Inversion of Control) Framework Castle Windsor, UnitTesting and Mocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The power of IoC - Inversion Of Control

Sample usage of the IoC Framework Castle Windsor, UnitTesting and Mocks

Is this something for you?

This project is intended for students or other people who:

  • Are familiar with C# or a similar programming language.
  • Have a basic knowledge of UnitTests (Assert.That(y == x)).
  • Eventually don't know what a Mock is.
  • Never heared something of Inversion of Control nor Dependency Injection.

Frameworks:

Component Name Version Note
Target Framework .NET Core 2.2 Win, Mac, Linux
Inversion of Control Framework Castle.Windsor 5.0.1 NuGet Package
Unit-testing Framework NUnit 3.12.0 NuGet Package
Mocking Framework Moq 4.13.1 NuGet Package

Structure:

img

About

Sample usage of the IoC (Inversion of Control) Framework Castle Windsor, UnitTesting and Mocks

License:GNU General Public License v3.0


Languages

Language:C# 100.0%