Skip to content

Commit 4781c1c

Browse files
authored
Update README.md
1 parent cc08f49 commit 4781c1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The client WebAPI application (Webapplication1) is still getting the connection
3535

3636
## Aspire-Hosted SQL Server + DBUp
3737

38-
- Folder: [`./hostedss - dbup`](./hostedss - dbup)
38+
- Folder: [`./hostedss - dbup`](./hostedss%20-%20dbup)
3939

4040
In this sample, which is based on the previous one, deployment of database schema is also added to the solution.
4141

@@ -45,13 +45,13 @@ The database is deployed using an imperative approach, via the `DbUp` library, t
4545

4646
## Aspire-Hosted SQL Server + Database Project
4747

48-
- Folder: [`./hostedss - dbprj`](./hostedss - dbprj)
48+
- Folder: [`./hostedss - dbprj`](./hostedss%20-%20dbprj)
4949

5050
Similar to the previous sample, but the database is deployed using a declarative approach, using a [SDK-Style Database Project](https://techcommunity.microsoft.com/blog/azuresqlblog/the-microsoft-build-sql-project-sdk-is-now-generally-available/4392063), that is also orchestrated by Aspire, via the community extension `CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects`.
5151

5252
## Aspire-Hosted SQL Server + EF Core
5353

54-
- Folder: [`./hostedss - ef`](./hostedss - ef)
54+
- Folder: [`./hostedss - ef`](./hostedss%20-%20ef)
5555

5656
In this sample, the client application (Webapplication1) is now using Entity Framework Core to interact with the SQL Server. The EF Core database context is provided via Dependency Injection, thanks to the usage of the library: `Aspire.Microsoft.EntityFrameworkCore.SqlServer`.
5757

@@ -64,7 +64,7 @@ Please note that to keep the sample as simple as possible the EF Core entities a
6464
6565
## Aspire-Hosted SQL Server + DbUp + DAB
6666

67-
- Folder: [`./hostedss - dbup - dab`](./hostedss - dbup - dab)
67+
- Folder: [`./hostedss - dbup - dab`](./hostedss%20-%20dbup%20-%20dab)
6868

6969
In this sample, taken from the `./hostedss - dbup` sample, and add Data API Builder (DAB) to the solution, so that the database can be exposed as a REST and GraphQL API, so there is no need anymore to manuallly created a CRUD API and therefore the WebAPI project is removed.
7070

0 commit comments

Comments
 (0)