How to create ASP.NET Core Minimal Web API

Find project in https://github.com/csharp-projects-kenanhancer/aspnet-core-book-minimal-web-api Creating ASP.NET Core Web API Project This command generates project folder as well. So folder structure will be as below; C# 9.0 top level statements is used in Program.cs. There are only four lines of code. I just added README.md, LICENSE, requests.http, .gitignore files đŸ™‚ Adding some endpoints Debugging click CMD+SHIFT+P … Continue reading How to create ASP.NET Core Minimal Web API