Skip to content

Commit

Permalink
Adding community standup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Mar 18, 2024
1 parent 68bba7c commit 2ad9c0e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 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 |
|--------------|-----------------------|----------------------------------------------------------------------------------------|
| 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) |
| Feb 21, 2024 | SQL translation | [Window and binary functions using Zomp EF Core extensions](#window-functions) |
| Feb 7, 2024 | Database concurrency | [Database concurrency and EF Core: Beyond optimistic concurrency](#concurrency3) |
Expand Down Expand Up @@ -94,6 +95,24 @@ The .NET Data Community Standups are live-streamed every other Wednesday to Twit

## 2024

<a name="Mar20_2024"></a>

### Mar 20: [Building Distributed Applications with Hot Chocolate 14, Aspire, and Entity Framework](https://www.youtube.com/live/TODO)

Building and debugging distributed systems challenges developers to balance complexity with the need for simplicity. Ideally, we aim for the simplicity of a monolith while benefiting from microservices' scalability and isolation. In todays meetup we will have an early look at what we are doing with Hot Chocolate 14 to integrate well with Aspire and bridge this gap, offering an approach that combines microservices' advantages with the ease of a monolith for our consumers. Also we will have a look at a lot of the new feature around Hot Chocolate 14 that will make it so much easier to build layered services with entity framework. Do not worry! We will start slow with just the simplest of services accessing a database and then go all the way in.

Featuring:

- [Michael Staib](https://github.com/michaelstaib) (Special guest)
- [Arthur Vickers](https://github.com/ajcvickers) (Host)
- [Shay Rojansky](https://github.com/roji) (Host)
- [Jiri Cincura](https://github.com/cincuranet) (Host)

Links:

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

<a name="value-generation"></a>

### Mar 6: [EF Core keys and value generation](https://www.youtube.com/live/_eNPkrTuLvE?si=RuZUFoLqF2QnwbvF)
Expand Down

0 comments on commit 2ad9c0e

Please sign in to comment.