.NET Core 3 Released

As you might know .NET Core 3 was released a couple of days ago and it came with some exciting features including adding Windows Forms and WPF, new JSON APIs, support for ARM64 and improving performance. C# 8 is also part of this release, which includes nullable, async streams, and …

Create a knowledge base with a QnA Maker

QnA Maker is a cloud-based service that creates a conversational, question and answer layer over structured data. QnA Maker allows you to create a knowledge-base from any structured content such as product documentation, support documents, Frequently Asked Question (FAQ) URLs, and custom questions and answers. The QnA Maker service answers your users’ …