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

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 3

  • @tutorpraveen
    @tutorpraveen  6 หลายเดือนก่อน

    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 7 หลายเดือนก่อน +2

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

    • @tutorpraveen
      @tutorpraveen  7 หลายเดือนก่อน +2

      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.