Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 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 monthly (roughly) on Wednesda

| Date | Area | Title |
|--------------|-----------------------|------------------------------------------------------------------------------------------|
| Mar 06, 2025 | Chroma | [Using Chroma vector database from .NET](#Mar06_2025) |
| Jan 22, 2025 | Tips | [Context pooling, FromSql and compiled queries](#Jan22_2025) |
| Nov 20, 2024 | Release | [EF Core 9: Release extravaganza](#Nov20_2024) |
| Jun 26, 2024 | SQL schemas | [Improve your SQL schema and scripts with .NET based static code analysis](#June26_2024) |
Expand Down Expand Up @@ -100,6 +101,17 @@ The .NET Data Community Standups are live-streamed monthly (roughly) on Wednesda

## 2025

<a name="Mar06_2025"></a>

### March 6: [Using Chroma vector database from .NET](https://www.youtube.com/live/Nj0vYJ9HVGk?si=fZG7B4dl7YlR4Saj)

Join Jiri as he talks about Chroma vector database and fresh new library for .NET that you can use to interact with Chroma.

Featuring:

- [Jiri Cincura](https://www.tabsoverspaces.com/) (Host)
- [Shay Rojansky](https://www.roji.org/) (Host)

<a name="Jan22_2025"></a>

### January 22: [Context pooling, FromSql and compiled queries](https://www.youtube.com/live/lAP2nlA6ijw?si=jq7XhqVwmLi_Yt7c)
Expand Down
Loading