✔️ Entity Framework Core Database First CRUD Operations in ASP.NET CORE Application

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

Moreover, you should also visit our:

Skype: theenggprojects
Mobile / WhatsApp : +92-332-6062060

Thanks for Watching.
Рекомендации по теме
Комментарии
Автор

What if i want to create my model classes in different target location. Or any other class library project

Uzair_Anwar
Автор

How to select few tables from database using database first approach ??

peehusingh
Автор

Very good video, clear explanation Nice work cheers

safekalpa
Автор

To those who may run into the same issue as I did: if the console gives you an error after scaffolding, stating a file/folder/whatever does not exist in the given path... verify that the file/folder/whatever does in fact exist. If it does, check to see if your pathway has any spaces in it. I had my project in "My Documents" originally, and once I moved it to (for an example) "Desktop, " the scaffolding built and finished correctly.

BlytheChan
Автор

Thanks for this. I also find it so annoying that they make us fiddle about with our code so much :-(

sothecominternational
Автор

Your video is awesome, it helped a lot. Suppose a scenario where I wanted to change something in the database, then How its going to be reflected in the model class?? Suppose I add new column to existing table then how its going to change the model class?? as models were created by scaffold command

JahangeerMirza
Автор

Your video is awesome, it helped a lot.

omarayub
Автор

Thanks for this video, I am wondering what the reason for creating the connection variable in the ConfigureServices method is (about 8 minutes into the video). It doesn't seem to be used anywhere.
I tried it myself and during runtime, when navigating to the view, I received an error message "unable to resolve service for type ... while attempting to activate ...".
To solve this problem, I had to add my DB-Context to the Service-collection.
Instead of creating the "connection" variable, a call to made it work.

joetretter
Автор

If we add a new table to database how the context will get updated?

DKAmarnath
Автор

sir DBCOntext is added but how i update it, if some changes done from database again.

broadxperts
Автор

Sorry, But i dont find errror when my visual studio : "A positional parameter cannot be found that accepts argument 'Models'" Can u help me ?

thanhdatphan
Автор

Can you explain to me why I chose "Model Post.cs" without adding "Model Blog.cs" in the add controller using enityframwork?

LOLBOOT
Автор

Hey. Can we do this thing with MySql too?

ugurbasural
Автор

I get the error "Login for User ... failed"

nicolasmarkl
Автор

I don’t think you need the accent bro. Keep it real

mrityunjaykandwal
Автор

i am working on income vs balance amount( as when i add new expense details in expense line it will reduce amount from my income and show balance. please support. thanks in advance

omarayub
Автор

Thanks Junaid, great tutorial ! I hope you will come to know Jesus Christ as your personal Savior ! GBU.

youtubian
Автор

Hi Bro, In this video, you've explained about Entity Framework Database-First CRUD Operations in ASP.NET CORE Application, yeah, but you don't have to clarify step by step process means In database — > how many tables you've created and what kind of fields you've created, and next one in the programming component model, how many template classes you've created and what kind of fields you've created.

raghvendrakathavakar