Creating a Low Cost Azure SQL DB for your Development and Testing | $5 / Month

Set up a low-cost Azure SQL Database for development and testing at just $5/month. Follow these steps to configure a budget-friendly and efficient solution.

Download and Install SQLiteStudio

In this post, we will install the SQLiteStudio on Windows operating system. SQLiteStudio isย desktop application for browsing and editing SQLite database files.

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.

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.

E-commerce Bot | Part 5 | Working with Azure Cosmos DB Local Emulator to INSERT Product Details

In this part, we will see the Cosmos DB Emulator functionality and manually add few products to the DB. So that we can READ these products later in our bot development.

ToDo Bot | Part 10 | Coding the Delete Task Dialog | DELETE Data from Azure Cosmos DB | Microsoft Bot Framework

This is the bot series onย ToDo Botย where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be coding the Delete Task Dialog.

ToDo Bot | Part 9 | Coding the View Task Dialog | READ Data from Azure Cosmos DB | Microsoft Bot Framework

This is the bot series onย ToDo Botย where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be coding the View Task Dialog to view all the tasks in descending order.

Up ↑