asp net core 3.0 CRUD Example With Entity Framework Razor Pages C#

preview_player
Показать описание
#.netcorecrud #razorpages

Рекомендации по теме
Комментарии
Автор

It is a very good course list, I am studying asp.net core knowledge, bacause new company 's projects are .net core platform

jackbeyant
Автор

Excellent!
I have seen just the first video! I believe, you have made everything real life problem based...
Hats off!!!
Go ahead.

Could you please create a full cycle application like banking application using the same technologies?
This banking application will contain all the modules like 1) General Ledger 2) Customer Information System 3) DDTTPO 4) Foreign Exchange 5) Deposit 6) ...

reazuddinahmed
Автор

if you change the model, how do you update the pages? Manually?

ryomai
Автор

How apply validation on create form on this project

navin_inaction
Автор

Can you explain about differences between Razor pages vs MVC vs Blazor on NET core 3.0 ?

raulsalazar
Автор

Hi Charan, Your videos are great, I've learned from them a few things, but I have one problem that I need help with. I am developing an inventory tracking website. I have an index page with a list of items in HTML table (int ID, string Tag_No, string Description, string Verify...). The default Razor Pages SQL Server CRUD operations work great. My issue is: on the Index page I have an <input type="text" name="txtTag".../> tag where upon entry of an item's Tag_No (from hand held scanner), I need to update the "Verify" field of a single item. In other words I want to achieve the following using Razor Pages: UPDATE Inventory SET Verify = 'D' WHERE Tag_No = txtTag (where txtTag is a string from the input tag on the index page). Please help.

CezW
Автор

How to implement ADFS SAML Assertion Consumer with Redirct binding in .net core razor pages application? Please help

ramkumar
Автор

Great but what is the platform is it mvc or which please

adilaziz
Автор

I want to practice it. Do you have shared sample code of this tutorial?

talktoAA
Автор

The video is great, easy to follow and it works for me with my DB. I can even manipulate the output but I am having a problem with Datatables.js integration. Could you please add support for DataTables.js to this video.

CezW
Автор

can u explain about CRUD.cshtml.cs, because i'm newbie

DzulFahmi
Автор

You forgot to explain what is happening inside created pages like delete.cshtml and delete.cshtml.cs. I think you should explain at least one because remaining all are same

maheshkonakalla
Автор

kindly make a video on how to design a web page in asp.net mvc

asmasalman