dotnet / docs-aspire

This repository contains .NET Aspire documentation.
https://learn.microsoft.com/dotnet/aspire
MIT License
83 stars 111 forks source link

[CSS]: Add section for Entity Framework using Database First approach #2012

Open HugoDurana opened 3 weeks ago

HugoDurana commented 3 weeks ago

Article title

.NET Aspire SqlServer Entity Framework Core integration

Article URL

https://learn.microsoft.com/en-us/dotnet/aspire/database/sql-server-entity-framework-integration?tabs=dotnet-cli

Description

Please clarify if indeed one can use this integration when using a Database First approach for Entity Framework. Right now the documentation is not clear / inexistent in that point.

HugoDurana commented 2 weeks ago

To further add to this point, sample on such process would be a welcome addition, if it is not too much of a hassle, please.

hjrb commented 2 weeks ago

I am interested in getting this documentation. Aspects 1.) Create the initial DB and deploy the DDL if MS SQL runs in docker on a local machine. Can only be executed while the server is running but the server is only running e.g. while executing the app (debugging). 2.) Integrate into deploy to Azure.