I'm using .NET 6.
As seen in the diagram, I'm using a certain architecture. My application connects to SQL from both a project named IBKS 2.0 (Windows Forms) and IBKSWebAPI (ASP.NET Core Web API) projects, and performs operations.
If I create a setup for the IBKS 2.0 project, will the Web API run in the background? Currently, when I run the IBKS 2.0 project through Visual Studio, the Web API also runs in the background.
If it doesn't work, what could be a possible solution?
I'm open to all kinds of comments and suggestions. Thank you.