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
- Host: GitHub
- URL: https://github.com/joaosouzaaa/facadepattern
- Owner: joaosouzaaa
- Created: 2024-01-17T21:13:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-05T23:59:12.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:11:39.255Z (4 months ago)
- Topics: design-patterns, facade, facade-pattern, solid
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_facade-patttern-in-net-activity-7160608063568195584-hMXm?utm_source=share&utm_medium=member_desktop
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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