Create First .NET Core application in Raspberry Pi with examples In our previous articles Setting up Raspberry Pi – Step by step and Build .NET...
Continue ReadingIoT- Light Bulbs Controller Raspberry Pi using .NET Core
IoT-Smart Light Bulbs Controller in Raspberry Pi using .NET Core In today’s article, we will learn to create a simple application for controlling smart light...
Continue Reading.NET Core not showing in Visual Studio 2019
.NET Core 3.0 not showing in Visual Studio 2019 My recent struggle to see .NET Core 3.0 in VS2019 finally worked out. Initially, I had...
Continue ReadingResolved: TypeLoadException: Could not load type ‘Microsoft.AspNetCore.Mvc.MvcJsonOptions’ swagger error
TypeLoadException: Could not load type ‘Microsoft.AspNetCore.Mvc.MvcJsonOptions’ from assembly ‘Microsoft.AspNetCore.Mvc.Formatters.Json Issue Description While adding Swagger to .NET Core 3.0 gives below error, TypeLoadException: Could not load...
Continue ReadingResolved: It is not supported to publish an app without RuntimeIdentifier
It is not supported to publish an app to a single file without RuntimeIdentifier Issue Description: .NET Core build gives below error, It is not...
Continue Reading