Create ASP.NET Core Web Application With SQL Server Database Connection and CRUD Operations
About
No channel description available.
Video Description
*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', '[email protected]', '+123456789', 'New York, USA'), ('Elon Musk', '[email protected]', '+111222333', 'Florida, USA'), ('Will Smith', '[email protected]', '+111333555', 'California, USA'), ('Bob Marley', '[email protected]', '+111555999', 'Texas, USA'), ('Cristiano Ronaldo', '[email protected]', '+32447788993', 'Manchester, England'), ('Boris Johnson', '[email protected]', '+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
Essential ASP.NET Core & SQL Server Tools
AI-recommended products based on this video

Meta Quest Compact Carrying Case - Refreshed Compact Design - Fits Quest 3/3S, Touch Plus Controller, Active Straps, Charging Cable and Adapter - Compact Carrying Case Edition

CERAKOTE® Ceramic Headlight Restoration Kit – Guaranteed To Last As Long As You Own Your Vehicle – Brings Headlights back to Like New Condition - 3 Easy Steps - No Power Tools Required

UGLOEY 5.0Ah 20V Max Lithium Batteries:Replacement for Dewalt 20V Max Battery,Compatible with Dewalt Battery DCB208 DCB200 DCB206 DCB205 DCB204 DCB203 DCB180 Cordless Power Tools,2 Pack

Mini PC Powered by J4125 Quad Core 8GB DDR4/128GB M.2 SATA SSD Mini Desktop Computer for Home Office Business Game Study Support 4K@30Hz Dual HDMI WiFi-5 HDD Extension




















