Canarys | IT Services

Blogs

Blogs

Welcome to Canarys

Canarys has completed 27 years in business and is celebrating its success as a comprehensive solution provider specializing in Microsoft Azure Cloud, TFS Consulting, Mobile Apps (Xamarin) and Application Development across a broad spectrum of domains. With several hundred customers to vouch for the quality and effectiveness of its services, Canarys…
Read More

SharePoint Consulting

Is cutting costs and increasing employee productivity becoming too high an aim? Do you increasingly think that sharing business data and close collaboration are important factors for timely and informed organizational decision-making? Does reduction of project risks still remain an unfulfilled desire? If your answers are in the affirmative, worry…
Read More

Regulatory and Compliance Solutions

The Global Regulatory Compliance Management group of Fortira Inc. addresses the full spectrum of SOX 302/404 Compliance including Business and IT process evaluations, ERP GRC Access Compliance, SAS 70 assessments, control gap assessments, risk evaluation and remediation, reporting and disclosures, and related internal audit functions. Our group is comprised of…
Read More

Infrastructure Management

The focus has been to provide our clients professional services and result-oriented technology solutions. Our smart sourcing capabilities enable us to provide cost-effective solutions using the most cutting-edge technologies, and our Solutions Team enables us to create, deliver, and manage our clients’ projects over their life cycle. We offer the…
Read More

Software Development Solutions

software development- “Stringent quality standards with benchmark practices and knowledge in various industries, which help provide our customers the best solutions” At our experienced and highly qualified developers and QA Engineers follow stringent quality standards with benchmark practices. This ensures that our customers get maximum value for their IT spending…
Read More

Microsoft Dynamics ERP & CRM Solutions

Canarys has been a prominent Microsoft Dynamics NAV partner since the inception of the practice. We have immense product knowledge, implementation experience and technological competence in the area. This has consistently ensured successful and quick implementations and effective turn-around for our customers. We offer Microsoft Dynamic NAV, AX & CRM…
Read More

Microsoft VSTS Consulting

At a time when businesses are attempting to attain the highest possible degree of standardization and automation in software development, an integrated Application Lifecycle Management and software development toolset like Team Foundation Server holds the key to success. A proper commissioning of the Team Foundation Server (TFS) can work wonders…
Read More

Quality is Our Mantra – Successful Completion of the Surveillance Audit

Canarys has successfully completed the Surveillance Audit and has been certified for ISO 9001:2008. Quality is the way to go…
Read More

India’s First – Microsoft Gold Competency in Application Lifecycle Management

By earning the Microsoft Gold Competency in Application Lifecycle Management, Canarys became the First Indian Company to achieve this honour. By this achievement, Canarys has now added a feather in the cap for the ongoing Visual Studio Consulting engagement with Microsoft Corporation India…
Read More

Authoring custom release gates

Release gates allow controlled automatic collection of health signals from external services, and promote the release when all signals indicate a healthy deployment. In this example, we’ll add a release gate to validate code coverage on a module before deployment. Add gate to the release pipeline 1. Once the extension is installed on your account, you can add the new gate to your release pipelines. 2. Enable Gates and add Code Coverage to the gate.   3. The release would wait for the cumulative code coverage for the chosen module  to reach the threshold before proceeding to the next stage. Configure the gate as shown below.   Task Inputs Parameters Description Artifact Select the build artifact Module (Case sensitive) Name of the module or dll to evaluate Code Coverage Type Line: to evaluate the number of…
Read More

Why customer should choose Azure DevOps

Azure DevOps is rebranding of Microsoft’s Visual Studio Team Services (VSTS), which is the online version of Team Foundation Server. Here are some of the prime reasons as to why a customer should choose Azure DevOps. TFS is originally a source code management tool, which later became a platform, where…
Read More

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…
Read More

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…
Read More

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…
Read More

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:…
Read More

⚡ 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…
Read More

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…
Read More

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…
Read More

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…
Read More

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…
Read More

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…
Read More

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…
Read More

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?…
Read More

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…
Read More

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…
Read More

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…
Read More

Unit Test in C# (Xamarin Forms)

Unit Test are important for a good quality and maintainable code. It help to find error in our code in a very easy manner. For maintenance a software code it is a good practice to write a Unit test in your project. Unit text is performed by the developer and…
Read More

Azure Function : A quick start with database

Azure Function is a solution for running small piece of code or a "Function" in cloud. You can write just the code need for the problem without worrying about the infrastructure or the application to run it. Function can make your development more productive and you can choose your development…
Read More

NAV – Connecting Microsoft Dynamics CRM customized entities

Reason: NAV and CRM can be integrated using inbuilt standard features. However, there are certain scenarios where CRM have new / customized fields. These data if required in NAV, then you’re at the right blog to see ‘How-To-Do’ this. Who can do it? Knowledge of NAV Development Knowledge of NAV…
Read More

Xamarin Forms- Dependency Service (Text To Speech)

It is beautiful  and simple to implement. We can use this feature in our App where we want to add voice with text. Prerequisite :- Xamarin Forms project with PCL Approach. (STEP 1) Create a Interface class in PCL. Right click on PCL project ->Add New-> EmptyInterface Create this Interface…
Read More

Reach Us

With Canarys,
Let’s Plan. Grow. Strive. Succeed.