While studying Entity ran into a problem. There is no ADO.NET project in visual studio. enter image description here On English-language sites, this problem often surfaced, but I did not find a solution (most likely English is low) :(

In the VS Installer all SQL libraries are included.

  • 2
    This is not a project, this is an item. Create a project of any type you need (console application, WinForms, WPF, ASP.NET, etc.), then do Add New Item - there will be an ADO.NET Entity Data Model. - Alexander Petrov
  • @AlexanderPetrov Thank you - lalala lala

0