2 - Blazor CRUD - Make a CRUD app with Blazor and Entity Framework Core

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


In this video we will make a Blazor WebAssembly app that communicates with an ASP.NET Core Web API to read and store data in a database.
Рекомендации по теме
Комментарии
Автор

Thanks so much Felipe. I followed along and learned so much from the series. Can't wait for you to come out with new series on Blazor Dotnet 8. Thanks!!!

RNN
Автор

Gave a like first and then watched the video.. Totally worth it

aakashironic
Автор

This was great. Covered a lot of stuff quickly and concisely.

yippykaiyay
Автор

if you are having issues with the IURIHelper for a later release, replace it with the NavigationManager.

bensonnyakabwa
Автор

Excellent job, sir! I've been looking at getting familiarized with Blazor quickly and this immensely helped.

PrashanthKrishnamurthy
Автор

I agree. Very good step-by-step guide.

iancarr
Автор

It seem that the pull method is not working when my entity contain a list of object.In my example I have an Artist class that contains a list of album but the entity is not updated in the database

hiphopheaven
Автор

Hello. First I want to thank you for what you are doing - it is very usefull and helpfull for people.
Second, I have stuck with one question:
In this video you are showing solution for the older versions of .NET Core.
On minute 2:51 you're adding:
.AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
to have our json file as a IConfiguration provider
.
How do we do the same thing for the newer versions of .NET Core.?
Thanks in advance

alex
Автор

Thanks gavilanch3! I love your channel!

Mercutio
Автор

Really good. Authentication and roles would be great also.

davidchando
Автор

Thank you! Very useful and succinct tutorial.
Can you show us next - How to implement identity/authorization/roles.
Thanks again!

lucianbumb
Автор

Hi, this is the first time I try Blazor and this video helps a lot . However whenever i execute the PostJsonAsync and PutJsonAsync, below erros throw out. But it's ok for Get and Delete, can you give me hint of the problem?


The thread 0xefac has exited with code 0 (0x0).
Exception thrown: in System.Private.CoreLib.dll
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Warning: Unhandled exception rendering component: Response status code does not indicate success: 500 (Internal Server Error).

Response status code does not indicate success: 500 (Internal Server Error).
at
at httpClient, HttpMethod method, String requestUri, Object content)
at in 25
at task)
at taskToHandle)
Error: Unhandled exception in circuit

Response status code does not indicate success: 500 (Internal Server Error).
at
at httpClient, HttpMethod method, String requestUri, Object content)
at in 25
at task)
at taskToHandle)

felixckt
Автор

Good video. Maybe you can help me. I do not understand why migrate the whole datatable? What happens if we have a very big table? Can we use a "Select" statement like in SQL and just bring across a small number of records.

YourName-zndl
Автор

How to bootstrap carousel in Blazor please create a video

naveedkhanhome
Автор

This is the best tutorial video I've seen, and believe me that I've seen a bunch of them.
Do you sell video courses? I wanna buy them, send link.

FelipeGualberto
Автор

Thank you for the great videos. Very helpful. While working through the CRUD video on the Create.razor page I am able to create a person with CreatePerson() but I cannot hit the NavigateTo("people") method. I injected the NavigationManager at the top. It is working good on the Edit page but not the Create page. Do you have any ideas? When I add a breakpoint in Chrome it does not stop at the NavigateTo method. Weird...

The-Paddle-Guy
Автор

Thanks for the great content! I am really amazed that there are already youtubers like you who create such high-level content for a technology as new as blazor :D. Btw would you mind to share the code of this CRUD-application? I am asking because as someone more experienced in blazor I am only interested in some Key-points of your code and not the whole thing. Thank you very much and keep up the good work :)!

modx
Автор

Your free youtube tutorials are more complete than your paid Udemy Course. You should improve more the Paid course. Thanks!

doorscomputersco.
Автор

Hi
Can you show how to add cancel button in edit form? When we click on cancel data we enter will be reset to previous state.

pheakdey
Автор

facing issue running this line: people = await
it tells "InvalidOperationException: An invalid request URI was provided. The request URI must either be an absolute URI or BaseAddress must be set."
it seems like a routing issue ...but i don't know where to check

EngTarek