❔ What is better to use instead ADO.NET Entity Framework?
I am studying in college according to a textbook that involves studying this Framework, but I cannot create an item in my project on .NET 7 "ADO.NET Entity Data Model"
15 Replies
So... ADO or Entity Framework Core?
'Cause they're two different things
ADO
I'm confused
And it seems you're trying to use Entity Framework
Which is not ADO
And how can it be replaced so that there is support with .NET 7?
Uh, just don't use EF?
If you have any EF-related nugets installed, uninstall them
And then just use plain ADO
Okay, thx
How do I download ADO and start using it? I don't have an "ADO" template for a "wpf application". There is only "ADO.NET Entity Data Model"
there are also these templates
Using ADO.NET Entity Data Model in WPF
This article will show you how to fetch and show data from database using ADO.NET Entity Data Model in WPF.
When I try to repeat the steps from the manual, I get this error
up
Show us what your book instructs you to do
literally what is described in this guide
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.