Connect Bot Framework to DB | READ and INSERT Data to Local SQL DB

In this post, we will create a chatbot that connects to the local SQL Database. This will be a simple customized bot that can be used for any use case. We will implement two CRUD operations READ and INSERT.

[Fixed] The configuration file ‘appsettings.json’ was not found and is not optional

When you try to use the appsettings.json file in one project and set the startup project as another project. You will come across this error. Below is the complete error log.

Connect Bot Framework to DB | INSERT Data to DB using Entity Framework

Before going to Bot framework connection to DB, we will learn how to Insert data to Local SQL Database using Entity Framework. The concept will be the same for Microsoft Bot Framework.

Connect Microsoft Bot Framework with QnA Maker and Azure SQL DB

In this post, we will create a chatbot that connects to both the QnA Maker service and Azure SQL DB. This will be a simple customized bot that can be used for any use case.

How to Rename Solution and Project Name in Visual Studio?

In this post, we will change the name of the existing solution and project to a new name. This is helpful when you have cloned some repository code and want to rename it to a suitable name.

E-commerce Bot | Part 6 | Create a Welcome Menu using Adaptive Card

We will create this menu using an Adaptive card. This menu will be in the loop after the finish of the MainDialog. Add the piece in IntroStepAsync in MainDialog.cs file.

Push your Code to Bitbucket Repository from Visual Studio

Keeping a track of your code changes and its history is very important for a developer. Bitbucketย is a Git-based source code repository hosting service owned by Atlassian.

Call Azure Translator API to Get Supported Languages, Translate and Detect Language using C#

In this post, we will call three APIs. The first one is to get the list of all the Languages supported by the Translator. The second will be to translate text and the third one will detect language.

Setup your Development Environment for Microsoft Bot Framework

In this post, we will install and set up the necessary tools and software required for us to start developing chatbots using Microsoft Bot Framework.

E-commerce Bot | Part 4 | Implementing the Email Authentication in Microsoft Bot Framework

In this part, we will be implementing the Email Authentication by verifying the user's email using an OTP in Microsoft Bot Framework.

Up ↑