Setup MS SQL in ASP.NET Core with Entity Framework

preview_player
Показать описание
In this video I show you how to setup a MS SQL connection in your ASP.NET Core project with Entity Framework. It will work for both web app, web API and Blazor Project. I also demontrate in a Blazor Server App how to display the data from the MS SQL database.

---------------------------------------------------------------------------------------------

🎮 My Top Gaming Gear 🎮

💻 My Top Software 💻
Рекомендации по теме
Комментарии
Автор

Still helping 11 months later, very clear and concise instructions and explanations. Thanks for making this video!

joe
Автор

Even after 1 year this video saved me from sleepless night, thank you so much

Zheka
Автор

you saved me from give up, Think you very very much

eyadsh
Автор

Great explanation of sql server connection strings, IConfiguration, dbContext, dbSet and migration of sql server😀 database tables. I am all set to display information from Sql Server tables

kendraper
Автор

When you talk to subscribe the button change the border kkk amazing !!! :)

p-tropa
Автор

Support by hitting 2 buttons! Like and Subscribe 👏

zetbit
Автор

Question: I'm doing a mvc so I want that the class employee is on the folder model not in data, is it still the same procedure? Or does it chage something?

darknexx-ourw
Автор

How would I modify the code if I only want a connection to the server but not change or add any tables? I only want to be able to access the database so I can create a search bar to search the database on my website. Thank you!

alishawang
Автор

Content is good but u didn’t demo core6.0 coz what I right click on solution explorer it doesn’t give me what I need 😢

zqgAFf
Автор

you shouldnt have a public property in your db context it should be a readonly field

chunkies