Hi @Polachan Paily ,
SOLID principles are critical techniques to be used in any modern and mission-critical application, such as developing a microservice with DDD patterns. SOLID is an acronym that groups five fundamental principles:
- Single Responsibility principle
- Open/closed principle
- Liskov substitution principle
- Interface Segregation principle
- Dependency Inversion principle
You can search "asp.net core API with solid principles design pattern sample" or "solid principles asp.net core examples" online, there have multiple articles and video about how to use SOLID principle with Asp.net core. Here are some relate articles you can refer to them:
Solid Principles with C# .NET Core with Real-World Usage
How to apply SOLID principles with practical examples in C#
Sample: order-fullfillment-solid-practice
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Dillion