Build a .NET Core IoT App on Raspberry Pi Today in this article, we will cover below aspects, IoT devices for .NET developers! .NET Core...
Continue ReadingResolved: Using ‘UseMvc’ to configure MVC is not supported while using Endpoint Routing
Using ‘UseMvc’ to configure MVC is not supported while using Endpoint Routing. Issue Description .NET Core runtime gives below error, Using 'UseMvc' to configure MVC...
Continue ReadingConsume WCF Web Services – Global .NET Tool dotnet-svcutil
Consuming WCF Web Services in .NET Core using svcutil CLI tool Today in this article, we will see how to Consume WCF Web Services –...
Continue ReadingUse OAuth2 Authorization Token in swagger .NET Core
Use OAuth2 Authorization Token in swagger .NET Core In this post, we will see how to Use OAuth2 Authorization Token in swagger .NET Core. Swagger...
Continue ReadingUse Basic Authentication in Swagger ASP.NET Core
Use Basic Authentication in Swagger ASP.NET Core Swagger or OpenAPI describes the standards and specifications for the RESTFul API description. As we know these specifications...
Continue Reading