API Testing Bot | Part 1 | Microsoft Bot Framework

This bot will help you to test your APIs by giving the response as passed or failed. In the first part we will cover Open GET APIs. Open GET APIs don't have any authorization as such. We just provide the URL and call the API, which in turn gives a response along with status code.

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.

WhatsApp Bot | Get Daily Jokes on WhatsApp using Azure Functions and Twilio

This is the WhatsApp Bot which gets the Jokes, daily to your WhatsApp number. I have scheduled the job to get executed daily at the scheduled time.

WhatsApp Bot | Get Covid Data Daily on WhatsApp using Azure Functions and Twilio

This is the WhatsApp Bot which gets the COVID data daily to your WhatsApp number. I have scheduled the job to get executed daily at the scheduled time.

Create Azure Resource Manager Bot using Bot Builder SDK and LUIS in C#

Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.

Create a Simple Language Detector Bot using Bot Builder SDK and Google Translation API

We create a simple Language Detector chatbot using Google Translation API. We will use the Bot Framework to create a bot in our local environment.

Add QnA Pairs in QnA Maker Knowledge Base using the Bot in C#

Update your QnA Maker Knowledge using the ChatBot. Add new question-answer pairs to your KB with the help of bot interactive environment. You can also update and delete existing KB with this bot.

Call Azure REST API using C#

Representational State Transfer (REST) APIs are service endpoints that support sets of HTTP operations (methods), which provide create, retrieve, update, or delete access to the service’s resources. In this demo, we will get all the resource group details and created a resource group.

Up ↑