scaffold database in 'Angular and ASP.NET Core (Preview)' project

N.Kavin 20 Reputation points
2023-05-26T09:18:26.7833333+00:00

how to scaffold database in 'Angular and ASP.NET Core (Preview)' project

Developer technologies ASP.NET ASP.NET Core
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-05-26T15:41:32.23+00:00

    the new preview creates to projects. a node angular project and a aspnet core webapi project. in the webapi project you scaffold like all the examples.

    https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-7.0&tabs=visual-studio

    note: the old template created a webapi project and placed the angular code in subfolder, but the scaffolding is the same.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.