How To Return Nested JSON In C#
.NET Core

In this article, we will learn how to return nested JSON in C#. JSON objects are written in key/value pairs. Values in a JSON object can be another JSON object, known as Nested JSON Objects.

The == Operator VS .Equals() Method In C#
.NET Core

In this article, we will learn the difference between == operator and .Equals() method In C#.
In general, both == operator and .Equals() method in C# are used to compare objects to check equality but here are some of the differences:

Subscribe

Select Categories