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.
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!
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!
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
one of the best video ever. simple, comprehensive, without speaking detailed enough. underrated video, underrated channel.
underrated comment
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.
So much information in 21 minutes.🙏🏽thanks
Without speaking, comprehensive, I've seen it from start to finish and wanted to play with the code myself. Great Tutorial!
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!
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?
Awesome delivery of CRUD
Outstanding tutorial. Thanks a lot.
Very very cool, what if you need to use DTO´s, where do you defined them?
Thanks a lot. perfect
can you make this CRUD operations
keep going thank u
Great tutorial!
Layer is not a Tier, so this is another 3-layered architecture in 1 tier.
Thanks sir
A good tutorial. Thanks. Can anyone explain why we dont use the same dependency but transient and scoped dependency ?
What is the process in order to create, delete and edit rows?
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!
Is this Rest Api as well ?
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
Add "TrustServerCertificate=true;" at the end of command
Bro when I try to creating scaffolding Employee Control with crud it shows to the error
In this example, can someone help me how to communicate between different services.
for example , create EmployeeService in CompanyService
Edit delete is not available yrrrrr