ASP.NET Core Razor Pages CRUD - .NET 7.0 Razor Pages CRUD Using Entity Framework Core and SQL Server

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
Hello friends welcome back in today's session we are going to perform crowd operations in asp.net core by using razor pages so first we'll see the demo I am going to click on product so this index page will be displayed here currently we don't have any products that's why we are displaying this message to the user whenever we have the products so we are going to bind into this table we will create one product here we'll click on create new this is the create page where we can create new product I am trying to create product without entering any values I'll click on create so client-side validation and server side validations implemented in this example now I'll enter the values here I'll click on create once product is created it will be redirected to index page from index page we can edit and we can see the details and we can delete the product first we will see the edit page click on edit so it will redirect it to edit page here we are posting the product ID which is primary key in our table I am going to update these details here save it so product details has been updated once it is updated again we are redirecting into index page I'll click on the details page in this Details page product details will be available we can go to back to list so again it will be redirected to index page if you want to edit the product here you can click on edit I am going to back to list so now here we can delete the product click on delete once we click on delete so it will be redirected to delete page where we are passing product ID again here user has to confirm the deletion so once user is clicked on this delete button this product will be deleted permanently from the database if I don't want to delete I can click on back to list now again I'll go to the delete this time I am going to delete product click on delete product has been deleted and default message is displayed since we don't have any products inside the table so this default message will be displayed here for this example we are going to use the visual studio and SQL server and we are going to use the Entity Framework code first approach also here we are going to use the scaffolding mechanism we are not going to write any code in upcoming videos we are going to perform the crowd operations without using this cap folding mechanism also we are going to perform crud operations by using the stored procedures for now we are going to use the scaffolding mechanism in this session
Info
Channel: CodeWithGopi
Views: 1,340
Rating: undefined out of 5
Keywords: .net core, asp net core razor pages, asp.net core mvc, asp.net core razor pages, asp.net core razor pages crud, asp.net core razor pages example, asp.net razor pages, asp.net razor pages crud, codewithgopi, crud, crud modal form in asp.net core razor pages, crud operations in asp.net core, razor pages, razor pages crud, razor pages in asp.net core, razor pages in asp.net core in hindi, razor pages tutorial, scaffolded razor pages in asp.net core, what is asp.net core razor pages
Id: PEZUnWoM7pQ
Channel Id: undefined
Length: 2min 52sec (172 seconds)
Published: Mon Aug 14 2023
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.