diff --git a/entity-framework/core/learn-more/community-standups.md b/entity-framework/core/learn-more/community-standups.md
index ae8126945b..15ddb0517c 100644
--- a/entity-framework/core/learn-more/community-standups.md
+++ b/entity-framework/core/learn-more/community-standups.md
@@ -16,6 +16,7 @@ The .NET Data Community Standups are live-streamed every other Wednesday to Twit
| Date | Area | Title |
|--------------|-----------------------|----------------------------------------------------------------------------------------|
+| May 15, 2024 | Firebird | [Harnessing the Power of Firebird in .NET](#May15_2024) |
| Apr 17, 2024 | EF Core mapping | [All about EF Core property mapping](#Apr17_2024) |
| Mar 20, 2024 | GraphQL | [Distributed Applications with Hot Chocolate 14, Aspire, and EF Core](#Mar20_2024) |
| Mar 6, 2024 | Value generation | [EF Core keys and value generation](#value-generation) |
@@ -96,6 +97,30 @@ The .NET Data Community Standups are live-streamed every other Wednesday to Twit
## 2024
+
+
+### May 15: [Harnessing the Power of Firebird in .NET](https://www.youtube.com/live/ouGIWUtzxRQ?si=qtZ1xqKjKe_E1MhI)
+
+In this community talk, we delve into the integration of Firebird, an open-source SQL relational database management system, with .NET, a free, cross-platform, open-source developer platform. This session aims to provide an understanding of how these two powerful technologies can be combined to create robust, scalable, and efficient applications.
+
+This talk is designed for developers of all levels interested in expanding their knowledge on database management and .NET development. Whether you're a seasoned developer or a beginner looking to broaden your skill set, this talk will provide valuable insights into the effective use of Firebird with .NET.
+
+Join us for this enlightening session and discover how you can harness the power of Firebird in .NET to take your applications to the next level.
+
+Featuring:
+
+- [Jiri Cincura](https://github.com/cincuranet) (Host)
+- [Arthur Vickers](https://github.com/ajcvickers) (Host)
+- [Shay Rojansky](https://github.com/roji) (Host)
+
+Links:
+
+- Product: [Firebird](https://firebirdsql.org/)
+- NuGet: [FirebirdSql.Data.FirebirdClient](https://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient)
+- Blog: [FbNetExternalEngine](https://www.tabsoverspaces.com/tools/fb-net-external-engine)
+- Docs: [What's new in EF9, with runnable samples](https://aka.ms/ef9-new)
+- Docs: [EF Core daily builds](https://aka.ms/ef-daily-builds)
+
### Apr 17: [All about EF Core property mapping](https://www.youtube.com/live/ouGIWUtzxRQ?si=qtZ1xqKjKe_E1MhI)
diff --git a/entity-framework/core/what-is-new/index.md b/entity-framework/core/what-is-new/index.md
index 913eab0c7c..1230ee5b85 100644
--- a/entity-framework/core/what-is-new/index.md
+++ b/entity-framework/core/what-is-new/index.md
@@ -13,7 +13,7 @@ uid: core/what-is-new/index
| Release | Target framework | Supported until | Links |
|----------------------------------------------------------------------------------------|-------------------|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [EF Core 8.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore) | .NET 8 | November 10, 2026 | [What's new](xref:core/what-is-new/ef-core-8.0/whatsnew) / [Breaking changes](xref:core/what-is-new/ef-core-8.0/breaking-changes) |
-| [EF Core 7.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.0) | .NET 6 | May 14, 2024 | [What's new](xref:core/what-is-new/ef-core-7.0/whatsnew) / [Breaking changes](xref:core/what-is-new/ef-core-7.0/breaking-changes) |
+| ~~[EF Core 7.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.0)~~ | .NET 6 | Expired May 14, 2024 | [What's new](xref:core/what-is-new/ef-core-7.0/whatsnew) / [Breaking changes](xref:core/what-is-new/ef-core-7.0/breaking-changes) |
| [EF Core 6.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.0) | .NET 6 | November 12, 2024 (LTS) | [What's new](xref:core/what-is-new/ef-core-6.0/whatsnew) / [Breaking changes](xref:core/what-is-new/ef-core-6.0/breaking-changes) |
| ~~[EF Core 5.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/5.0.17)~~ | .NET Standard 2.1 | Expired May 10, 2022 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-the-release-of-ef-core-5-0/) / [Breaking changes](xref:core/what-is-new/ef-core-5.0/breaking-changes) |
| ~~[EF Core 3.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/3.1.31)~~ | .NET Standard 2.0 | Expired December 13, 2022 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-3-1-and-entity-framework-6-4/) |