with ASP.NET WebAPI 2.0 we could abe to manage documentation of API using HelpPage. Is this feature continuing with ASP.NET Core or has introduced new approach to achieve this?
1 Answer
There is much better alternative called "Swashbuckle.Swagger". It's excellent and being using it for more than year for Web API 2 as well as ASP.NET Core Web API.
For more details Read this article
2 Comments
Avi Kenjale
Is swagger is the only one or still Microsoft has its any other own library?
Mithun Pattankar
Honestly I never explored MS options for HELP in ASP.NET Core, they might have it (not sure) or might come up. But even they use swagger in their demo as well