ADO.net Entity Data Model template is missing in .net 5.0 of visual studio 2019 community

Girish F 1 Reputation point
2022-04-21T11:52:02.307+00:00

Hi Sir,

ADO.net Entity Data Model is missing in .net 5.0 of visual studio 2019 community
kindly help me,how to add ADO.net Entity Data Model in .net 5.0 of visual studio 2019 ?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,766 Reputation points
    2022-04-21T15:58:01.177+00:00

    Entity Framework Core does not use a designer, but rather scaffolding to do database first.

    https://learn.microsoft.com/en-us/ef/core/managing-schemas/scaffolding?tabs=dotnet-core-cli

    0 comments No comments