CRUD without Entity Framework in ASP.NET Core MVC



CRUD without Entity Framework in ASP.NET Core MVC

CRUD without Entity Framework in ASP.NET Core MVC

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

✨ Recommended Courses
➤ Asp.Net Core MVC: https://bit.ly/3S4Ec5B
➤ Entity Framework Core: https://bit.ly/3cGJUud
➤ Asp.Net Core Web API : https://bit.ly/3zaRaWY
➤ Angular + .Net Core API : https://bit.ly/34q7jtr
➤ React + .Net Core API : https://bit.ly/35v8rez

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

💖 Show Your Support ( Donation )
➤ https://bit.ly/3L36ut4 (PayPal)
➤ https://bit.ly/36lvWdV (Cards, Gpay, Apple Pay, UPIs)

🌀 Related Videos
https://bit.ly/36IA1cH : MVC CRUD with Entity Framework
https://goo.gl/T9Nb8r : Angular CRUD with Web API
https://goo.gl/wp17ta : Angular User Registration With Web API
https://goo.gl/4gDFfC : Angular Login Logout With Web API
https://goo.gl/ySUFf8 : Similar MVC Tutorials

Subscribe to this channel Link to this video
► https://goo.gl/RFY5C2 ► https://bit.ly/3muhseC

📚 Must-Read Books for All Programmers
Code Complete(2nd Edition) : https://geni.us/s6AK9t
The Art of Computer Programming : https://geni.us/Ko4H8m
Clean Code : https://geni.us/Jf9EBTB
Design Patterns : https://geni.us/OMPP
The Pragmatic Programmer : https://geni.us/8UM9F

💰 Purchase for Developers
💻 Laptops
MacBook Pro with M1 Chip : https://geni.us/7KGvnCU
Dell XPS 9570 : https://geni.us/rYB6
Microsoft Surface:https://geni.us/BJgeM
MacBook Air with M1 Chip : https://geni.us/fHZzRiB
ASUS ZenBook 13 : https://geni.us/LDKE
Lenovo Ideapad : https://geni.us/Mwvg2
⌨️ Keyboard : Das 4 Professional : https://geni.us/hkAdzi

🎬 All Playlist
http://bit.ly/2KQN9xF : Angular
http://bit.ly/30fPDMg : Asp.Net Core
http://bit.ly/325temF : React
http://bit.ly/2ws4utg : Python
https://goo.gl/viJcFs : Node.js
https://goo.gl/gvjUJ7 : Asp.Net MVC
https://bit.ly/3ggmmJz : Flutter
https://goo.gl/itVayJ : Web API
https://goo.gl/YJPPAH : MEAN Stack
https://goo.gl/s1zJxo : C# Tutorial
https://goo.gl/GXC2aJ : Asp.Net WebForm
https://goo.gl/vHS9Hd : C# WinForm
https://goo.gl/MLYS9e : MS SQL
https://goo.gl/5Vou7t : Crystal Report
https://goo.gl/qEWJCs : CG Exercises in C Program

🌟 About this Channel
CodAffection – [ 1 hour content weekly ].
This channel is all about teaching and motivating software developers to build applications/
websites in various technologies/ programming languages like Angular, React, NodeJS, Python, Asp.Net, C#, JavaScript, SQL, etc.
► For Sponsorship Contact here: https://bit.ly/2TjOt0q

🔗 Social Media Links
Blog : http://www.codaffection.com
Facebook : https://www.facebook.com/codaffection
Twitter : https://twitter.com/codaffection
Youtube : https://youtube.com/codaffection
GitHub : https://github.com/codaffection

#AspNetCore #EntityFramework #CodAffection

Comments are closed.