Getting Started with Entity Framework – ORM in ASP.NET Core In this article, we will see how to get started using the Entity Framework –...
Continue ReadingHow to Install Preview Version Nuget Package
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 Reading