I'm completely new to .NET and C# programming. I'm working on a project that requires me to develop a .NET base web application.
I have been able to do most parts of the project but I'm having issues with the ASP.NET Core Web API.
I want to make HTTP Get request from the front end but I do not know how to remove the WeatherForecast sample and write my own requests and response.
Any help regarding how to create the basic template for the HTTP requests would be highly appreciated.
Thank you!