Sample project in Web API using SOLID principle design

Polachan Paily 91 Reputation points
2021-09-22T08:50:47.747+00:00

Hi
Anyone has idea to get a free sample project with Solid Principle design in Web API Asp.net Core. Is it possible to get any from Git or somewhere

Pol

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,161 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Zhi Lv - MSFT 32,011 Reputation points Microsoft Vendor
    2021-09-23T07:12:35.277+00:00

    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:

    1. Single Responsibility principle
    2. Open/closed principle
    3. Liskov substitution principle
    4. Interface Segregation principle
    5. 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 With .Net Core

    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

    1 person found this answer helpful.
    0 comments No comments