Demystifying QnAMaker FAQ Bots Supported Language Myth

Image Source: Internet + Editing. Original Image: https://blog.ch.atosconsulting.com/create-bot-faq-4-steps/ Introduction In this article, I will brief you about how QnA Maker knowledge base service deals with languages, how to verify the language associated with the service, and about the recommended way to develop FAQ Bot with multiple languages. Pre-requisite Knowledge about what QnA Maker service is. … Continue reading Demystifying QnAMaker FAQ Bots Supported Language Myth

Advertisement

Real-Time Cricket Score Chrome Extension using Azure Functions and SignalR

In this article, I will discuss how to show real-time cricket score notification from chrome extension using serverless Azure Functions and Azure SignalR. I have used cricapi.com free API service to get the live cricket score updates. The purpose of this article is to show the power of serverless architecture using azure functions and broadcasting … Continue reading Real-Time Cricket Score Chrome Extension using Azure Functions and SignalR

Convert HTML To PDF Using Angular 6

htmltopdfng6 Introduction Sometimes, we need to provide the important data of an application in the form of a document like a PDF or an image. Those times we need to convert the HTML layout into the document, and here, we are going to do the same task to convert the HTML into PDF. I went through many … Continue reading Convert HTML To PDF Using Angular 6

Guest Post program: Welcoming recently joined authors

From September 2018, I have opened the gates for the guests to publish their articles on my site and I am glad to announce that 4 authors have been joined till now. If you are also interested to be a guest author then have a look here. This post is to welcome all the authors … Continue reading Guest Post program: Welcoming recently joined authors

Publish Angular 6 App To Firebase

Introduction We are going to learn to publish an Angular app using Firebase by following these steps. Publishing the site using Firebase is pretty easy. There are so many ways to publish our Angular app but Firebase makes it very simple and much faster to publish. Why we choose Firebase Firebase is a mobile and … Continue reading Publish Angular 6 App To Firebase

Application Bootstrap And Life Cycle hooks in Blazor

With the launch of the Blazor, we Know how web assembly and C# can be a game changer and will help the C# to run on Browser so moving  next let’s see how we can setup Blazor in your machine and how we can get started with our first application with Blazor Agenda Environment setup … Continue reading Application Bootstrap And Life Cycle hooks in Blazor

ChatBot With Azure Authentication – Part One

BotApp | AuthenticationWebApp Highlights of the article series How to register an app with Azure Active Directory? How to get the access token using Azure Active Directory authentication? How to register a bot application with Azure Bot Service? How to user Bot State Service to save user conversation state data such as access token? Prerequisites … Continue reading ChatBot With Azure Authentication – Part One