Easily test your .NET Core Web API methods with Swagger UI

By |2019-01-29T15:29:14+00:00January 29th, 2019|Categories: ASP.NET Core, C#, Handy Tools/Utilities, Web API|

I'm starting to think that Swashbuckle and Swagger UI should be mandatory on all Web API applications going forward. I love this framework so much right now, so I wanted to make a very brief blog post about it. It's saved me so much time and throw away code. Recently I was working on a small [...]