From 9bd144410ee679f7662a33a7752b336d84558fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Cincura=20=E2=86=B9?= Date: Fri, 22 May 2026 12:36:47 +0200 Subject: [PATCH 1/3] Add standup (#5363) --- .../core/learn-more/community-standups.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/entity-framework/core/learn-more/community-standups.md b/entity-framework/core/learn-more/community-standups.md index e974625ff9..d58a0c9b71 100644 --- a/entity-framework/core/learn-more/community-standups.md +++ b/entity-framework/core/learn-more/community-standups.md @@ -14,6 +14,7 @@ The .NET Data Community Standups are live-streamed monthly (roughly) on Thursday | Date | Area | Title | |--------------|-----------------------|------------------------------------------------------------------------------------------| +| May 21, 2026 | EF Core | [8 Real-World Query Anti-Patterns (and How to Fix Them)](#May21_2026) | | Apr 23, 2026 | Tools | [Lightweight Framework to Automate EF Components](#Apr23_2026) | | Mar 19, 2026 | DevArt | [How dotConnect + Entity Developer simplify your workflow](#Mar19_2026) | | Feb 12, 2026 | AI | [Adam tells us about Microsoft.Extensions.DataIngestion](#Feb12_2026) | @@ -111,6 +112,18 @@ The .NET Data Community Standups are live-streamed monthly (roughly) on Thursday ## 2026 + + +### May 21: [8 Real-World Query Anti‑Patterns (and How to Fix Them)](https://www.youtube.com/live/jlR6KFuFODI?si=PSCUNSrqo0-fVDJw) + +Join us for another show, where Chris Woodruff teaches us about 8 query anti-patterns and how to fix them. + +Featuring: + +- [Chris Woodruff](https://woodruff.dev/) (Special guest) +- [Jiri Cincura](https://www.tabsoverspaces.com/) (Host) +- [Shay Rojansky](https://www.roji.org/) (Host) + ### Apr 23: [Lightweight Framework to Automate EF Components](https://www.youtube.com/live/qTE6_VAMzS4?si=Q3lqINl3l_NQj4Mf) From 0766a76bbc036ba6830f67f0deef8f11ec8d330e Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 22 May 2026 12:40:05 +0200 Subject: [PATCH 2/3] Fix broken Hot Chocolate EF Core integration link (#5361) * Fix broken ChilliCream Hot Chocolate EF integration link Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/09841280-9b60-47ca-b74b-d3b6b4db8b62 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> * React to PR feedback Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> Co-authored-by: Andriy Svyryd Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- entity-framework/core/learn-more/community-standups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entity-framework/core/learn-more/community-standups.md b/entity-framework/core/learn-more/community-standups.md index d58a0c9b71..770d341b42 100644 --- a/entity-framework/core/learn-more/community-standups.md +++ b/entity-framework/core/learn-more/community-standups.md @@ -449,8 +449,8 @@ Featuring: Links: -- Product: [Hot Chocolate for GraphQL](https://chillicream.com/docs/hotchocolate) -- Docs: [Hot Chocolate and Entity Framework Core](https://chillicream.com/docs/hotchocolate/integrations/entity-framework) +- Product: [Hot Chocolate for GraphQL](https://chillicream.com/docs/hotchocolate/v14) +- Docs: [Hot Chocolate and Entity Framework Core](https://chillicream.com/docs/hotchocolate/v14/integrations/entity-framework) From 06753e5aa4e00e1a372ea40cbbfb1e0fa5daa72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Cincura=20=E2=86=B9?= Date: Fri, 22 May 2026 12:44:40 +0200 Subject: [PATCH 3/3] Fix hyphen (#5364) --- entity-framework/core/learn-more/community-standups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/learn-more/community-standups.md b/entity-framework/core/learn-more/community-standups.md index 770d341b42..c15b51e5fa 100644 --- a/entity-framework/core/learn-more/community-standups.md +++ b/entity-framework/core/learn-more/community-standups.md @@ -114,7 +114,7 @@ The .NET Data Community Standups are live-streamed monthly (roughly) on Thursday -### May 21: [8 Real-World Query Anti‑Patterns (and How to Fix Them)](https://www.youtube.com/live/jlR6KFuFODI?si=PSCUNSrqo0-fVDJw) +### May 21: [8 Real-World Query Anti-Patterns (and How to Fix Them)](https://www.youtube.com/live/jlR6KFuFODI?si=PSCUNSrqo0-fVDJw) Join us for another show, where Chris Woodruff teaches us about 8 query anti-patterns and how to fix them.