Consume ASP.Net Core Web API Using HttpClient in WPF using visual studio 2019
C# HTTP CLIENT/SERVER APPLICATION
What is Web API?
Web API is an application programming interface for either a web server or the a web browser.
ASP.NET CORE WEB API
Asp.Net Core Web API is a framework for building HTTP services that can be accessed by any client including browsers, mobile devices etc. It also an ideal platform for building RESTful applications on the .Net Core stack.
ASP.NET CORE WPF
(WPF) Windows Presetation Foundation is a UI framework that creates desktop client applications for Windows.