Skip to content

Commit

Permalink
Community standup and mark EF7 as out-of-support (#4723)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed May 14, 2024
1 parent 09e47ec commit d4ccf3a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions entity-framework/core/learn-more/community-standups.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down Expand Up @@ -96,6 +97,30 @@ The .NET Data Community Standups are live-streamed every other Wednesday to Twit

## 2024

<a name="May15_2024"></a>

### 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)

<a name="Apr17_2024"></a>

### Apr 17: [All about EF Core property mapping](https://www.youtube.com/live/ouGIWUtzxRQ?si=qtZ1xqKjKe_E1MhI)
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/what-is-new/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
Expand Down

0 comments on commit d4ccf3a

Please sign in to comment.