Category: Canarys

  • Roles in DevOps Mobile App Development

    DevOps can be defined as an approach to enable seamless application delivery from inception to production. This approach improves Software Development by focusing on collaboration between various stakeholders and project members. DevOps is gaining popularity with the mobile app development teams. Mobile app development generally adopts the latest trends, technologies and tools for developing intuitive…

  • What is DevOps and why Enterprises are serious about it?

    The term DevOps is becoming increasingly familiar as more and more companies are interested in implementing it. The combination of two words, Development and Operations unified the software development culture and practice. The biggest advantage of using DevOps is that it basically helps with performance improvement to create shorter deployment cycles. DevOps creates a better…

  • Dynamics 365 Business Central: How to Record Events in Business Central

    When you are developing an extension for Dynamics 365 Business Central and you need to interact with the standard Microsoft’s code, one of the hardest problems is detecting which event you can subscribe to (As you already know, you cannot modify standard code in the D365BC platform, but you can only attach to events raised…

  • How to pass Images from Report Body to Header/Footer in RDLC

    When using SetData and GetData functions to pass data from report body to report header/footer we can also pass the images. For example: when creating a multiple document for different companies with different logos. Find the below code to achieve the scenario. 1. Create the following function in Report Properties: Public Function ConvertPicture(Value)   If…

  • 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

    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