CRUD without Entity Framework in ASP.NET Core MVC

Описание к видео CRUD without Entity Framework in ASP.NET Core MVC

🍒 Related Videos
Asp.Net Core MVC CRUD Operations:    • Asp.Net Core MVC CRUD Operations with...  
Expense Tracker App in Asp.Net Core MVC:    • Build an Expense Tracker with Asp.Net...  
MVC Login & User Registration:    • Asp.Net Core MVC & Identity UI - User...  
Convert MVC App to Single Page (jQuery Ajax):    • jQuery Ajax CRUD in ASP.NET Core MVC ...  
Image Upload in Asp.Net Core MVC:    • Asp.Net Core MVC Image Upload and Ret...  
More MVC Tutorials:    • Asp.Net Core MVC Tutorial  

📂 GitHub Repository
► https://bit.ly/3jHg3zN

💖 Channel Support
➤ Paypal: https://bit.ly/3L36ut4
➤ UPI App: https://geni.us/ScanQRCode
➤ Amazon: https://geni.us/AmazonAffiliated

💌 For Business Inquiries
[email protected]

🚶‍♂️ Follow us
Facebook :   / codaffection  
Discord :   / discord  
Twitter :   / codaffection  

---
ASP.NET Core MVC CRUD Operations without Entity Framework

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

Discussion @ Time
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

#AspNetCore #EntityFramework #CodAffection

Комментарии

Информация по комментариям в разработке