An open API service indexing awesome lists of open source software.

https://github.com/joaosouzaaa/facadepattern

Facade Pattern in .NET
https://github.com/joaosouzaaa/facadepattern

design-patterns facade facade-pattern solid

Last synced: 2 months ago
JSON representation

Facade Pattern in .NET

Awesome Lists containing this project

README

        

# Facade Pattern
The goal of this project is to show the implementation of a commom pattern used in backend projects, The facade pattern.

A facade is a class that provides a simple interface to a complex subsystem which contains lots of moving parts.

You can find the implementation for this pattern in the following file:

/FacadePattern.API/Services/EcommerceFacade.cs

# Technologies used
- .NET 8
- C#
- xUnit
- Moq
- EntityFrameworkCore