-
Angular — Protect your unsaved data
Have you ever filled a form and mistakenly closed that tab or went back without completing the process and lost all those data? Prevent your users from experiencing the same. Angular provides CanDeactivate route guard, which prevent navigating from one route to another, unless the given condition becomes truthy. Imagine a simple dashboard, having a form which helps…
-
Introducing Azure DevOps Earlier (VSTS)
Microsoft recently announced Azure DevOps and an evolution of Visual Studio Team Services (VSTS) which is now called as Azure DevOps Services. All the VSTS users will be able to move or change to new URL and UI with ease. Instead of <your account name>. visualstudio.com you will be using dev.azure.com/<your account name> and off…
-
Create a simple Chatbot App using Botframework & Xamarin.Forms
We can integrate Chatbot API with Xamarin.Forms App using two methods, Embed Code with Web View or Native with DirectLine. In this blog, I shall explain how to integrate Chatbot using embed code with WebView which is simple. To achieve this, we need to have below 3 things set up An Azure account Create Bot…
-
Create a Basic Bot with the Bot Builder SDK for.NET
-
Authorize access to VSTS REST APIs with OAuth 2.0
Here in this blog we will discuss how can we implement OAuth authentication to VSTS REST API’s using access Token. Authenticate your web app's users to access the REST APIs so that your app doesn't have to keep asking for their usernames and passwords. Visual Studio Team Services uses the OAuth 2.0 protocol to authorize your app…
-
Microsoft Dynamics NAV Control & recognizes add-ins
-
What’s New On Microsoft Dynamics NAV 2018
-
Initializing Core Data In Swift 4 For Mobile App Development
-
Microsoft Dynamics NAV 2018 User Task
Introduction: User Tasks is a one of the new feature added in Microsoft Dynamics NAV 2018. In this you can create the tasks for yourself and assign tasks to others or be assigned a task by someone else in your Company and you can set an expiration date, create a recursive task. User Task Functionality:…
-
Migrating Work Items from 1 Team Project to another Team Project in VSTS