.NET 8 Clean Architecture with Blazor CRUD, JWT & Role Authorization using Identity & Refresh Token🔥

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

/*Grab complete source code*/

/*Playlist*/

/*Related*/

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

First of all thank you for all our good work!

cherifdiallo
Автор

at timestamp 26:50 you ran update-database, that command gives me an error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server). I run into this same error in the last 3 blazor demos of yours at this step. What prerequisite am I missing?

grfasushi
Автор

@24:23 I have noticed that no more blazor 8 projects don't have 'useauthentication, useauthorization' code part in any type of rendermode projects. but you put those 2 lines. may I know what differences here? (and also you used 'addauthentication' twice at time @24:23 )

goditto
Автор

Thanks for your contribution. I have one question in my mind blazor job market.

nadimkhan-zhyr
Автор

In your demo's can you please change the component suite? No one really uses the stock standard menu. Mudblazor or Radzen would be a great choice.

lukevincent
Автор

Hi, I have a question.
At minute 1:13:08 you remove the GetRolesAsync method from the IAccountService interface, but at minute 1:45:17 you use the GetRolesAsync method in the RegisterPage. I don't understand why you took it off first and then uses it. I tried, but it gives me an error. It tells me "MethodNotAllowed". Can you give me a hand?
Thanks a lot

matteoantonini
Автор

Thank you very much sir
Once loggedin, i want to access userid accross all authorized pages in the application. how can I access ?

rachidbariz
Автор

I have been though this a couple of times and I dont see you update code for the following :
Should be between 30:56 and 52.18
public Task<GeneralResponse> model)
{
throw new NotImplementedException();
}

mikekearl
Автор

Thanks for the video. One question, at minute 52:21 on line 94, should not be "if

Redman
Автор

Thank you very much for your videos, no blackfriday discount? :p

sebastiancardozo
Автор

I have a case, blazor hang until browser change from loadding state to complete state when frist launch, in project starter created by visual studio, In Home component, which is launch first, , when I override OnInitializedAsync and add Task.Delay 30 seconds, blazor hang 30s utils, in this time, I can't click in another component, on function is hang utils 30s success, browser change state from loadding to complete, blazor begin work perfectly

hoangthanh
Автор

Hello. Is it a good practice to reference the Application layer in a WebUI project?

learncomputerprogrammingin
Автор

Some operations were not shown in the video, such as display confirmation box for delete and update

manhalshiha
Автор

Hey, i'm trying to learn the principal of clean arhitecture, is there a point why you placed some services in the Services folder and others in the Extensions folder? Because most of them are more services than extensions, they don't exactly extend any existing class.

dominiksteficar
Автор

Do people using Visual Studio really manually add packages to their project files? Why not use NuGet?

samkimmel
Автор

ur doing verry well if i want to use two layout one for public and one for logedin user how can i do

CompTechnology
Автор

My browser show the store token. But if I close my Edge browser that stops the project running, and then re-run. The token has been lost so I have to sign in again. What am I missing? Like Visual Studio is starting fresh on each build

waynehawkins
Автор

I continue to review his code and find at 1:26:46 that injects a ToastService service into the WebUI Program, but that property does not exist in the namespace, can yo tell me why?

Redman
Автор

Great tutorial!!
by the way I am getting "The ConnectionString property has not been initialized"
When I run PM> update-database

Azm
Автор

Can you do .NET 8 clean architecture CRUD with JWT authentication and authorisation in web API only. Just API with Swagger UI?

elijah