Monday 2024-11-25 Assorted Links
Assorted links for Monday, November 25:
- Introducing the .NET Aspire Community Toolkit
The team behind the Community Toolkit wanted to create a place where third parties could contribute their own integrations and extensions to the .NET Aspire ecosystem.
- Calling methods is easier and faster with C# 13 params collections
C# 13 fulfills a long standing feature request by allowing
params
to be any of the collections supported by collection expressions, rather than just arrays. - Announcing .NET 9
- Graph RAG: How To Squeeze More Value From AI
- How to Support Streaming in AI Applications with LangChain and Langflow