Create ASP.NET Core Web Application With SQL Server Database Connection and CRUD Operations

*Full course on Udemy* : https://www.udemy.com/course/aspnet-core-web-application-using-razor-pages/?couponCode=10009EF3D95FCBBB169A ***********************...

Create ASP.NET Core Web Application With SQL Server Database Connection and CRUD Operations
BoostMyTool
823.8K views • May 13, 2022
Create ASP.NET Core Web Application With SQL Server Database Connection and CRUD Operations

About this video

*Full course on Udemy* : https://www.udemy.com/course/aspnet-core-web-application-using-razor-pages/?couponCode=10009EF3D95FCBBB169A

***************************
Create your first ASP.NET Core Web Application with Database Access. Connect ASP.NET Core Web Application with SQL Server Database. Perform CRUD operations using ASP.NET. Create Read Update Delete data from SQL Server Database using ASP.NET Core Web Application.

***************************

*Source code on Patreon* : https://www.patreon.com/posts/create-asp-net-84611822

***************************
SQL Queries to create the clients table and to insert rows:
CREATE TABLE clients (
id INT NOT NULL PRIMARY KEY IDENTITY,
name VARCHAR (100) NOT NULL,
email VARCHAR (150) NOT NULL UNIQUE,
phone VARCHAR(20) NULL,
address VARCHAR(100) NULL,
created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP
);

INSERT INTO clients (name, email, phone, address)
VALUES
('Bill Gates', 'bill.gates@microsoft.com', '+123456789', 'New York, USA'),
('Elon Musk', 'elon.musk@spacex.com', '+111222333', 'Florida, USA'),
('Will Smith', 'will.smith@gmail.com', '+111333555', 'California, USA'),
('Bob Marley', 'bob@gmail.com', '+111555999', 'Texas, USA'),
('Cristiano Ronaldo', 'cristiano.ronaldo@gmail.com', '+32447788993', 'Manchester, England'),
('Boris Johnson', 'boris.johnson@gmail.com', '+4499778855', 'London, England');
*****************************

How to find the instance name of SQL Server: https://youtu.be/qFNZNFw_Wf8 .

***********************************

🔥 *Complete Udemy Courses* :
*ASP.NET MVC Course* : https://www.udemy.com/course/aspnet-core-mvc-guide/?referralCode=746FF5A10C03CD19FF7B
*ASP.NET Course* : https://www.udemy.com/course/aspnet-core-web-application-using-razor-pages/?referralCode=4D062636505BAC4BCB7E
*ASP.NET Core Web API* : https://www.udemy.com/course/build-aspnet-web-api/?referralCode=A15F66DA56B122822E9F
*React JS* : https://www.udemy.com/course/build-complete-react-application/?referralCode=095C4A5B99A8BB1B5DF7

⬇️ *Free Document Proofreading* ⬇️
► *Grammarly* : https://grammarly.go2cloud.org/SH3YB

Video Information

Views

823.8K

Likes

10.1K

Duration

36:12

Published

May 13, 2022

User Reviews

4.6
(164)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.