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

preview_player
Показать описание

***************************
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.

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

***************************
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
*****************************

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

🔥 *Complete Udemy Courses* :

⬇️ *Free Document Proofreading* ⬇️
Рекомендации по теме
Комментарии
Автор

These types of simple apps using multiple technologies are a must for Beginners in any IT field. Most classes give extremely intense courses os too many topics and never get around to putting them together with a simple app like this one.

Thank you so much!.

castro
Автор

Thank you for this brilliant tutorial. Very clear, easy to follow, and no fluff -- just straight to the point! 👍👍

MichaelAMalry-ryhg
Автор

Its a very good work, i have a test for a interview and all this video help me to understand and make so good the test if I earn the job you will have all my respect, more than now. this is a very good channel

chronogutierrezhernande
Автор

I thought you said “sexist message”. I was looking at something else and then was like “wtf that turned weird fast.” Then saw what you named the variable lol. Very detailed explanation of making a app like this.

Warpgatez
Автор

I subscribed to your channel. I found that you are one of the best educator and executer on Youtube beside codecamp. I might subscribe your udemy course soon if I land my first job as a programmer. Hope you keep this channel alive. I am proud of you.

CforChillandCheese
Автор

This is like the best tutorial I have seen on the internet about this topic. God bless you homie!

MichaGrobecki-yhlx
Автор

Very clear tutorial and excellent explanation. Thanks mate

Loomy
Автор

Thank you so much. This is one of the best tutorials I've ever followed. I shared this with my friends, liked, and subscribed!

oswaldovirto
Автор

This is the type of tutorial that i was looking for.... Thank you for your video! I learned a lot!!!

empoyasilo
Автор

One of the best video. This is called Technical clarity. Awesome job my friend. Plz keep it up. Thank u

DebasmitSamal
Автор

درس رائع الف شكر لك
Thank you very much
Большое спасибо

yusufmutawa
Автор

Yes great job... before people dives into this Entity Framework issues its good to see & learn the old method. Its good for old school Asp and php programmers :)

TheBerdu
Автор

I am very happy to have found this link. within a short time i was able to develop a basic application. thanks a ton for doing this

Boiseman
Автор

Thank you my good Sr. This video was just amazing. Helped me here a lot.
Cheers from Brazil devs.

marcelobeani
Автор

Your voice is like a russians scientist. Keep it up, Very well Explained Tutorials.

aggelospapapanos
Автор

Thank you for your much needed help, bless you. May your channel grow and become very successful.

thetruereality
Автор

Thank you for sharing awesome VDO. I cannot waiting for a new section.

amitylab
Автор

Thanks for the tutorial, It's very clear to understand.

unityvictor
Автор

This is fool proof tutorial, thanks for your good work.

yakupdogan
Автор

Well, the tutorial is great. As an experienced programmer in ASP pages, I can't understand why in the Razor pages we have to link the controllers in an "old" method. I did it with the previous versions. Now I just connect to the database once and set up the controllers on the pages.

isaacmihaeli
join shbcf.ru