Swashbuckle (Swagger) Customization for WebAPI
Who has ever tested their WebAPI knows such tools as Postman or Advanced REST (extensions for...
OdataToEntity – an easy way to create .Net Core OData services
When .Net Core was released, the old version of OData ASP.NET Web API turned out to be incompatible with the new platform. This fatal flaw...
Single IoC Container in the HTTP-request: Web API vs. OWIN Middleware
In this article, I am going to provide you with a working solution that allows you to have a single dependency container (IoC container)...