Simple web api - dot net core -minimal api bySreelal •June 07, 2024 Here's a simple example of a ASP.NET Core Web API and how it's called from another ASP.NET Core web application, highlighting any differences between .NET 6 and .NET 8: 1. ASP.NET Core Web API (WebApiProject) This project defines a simple AP…