How To Return Nested JSON In C#
C#

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#
C#

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:

Send SMS Using Twilio In C#
C#

When you want to send SMS notification from the application and want a simple solution. Use Twilio in to send SMS.
This article will help you achieve that with a few lines of code.

How To Read API Exception In C#
C#

In this article, we will learn about how we can read an API exception in C#.

The WebException class is thrown when an error occurs while accessing the API. It can check the Response property or the Status property of the exception to determine why the request failed.

Subscribe

Select Categories