How to persist data for a SQL Server resource in .NET Aspire

This #dotnet #tutorial shows how to persist data for a SQL Server resource in .NET Aspire app host project. We start with a solution from a previous video • .NET Aspire SqlServer Entity Framewor... and configure a volume for a #sql Server resource using WithBindMount. Next, a database is created using SQL Server Configuration Manager and a script to add test tables is ran. Finally, we show that the database has not been lost between AppHost project runs.

More available at: https://youtu.be/v_stxf4ERWU?si=VKjR1xkrB8tqrOI6

Learn more about .NET Aspire Tutorials at aspireify.NET