Convert String Array to JSON Array in .NET C#

Learn how to convert a string array to a JSON array in .NET C# using the Newtonsoft.Json library. Get the code examples and step-by-step instructions.

Convert String Array to JSON Object in .NET C#

Discover how to convert a string array to a JSON object in .NET C# using the Newtonsoft.Json library. Get the code examples and step-by-step instructions

How to Convert JSON Array to JSON Object in .NET C#?

Convert JSON Array to JSON Object using the .NET C#. Helpful in parsing the API response that comes as a JSON Array. You can get the value using the keys.

Customer Support Chatbot | Part 2 | Welcome Card | Adaptive Cards | Microsoft Bot Framework

In this part, we will create a welcome card using Adaptive Cards. The welcome card will be shown to the user when a user joins the conversation. It is a best practice to let the user know, what this bot is all about and how can the user interact with it.

E-commerce Bot | Part 3 | Planning and Designing the Bot | Microsoft Bot Framework

In this part, we will be planning and designing our bot before starting the implementation. Design and Planning in the initial stage help to get a clear picture of the project we are going to build.

ToDo Bot | Part 2 | Welcome Card | Adaptive Cards | Microsoft Bot Framework

In this blog series, we will create a ToDo bot that will allow you to Create, View and Delete Tasks. In this part we will create a welcome card using Adaptive Cards. Welcome card will be shown to the user when user joins the conversation. It is a best practice to let the user know, what this bot is all about and how can the user interact with it.

E-commerce Bot | Part 2 | Welcome Card | Adaptive Cards | Microsoft Bot Framework

In this blog series, we will create an E-commerce bot for one of the Chocolate Store "Naami Chocos". This bot will have following functionalities - Authentication, Add to Cart, Payment Integration. In this part we will create a welcome card using Adaptive Cards. Welcome card will be shown to the user when user joins the conversation. It is a best practice to let the user know, what this bot is all about and how can the user interact with it.

Up ↑