Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New article] Use Entity Framework database contexts with .NET Aspire #2666

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3aa9592
Initial commit.
alistairmatthews Feb 12, 2025
e0f9067
Merge branch 'main' into new-article-entity-framework
alistairmatthews Feb 13, 2025
7f5b815
Discussions of Add and Enrich DBContext methods.
alistairmatthews Feb 13, 2025
7c102ee
More material about DbContexts.
alistairmatthews Feb 19, 2025
0b96baa
More performance additions.
alistairmatthews Feb 20, 2025
5a17567
Article retitled and more examples added.
alistairmatthews Feb 21, 2025
78c7d00
New article on EF DB contexts first draft complete.
alistairmatthews Feb 24, 2025
b243071
Merge remote-tracking branch 'origin/main' into new-article-entity-fr…
alistairmatthews Feb 24, 2025
0641ad4
Fixed links and the title.
alistairmatthews Feb 24, 2025
d2db5a2
Corrected one more link.
alistairmatthews Feb 24, 2025
f435f69
Added new article to the TOC.
alistairmatthews Feb 24, 2025
99f2c40
Integrated feedback from @AndriySvyryd.
alistairmatthews Feb 26, 2025
916d327
Fixed a section link.
alistairmatthews Feb 26, 2025
7d8b758
Integrated feedback from @IEvangelist.
alistairmatthews Feb 26, 2025
9475a4e
Removed all uses of after feedback from @AndriySvyryd.
alistairmatthews Feb 27, 2025
c64ab96
Integrated feedback from @IEvangelist.
alistairmatthews Feb 28, 2025
8ac40c5
Adjust the TOC
IEvangelist Mar 3, 2025
f692448
Merge pull request #3 from IEvangelist/toc-tweaks
alistairmatthews Mar 3, 2025
8a98998
Merge branch 'main' into new-article-entity-framework
IEvangelist Mar 3, 2025
26c9059
Apply suggestions from code review
IEvangelist Mar 3, 2025
21e59b8
Update docs/toc.yml
IEvangelist Mar 3, 2025
06da581
Apply suggestions from code review
IEvangelist Mar 3, 2025
c8b49ed
Update docs/toc.yml
IEvangelist Mar 3, 2025
2acd8f8
Reorder Dapr and Elasticsearch in TOC
IEvangelist Mar 3, 2025
ff22f43
Simplify EF Core integration names in TOC
IEvangelist Mar 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/database/azure-cosmos-db-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ The .NET Aspire Azure Cosmos DB integration currently doesn't support metrics by
## See also

- [Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db)
- [.NET Aspire Cosmos DB Entity Framework Core integration](azure-cosmos-db-entity-framework-integration.md)
- [.NET Aspire integrations overview](../fundamentals/integrations-overview.md)
- [.NET Aspire Azure integrations overview](../azure/integrations-overview.md)
- [.NET Aspire GitHub repo](https://github.com/dotnet/aspire)
1 change: 1 addition & 0 deletions docs/database/azure-postgresql-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ uid: dotnet/aspire/azure-postgresql-integration

- [PostgreSQL docs](https://www.npgsql.org/doc/api/Npgsql.html)
- [Azure Database for PostgreSQL](/azure/postgresql/)
- [.NET Aspire Azure PostgreSQL Entity Framework Core integration](azure-postgresql-entity-framework-integration.md)
- [.NET Aspire PostgreSQL integration](postgresql-integration.md)
- [.NET Aspire integrations](../fundamentals/integrations-overview.md)
- [.NET Aspire GitHub repo](https://github.com/dotnet/aspire)
Loading
Loading