ToDo Bot | Part 8 | Connecting Bot with 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 connecting our bot with Azure Cosmos DB. For not to incur any charges for Azure Cosmos DB, we will use the Emulator.

ToDo Bot | Part 7 | Working with Azure Cosmos DB Local Emulator | 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 working with the Azure Cosmos DB local emulator to understand basic functionalities before connecting the bot with DB.

Insert Rows in the Azure SQL DB Table using Power Automate | Send API Response Data to DB

Here we will be updating the SQL Database with data coming as a response from an API using Power Automate. Automate business processes, connect to almost 300 data sources and publicly available API.

Connect Bot Framework to DB [Part 3] | READ data from Azure SQL Database

Azure SQL Database is the intelligent, scalable, relational database service built for the cloud. It is evergreen and always up to date, with AI-powered and automated features that optimise performance and durability for you.

Connect Bot Framework to DB [Part 2] | READ Data from Local SQL Database

This is part 2 of the series “Connect Microsoft Bot Framework to Database“. In the last part, we have used Entity Framework to connect to the DB. In this part, we will use the same Entity Framework inside the Bot Framework to connect the bot with the local DB.

Connect Bot Framework to DB [Part 1] | READ data from DB using Entity Framework

Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with many databases, including SQL Database (on-premises and Azure), SQLite, MySQL, PostgreSQL, and Azure Cosmos DB.

Up ↑