@Chefrachida Sure, we have a clean architecture video coming, and later, we will do the Clearn Architecture with Blazor as you requested. Thank you for being part of this community.
Thank you. I have a question: According to your video, building methods in the Repositories layer => using them in methods in the Controllers layer. So if there is also a Services layer, what is the relationship between R-S-C, thank you very much.
You can always sue the Repository with the Service and later use the Service with the Controller. Thus, the Repository communicates with the Service, and the Service communicates with the Controller.
Sir, for example... if you have an error when adding a book ( var createdBook = await _bookRepository.Add(book);).. How you should handle that kind of errors?
@@kaligulah00000First, we can introduce a global Exception Handler to manage exceptions that catch any errors that occur. I already have a video on how to implement that here. Second, you can handle exceptions in the controller.
Great video. I hope you will consider making a video about Clean Architecture with Blazor in .NET 9 with us. Thank you for your work.
Thank you
@Chefrachida Sure, we have a clean architecture video coming, and later, we will do the Clearn Architecture with Blazor as you requested. Thank you for being part of this community.
Please sir can you do a full video on banking web API
Using a repository pattern
@chikalawrence8502 Thank you for supporting. We will look into that.
@@CliffTech glad to hear this mate
i love you ❤. keep going
@@hugovazquez5628 Thank you for watching
Thank you. I have a question: According to your video, building methods in the Repositories layer => using them in methods in the Controllers layer. So if there is also a Services layer, what is the relationship between R-S-C, thank you very much.
You can always sue the Repository with the Service and later use the Service with the Controller. Thus, the Repository communicates with the Service, and the Service communicates with the Controller.
isn't ef core already a repository pattern and a unit of work?
thanks ,, but can you enlarge fonts on screen while your video , it is too small to what is going on screen?
@IbrahimMostafa-v7i Yes we work on that and all upcoming videos will be nice
Sir, for example... if you have an error when adding a book ( var createdBook = await _bookRepository.Add(book);).. How you should handle that kind of errors?
@@kaligulah00000First, we can introduce a global Exception Handler to manage exceptions that catch any errors that occur. I already have a video on how to implement that here.
Second, you can handle exceptions in the controller.
@@CliffTech Thanks!
Most useless Pattern ever created.
There is no need to work with such pattern when you're working with Entity Framework.
Or email