How to Install Preview Version Nuget Package In this article, we will see How to Install Preview Version Nuget Package. You often find needs to...
Continue ReadingCreate and Publish NuGet Package using Visual Studio
Create and Publish NuGet Package using Visual Studio In this article, we will see How to create NuGet package visual studio using Visual Studio and...
Continue ReadingSystem.Text.Json: ‘The collection type ‘System.Collections.Generic.Dictionary` is not supported
System.Text.Json: The collection type ‘System.Collections.Generic.Dictionary[System.Int32,System.String]is not supported Issue Description JSON serialization using System.Text.Json produces the below error in the.NET/.NET Core application. System.NotSupportedException: 'The collection type 'System.Collections.Generic.Dictionary`2[System.Int32,System.String]'...
Continue ReadingGetting Started MongoDB in .NET Core Example
Getting Started MongoDB in .NET Core with Examples In this article, we will see how to Getting Started MongoDB in .NET Core Example using C#...
Continue ReadingSOLID Principles with Examples – Guidelines
SOLID Principles with Examples – Guidelines SOLID principles are core principles of software development that can be followed while designing software. These principles are the...
Continue Reading