Is there an efficient way to call “API B” from “API A” as two separate applications?
I am working on a project using .NET 9 with an Aspire setup. In this setup, I want my C# API application to communicate with another C# API dedicated to AI-related features. My goal is to maintain type safety when making these API calls, while also ensuring a clean and efficient architecture.
Is there an efficient way to call “API B” from “API A” as two separate applications?
I am working on a project using .NET 9 with an Aspire setup. In this setup, I want my C# API application to communicate with another C# API dedicated to AI-related features. My goal is to maintain type safety when making these API calls, while also ensuring a clean and efficient architecture.
Is there an efficient way to call C# “API B” from “API A” under an Aspire project in .NET 9 (typed) as two separate applications?
I am working on a project using .NET 9 with an Aspire setup. In this setup, I want my C# API application to communicate with another C# API dedicated to AI-related features. My goal is to maintain type safety when making these API calls, while also ensuring a clean and efficient architecture.
Is there a way to easily call a second C# API from an original C# API application under an Aspire project in .NET 9 (typed)?
Question