-
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
In this blog, I am going to show how to create a basic bot using Microsoft Bot Builder Framework and SDK for .NET. What is a Bot? A bot is a software that is designed to automate the tasks you would usually do on your own, like booking a flight ticket, adding an appointment to…
-
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
CONTROL ADD-IN’s IN NAV: Microsoft Dynamics NAV 2015 comes with one new feature in Add-In files area we do not need manually to copy add-in dll to client… Click here to read full post Authour, Subhash Sharma
-
What’s New On Microsoft Dynamics NAV 2018
API Integration in NAV 2018 As most of us know that Microsoft NAV 2018 has released a great feature about API in 2018, to support this feature we have new page type called as ‘API’. You will find four new properties in API Page I.e. Page type, Entity Name, Entity Set Name, ODataKeyFields. For…
-
Initializing Core Data In Swift 4 For Mobile App Development
Why Core Data? There are multiple ways to store data in your iOS app but one of the best way is to use core data . also allows you to store your data within app bundle and your data to be retained on app launches. What’s Core Data? According to Apple ,Mobile App Development for Core Data…
-
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
Hi ya’ll, in this post I am gonna show you how to migrate work items from 1 Team Project (TP) to another TP in VSTS using the vsts work item migrator tool. WiMigrator is a command line tool designed to Migrate work items from one VSTS/TFS project to another. In order to do so, below…
-
Animation with Xamarin Forms
In this Article I am going to show you how we can add animation in our Xamarin Forms Application. It is very simple process to add animation with xamarin forms app. We are not going to use any 3rd party plugin for that. Because this property available with default project. Just we need to use…