ASP.NET Core 6 Three Tier Architecture ✅

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

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

  • @vladimirkruchevsky5896
    @vladimirkruchevsky5896 2 ปีที่แล้ว +8

    one of the best video ever. simple, comprehensive, without speaking detailed enough. underrated video, underrated channel.

    • @ahmo4781
      @ahmo4781 2 ปีที่แล้ว

      underrated comment

  • @truongpham-4782
    @truongpham-4782 ปีที่แล้ว

    The greatest 3-layer architecture I have ever seen, I watched so many video on youtube about this concept, but there were no video that can make me figure out this concept, Thank you so much.

  • @sphazwelakhe2784
    @sphazwelakhe2784 2 ปีที่แล้ว +2

    So much information in 21 minutes.🙏🏽thanks

  • @julioviveros8090
    @julioviveros8090 2 ปีที่แล้ว

    Without speaking, comprehensive, I've seen it from start to finish and wanted to play with the code myself. Great Tutorial!

  • @iMadHat
    @iMadHat 2 ปีที่แล้ว +1

    Very underrated video. Absolutely concentrated knowledge. Here is all you need to know about how to implement proper app architecture. Just excellent. Thank you for the great video!

  • @rakysreplays8259
    @rakysreplays8259 หลายเดือนก่อน +1

    I saw you added DAL in the Program.cs file. Isn't the presentation layer not supposed to have access to the data access layer?

  • @MTJDeveloper
    @MTJDeveloper ปีที่แล้ว

    Awesome delivery of CRUD

  • @imadabab
    @imadabab ปีที่แล้ว +1

    Outstanding tutorial. Thanks a lot.

  •  ปีที่แล้ว

    Very very cool, what if you need to use DTO´s, where do you defined them?

  • @maheshedirisingha
    @maheshedirisingha ปีที่แล้ว

    Thanks a lot. perfect

  • @chilipiksdjgamer9143
    @chilipiksdjgamer9143 ปีที่แล้ว +1

    can you make this CRUD operations

  • @aliotman9610
    @aliotman9610 2 ปีที่แล้ว +1

    keep going thank u

  • @jcntocrl
    @jcntocrl 2 ปีที่แล้ว +1

    Great tutorial!

  • @mellocamilo
    @mellocamilo ปีที่แล้ว

    Layer is not a Tier, so this is another 3-layered architecture in 1 tier.

  • @kanikakushwaha2009
    @kanikakushwaha2009 2 ปีที่แล้ว +1

    Thanks sir

  • @ekerilker
    @ekerilker ปีที่แล้ว

    A good tutorial. Thanks. Can anyone explain why we dont use the same dependency but transient and scoped dependency ?

  • @gabrielguevara8027
    @gabrielguevara8027 2 ปีที่แล้ว

    What is the process in order to create, delete and edit rows?

  • @orenrez655
    @orenrez655 ปีที่แล้ว

    great video. helped me a lot! any idea why using UseSqlServer on the program.cs ended up in "no database provider has been configured for this dbcontext" error on the DAL DbContext object? but when implementing it using the override of OnConfiguring (which you left empty in the video) did not yield any error and actually worked? thanks!

  • @thanhtran6263
    @thanhtran6263 ปีที่แล้ว

    Is this Rest Api as well ?

  • @environmentalmusic9899
    @environmentalmusic9899 2 ปีที่แล้ว

    hy ! great tutorial ! I've seen it from start to finish and wanted to play with the code myself, like type it manually, but I get the next issue when I try to connect to my SSMS via the nugget package console: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.) do you have a simple fix for this? srry for the longest comment ever :D

    • @rickylaw5025
      @rickylaw5025 ปีที่แล้ว +1

      Add "TrustServerCertificate=true;" at the end of command

  • @YourEntertainer18
    @YourEntertainer18 2 ปีที่แล้ว

    Bro when I try to creating scaffolding Employee Control with crud it shows to the error

  • @vitoshao2008
    @vitoshao2008 2 ปีที่แล้ว

    In this example, can someone help me how to communicate between different services.
    for example , create EmployeeService in CompanyService

  • @avantika8944
    @avantika8944 2 ปีที่แล้ว

    Edit delete is not available yrrrrr