Exploring the history of chatbots, conversational AI on Azure, and how ChatGPT changes everything
By
Matt Eland
on
Chatbots have come a long way since ELIZA. Let’s see how modern chatbots stack up compared to transformers and ChatGPT - and where they will go from here.
Using the Bot Framework v4 SDK, C#, and Azure to Build Chatbots
By
Matt Eland
on
A guided tutorial to create and deploy a starter bot. We’ll walk through creating and configuring the Azure resources, creating the project in Visual Studio, testing the bot, deploying it to Azure, and hosting the bot on a web page.
Give voice to your applications with a few lines of C# code
By
Matt Eland
on
Text to speech lets us build immersive applications that speak to the user using natural-sounding voices in a wide variety of languages and regions. Let’s see how it works with some simple C# code.