Exercise project to demonstrate following libraries:
- Autofac - source-code
- AutoMapper - source-code
- FluentValidation - source-code
- MediatR - source-code
- GuardClauses - source-code
- FluentResults - source-code
- ValueObject (individual) - source-code
- ArdalisSpecification - source-code / GitHub home
Unit Testing / Code Verification / TDD libraries:
- AutoFixture - source-code
- AutoMocker (Moq.AutoMock) - source-code
- FluentAssertions - source-code
- Moq - source-code
- xUnit - used in all of the demos
- Functional Programming made easy in C# with Language-ext - Yoan Thirion