Most of us just consider games and other daily-life simplifying apps. Cloud computing is essentially offering an application or service over Mobile cloud applications
Become A Programmer With Your Phone, No Previous Knowledge Required.
Welcome my Otakus, Today I am going to brief you about "How you can program using PYTHON language on your mobile phone without knowing the ABC of programming".
ToDo Bot | Part 2 | Welcome Card | Adaptive Cards | Microsoft Bot Framework
In this blog series, we will create a ToDo bot that will allow you to Create, View and Delete Tasks. In this part we will create a welcome card using Adaptive Cards. Welcome card will be shown to the user when user joins the conversation. It is a best practice to let the user know, what this bot is all about and how can the user interact with it.
ToDo Bot | Part 1 | Setup the Development Environment | Microsoft Bot Framework
In this blog series, we will create a ToDo bot that will allow you to Create, View, and Delete tasks. In this part we will setup the development environment.
How to create Model Classes from API JSON Response in Visual Studio
There is an easy and fastest way to create Model Classes in Visual Studio. You don't have to go to Online third party providers and generate the model classes. You just have to create a new class file and place your cursor where you want the generated model classes to be kept.
Create Flight Booking Core Bot using Azure Bot Service
Before starting, I hope you have an Azure Subscription. If you don’t have one, create a free account here. This bot is created using azure services. If you want to create flight booking bot using the C# template using Bot Builder SDK in Visual Studio, go to my post.
Create Flight Booking Core Bot using Bot Builder SDK in Local Environment | Microsoft Bot Framework
A bot is an app that users interact with in a conversational way, using text, graphics (such as cards or images), or speech. Every interaction between the user and the bot generates an activity. The Bot Framework Service, which is a component of the Azure Bot Service, sends information between the user's bot-connected app (such as Facebook, Skype, etc. which we call the channel) and the bot.
Workload Options for Microsoft Bot Framework
When you click on Modify, you will see many Workloads to choose from for various development activities. For Microsoft Bot Framework, only one workload is sufficient if you are developing your bot locally.
How to check folder exists in SharePoint using MS flows?
There are some cases, where you need to find whether a folder is present in the SharePoint file path. Here we will be using Power Automate to check the folder existence.
Push your Code to Azure DevOps Repository using Command Line
Keeping a track of your changes and its history is very important for a developer. Azure Repos is a set of version control tools that you can use to manage your code. Whether your software project is large or small, using version control as soon as possible is a good idea. Version control systems are software that help you track changes you make in your code over time.
You must be logged in to post a comment.