How to setup Entity Framework Core in Visual Studio Code (vs code) | Step by step Guide

preview_player
Показать описание
Hi in this video I have talked about how you can use and setup entity framework in visual studio code (vs code). Entity framework core is an object relational model (ORM) for handling database operations in Asp.Net Core.

For this video we are using MS SQL as database as it is widely used in .Net community.

How can you setup c# and .net in vs code, checkout this video
Рекомендации по теме
Комментарии
Автор

Hi did it help? Don't forget to subscribe. 🙂

IAmUmair
Автор

Many thanks, a lot of tutorials spell out how to magically do this in Visual Studio IDE, but not many do it in VS Code!

wietsejorissen
Автор

Amazing tutorial. Simple, and gets straight to the point! And is a much needed VS Code version!

greykor
Автор

My OS is Linux Mint, and it was great to see the regular terminal commands. They worked exactly the same in my terminal. All other tutorials I found only showed using VS (not VS Code) and they used PM Console, which is not available to me in VS Code on Linux. Thanks!

andyj
Автор

I am reaching out to seek your guidance as I am currently in the early stages of acquainting myself with C# and .NET technology. I find myself encountering certain points of confusion, and I would greatly appreciate any assistance you could offer. Your time and expertise in this matter would be immensely valuable to me.

shashantchaudhary
Автор

I try but when I wrote dotnet ef database update ın terminal. First wrote build success at last wrote"no keyword support :trusted connections"
failed. But my all codes true.

gokceg
Автор

Can you share this project ın gitup please.

gokceg