Skip to content

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

License

Notifications You must be signed in to change notification settings

FireEmerald/InversionOfControl-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages