ASP.NET Core Blazor CRUD using Entity Framework and Web API

preview_player
Показать описание
Getting started with ASP.NET Core Blazor CRUD using Entity Framework and Web API
Рекомендации по теме
Комментарии
Автор

Blazor validation not support individual field validation, its only validate all fields at a time in context. if i load my page at once in separated tab or stepper, partially validate the controls not all fields. Is it possible? Please give me the solution.

vinothdharmaraj
Автор

I think with the new Preview 4, you should create a new video and also, use the common usage of EF with Code first and migration.

I think it should be two videos. One to show the server side Blazor that talks directly to EF and the second which is client side Blazor that talks to EF via Web API. Two different approaches for CRUD.

BenHayat
Автор

When I Select <project_name>.Shared in Package Manager and install everything then try to run the scaffolding command, it gives me an error. but if I install it somewhere else e.g. <project_name>.Server everything executes well... is there any reason why I can't do it in shared in my projects? I have tried 3 different projects from scratch...

JohnSmithULIR
Автор

After using include(join the table)data binding but not displaying how rectify that

novfalhaq
Автор

Hi
I am using. Net core 2.1.4 sdk
When I create a new blazor core hosted application it's just creating a shared project only. Client and server are not creating automatically. What will be the issue?

GaneshMJGaneshMJ
Автор

So far many reference errors related to versions:
version 2.03 not 2.11
version 2.03 not 2.11
For Client version 0.3 instead of 0.5.1
Is this working for anyone?

podroznik
Автор

in which type of application we use web api??

gkmishra
Автор

The scaffolding techniques shown here using EntityFramework doesn’t really works... I don’t know why

tiopeperino
Автор

You should share your code on GIT, then it will be of good use for us

atulaks
Автор

why dont you use code first migrations to create the database? i try to avoid sql scripts

johnrambo
Автор

Can you make 1 video with cloud hosted DB and connect it to Blazor TY

icedenis
Автор

Hey great video, when i removed part of code and added this :

StudentDBContext _context = new StudentDBContext();

Show me the answer of /api/StudentMasters

but not the main page, it stays loading, why?, i am new in net core and web appi

CarlosGarcia-ctmv
Автор

Do You have the source code to download ?

Ronaldoroot
Автор

angular 2 tutorial, how use it in any project

gkmishra
Автор

If this blazer view work fine then angular go out from the market... :P

amithalder
Автор

bhai, please give us theASP.NET Core Blazor CRUD without Entity Framework and Web API

sameertm
Автор

Very bad tutorial to be honest. You don't explain what code should be replaced. You just copy and paste.

arinzeihemedu