Mastering .NET 8 Clean Architecture : Effortless Blazor CRUD Operations with Clean Architecture.

preview_player
Показать описание

/*Source codes available*/

/*Playlist*/

/*Related*/

/*Follow Netcode-Hub*/
Рекомендации по теме
Комментарии
Автор

A great explanation of how to implement a clean architecture. I have watched many tutorials, and with you I have understood much better than with other tutorials.

Greetings from Madrid, Spain.🙂🙂

Armonica
Автор

I have been looking for a thorough Clean Arch implementation on Blazor for a while and this is the best introduction 😎. Thank you~

g
Автор

Wow that's great, Clean Archi in bla blazor that's good, thanks 👍🏽

bocarmg
Автор

Please continue to create these type of application. We are thankful to you❤

manojpant
Автор

Good morning Frederik, there is always something new that I discover in your videos, congratulations.
In this case, however, I ask myself a question:
since when the API calls are inside the client pages the code is protected by the Authentication and Authorization logics established for the pages, in this case, we find them separated and external to the webassembly pages: How do we transfer the Authentication and Authorization criteria of the pages to Services calls present in the client?

MaurizioMonteleone-cubc
Автор

Hi Frederick, You make such great videos! Have you updated the Toast package since you made this video? I can't get it to work. I tried to follow your description in the nuget gallery.

Asfaltskvat
Автор

29:55 in EmployeeRepo we should not return ServiceResponse. just return Emplooye entity and in application we have to map to service respose isnt it?

SertuncSELEN
Автор

I enjoyed this video. Learnt alot. 1 ask, as a follow up to this video, can you do unit, functional and integration tests on it? On all the projects or atleast the one s you seem need testing in such a project. I wanna learn unit testing. Thank you in advance from Malawi.

notnow_later
Автор

Why do you put EmployeeService class in the application layer ?? it is implementation and expect you to put it in infrastructure layer, please explain that .

manhalshiha
Автор

hello guys please i had this error c0246 please help

brightelias
Автор

plese help ToastService dose not inject

subalakshmiv-djjy
Автор

Please Sir....i want to learn blazor....can you help me?

chikalawrence
Автор

hello boss how can i get join to your online course i always send message to your email but no response

brightelias
Автор

plz help me sir i am struggling to learn blazor because of not having proper source plz help
me sir

muralikarthik
Автор

I appreciate your videos, but if you're trying to show a clean architecture and only realize that you need to reference Infrastructure layer from your WebAPI some 40 minutes into the video is a major mistake.

OndrejGatial
Автор

sir i want to learn blazor from scracth to advanced please help me
sir

muralikarthik
Автор

The only thing that fits clean architecture in your project is the number of layers.

ertanylmaz
Автор

I added [Required] to Employee.cs above public string? Name { get; set; } to make that field required. Is there a toast version?, do I add it to the home.razor page?

netrunner