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.

How to Download QnA Maker Bot Source Code from Azure Portal?

In this post, we will download the Azure Bot source code from Azure Portal. This is helpful when you have created the bot directly from QnA Maker Portal and now you want to make some changes to the bot source code.

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.

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.

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.

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.

Reusable State Bot Template for Microsoft Bot Framework

If you are trying to build a State Bot or any bot which has states, then this template might help you make your job easier. I created this template by going through one of the tutorial series on the Managing States.

Get the User Details using Microsoft Bot Framework in C# with Waterfall Dialog Model

In this post, we will get the User details and validate them using the Waterfall Dialog Model in Microsoft Bot Framework v4 using C#. Very useful for beginners to learn Waterfall Dialog Model.

Up ↑