April
21st,
2024
This post shows you how to build pipelines based on System.Threading.Channels and Open.ChannelExtensions
April
6th,
2024
In this article, we will explore the process of serializing a model hierarchy using `System.Text.Json` and how to accurately represent this serialized data in OpenAPI 3.0.
March
30th,
2024
This post provides an example of the Outbox pattern implementation using Aspire, DotNetCore.CAP, Azure Service Bus, Azure SQL, Bicep, and azd.
March
24th,
2024
This post provides a deep dive into OpenAPI client generation with Kiota, covering topics such as SDK generation, dependency injection, typed HTTP clients, cross-cutting concerns, and testing.
March
22nd,
2024
Introduces Kiota, explaining its purpose and relevance in the context of OpenAPI client generation. Highlights its features and benefits.
May
19th,
2023
Federated search, also known as distributed information retrieval, is the simultaneous search of multiple searchable resources. Learn more about it in this blog post.
January
8th,
2023
JMESPath is a powerful query language that enables processing of JSON payloads.