-
Notifications
You must be signed in to change notification settings - Fork 140
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
[New article] Use Entity Framework database contexts with .NET Aspire #2666
Conversation
I think the framing here should match what we did with the azure overview (#2666 (comment)). Entity Framework is a top level integration node that captures how EF integrates with Aspire. Each EF provider integration is then nested underneath that EF node (postgres, sql, mysql, oracle, cosmos etc). |
Hey @alistairmatthews - I have a PR into your PR here that adjusts the TOC: alistairmatthews#3 |
Adjust the TOC
Thanks @IEvangelist! I've merged it but it seems to cause a conflict in toc.yml. Don't think I have permissions to fix that. :~( |
@alistairmatthews I fixed the merge conflict. |
@davidfowl - thoughts on this TOC: |
YES please! We can remove the "EF Core Integration" suffix |
Thanks for the help, @IEvangelist, @AndriySvyryd, and @davidfowl! |
Summary
Creates a new article on using EF DB Contexts with .NET Aspire. Subjects covered include enriching contexts, EF interceptors, dynamic connection strings, context factories, and pooled contexts. Pivots on the database system: SQL Server, PostgreSQL, Oracle, and MySQL.
Fixes #2246 and fixes #2287
Partially addresses #2574, #2336
Internal previews