.NET

Adding Swagger to ASP.NET Core Web API Project

2 minute read

1. What is swagger? Swagger is an open-source set of rules and specifications. It is used for API documentation and testing the API endpoints. Swagger UI gen...

Using static files in ASP.NET Core

2 minute read

INDEX Context Static files WWWroot folder Enable the static files in the ASP.NET Core project Reading static files