Reputation: 1
In the older version(.NET Framework) of my desktop application, I used Entity Framework to connect my Access Database to my application and generated code files from .edmx. Now I'm migrating it to .Net 8.0, in .Net 8.0 there is no Entity Framework available to migrate .edmx file . Is there any way to convert .edmx file in my Application? can anyone give any alternative to this problem?
expecting a solution that can be used as an alternative to the current issue or a complete solution for the issue. how can we approach it?
Upvotes: 0
Views: 57