Speaking at SharePoint Conference 2020 in Las Vegas

I am delighted so say, that I got accepted for this year’s SharePoint conference 2020 in Las Vegas. The event will take place from 17th to 22nd of May in total. Standard sessions will be presented May 19-21 and full day workshops will take place May 17, 18 and 22. This conference is a must-see if you want to learn anything about Office 365, SharePoint and OneDrive as there will be more than 150 speakers (Microsoft employees as well as industry-leaders and MVPs), more than 200 sessions (ranging from development focus to targeting IT pros and business users) and more than 20 full-day workshops, which allow you to get a deep dive into one specific topic.

Local Typescript Bot Auto-Reloading using Nodemon

Problem Statement When developing bots using the Bot Framework SDK v4 for JavaScript you certainly want to develop your bots locally using TypeScript, instead of doing the whole development within the Azure poral using the online code editor. But what might be annoying when doing that is that by default, you would need to run npm start for starting the bot. The only problem with that is, that you would need to restart the command again if you changed something in your code to be able that you can test the bot with the latest changes from the Bot Framework emulator.

Integrate QnA Maker Bots - Part 1 - Public Website

Problem Statement Nowadays, it’s quite common to add a “virtual assistant” (a.k.a chatbot) to your public facing website. Almost every organization, especially the ones dealing with endusers (B2C market-oriented organizations) try to add value to their websites in form of a bot. And Microsoft has done a pretty good job, making it easy to build a bot, with little effort and almost no coding. But unfortunately, there is not a complete guide provided, on how to create the bot from the very first click until it can be deployed on to a public website.

Ignite 2019 News on the Conversational AI Platform

Each year Microsoft is inviting intersted people from all over the globe to a big show, called Microsoft Ignite , where nearly 30.000 (you read correctly THIRTY THOUSAND) people gather together to see what’s new for the various products and services Microsoft is offering. Me as a Conversational AI guy, I’m quite excited on the news and announcements they’ll share at the event, but du to the fact, there the amount of news is that big, one has a hard time following all the necessary news and announcements at a glance.

Bot Framework v4 SPFX Web Part Released

The Background So I had this idea already a couple of months to release or better open-source a SharePoint Framework WebPart which is capable of bringing your Bot Framework conversations (= your bot) to SharePoint (Online). Now I finally had the chance of publishing my webpart to the official SPFx samples GitHub repo to make it available for everyone. So if you want to try it out and integrate it into your SharePoint tenant, just clone the repo, and follow the instructions mentioned here and you should be able to get it up and running in a couple of minutes.

Bot Framework v4 Webchat Styling Options

The Starting Position Nowadays, styling is a hot topic. If it looks good - I’ll use it is often the mindset of users. So it’s very important to offer something very good-looking to be successful with what you do. And so it is with bots. The Microsoft Bot Framework team did a pretty good job in styling the webchat component which is looking pretty good out of the box: But companies often have the need to apply their CI/CD guidelines on whatever they use.