ADO entity data model is missing Visual studio 2022

Hari Om Singh 20 Reputation points
2023-03-10T19:31:29.7+00:00

I have installed entityframeworkcore 7.0.3 but ADO.net data model not show in data template

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
697 questions
0 comments No comments
{count} votes

Accepted answer
  1. Michael Taylor 48,821 Reputation points
    2023-03-10T20:23:56.58+00:00

    If you're referring to the database first .edmx stuff that EF had then that is not supported in EF Core. EF Core currently only supports class first without using an .edmx.

    If you are still on EF 6 then you can install the EF 6 tools in VS and get access to the .edmx designer but it is generally not recommended you use this approach as it is not supported going forward. However there are discussions (search githbu if you're interested) around supporting database first again, it just isn't a high priority.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful