ASP.NET Core Web API Repository Pattern Using Entity Framework Core DBContext | C# And .NET 8

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 3

  • @tutorpraveen
    @tutorpraveen  4 місяці тому

    Hope you have learnt something good today from this video. It takes lot of efforts to come up with videos like this. Would appreciate if you can like, share, comment on my videos and subscribe to my channel and thus help the channel to grow.

  • @aktierportfolio1365
    @aktierportfolio1365 4 місяці тому +2

    May I ask why you haven't broken your solution into three different layers (Api, data and business logic layer)

    • @tutorpraveen
      @tutorpraveen  4 місяці тому +1

      Yes, you can do that. My intention was to keep the overall architecture simple so that it will be easy for people to understand the pattern. In big applications you can create multiple projects for DAL, Business and API layers within the same solution.