In this ASP.NET Core MVC tutorial, we’ll implement CRUD operations using stored procedures without entity framework.We’ve connected to the database using ADO.NET and all of the CRUD operations insert, update, delete and retrieve are implemented with the help of stored procedure.

Main Points Discussed :

  • Connect to SQL Server without EF
  • Easy way to create .NET Core MVC Controller
  • Created Stored Procedures for CRUD Operations
  • Executed above Stored Procedures from .NET Core MVC

00:00 - Intro
01:20 - Create Database
03:06 - Create ViewModel
04:09 - Create Controller
10:24 - Form Design for Insert & Update Operations
15:56 - Form Validation
19:41 - Stored Procedure for CRUD Operations
22:10 - Insert Operation
30:51 - Retrieve Operation
35:39 - Update Operation
41:01 - Delete Operation

Source Code : ➤ https://bit.ly/3jHg3zN

Subscribe : https://www.youtube.com/channel/UCvzlnZbePin9kH-1JCKBt8Q

#aspdotnet #web-development

CRUD without Entity Framework in ASP.NET Core MVC
1 Likes153.20 GEEK