Category: Canarys

  • Assertions in Coded UI

    Let us discuss how to add assertions in coded UI. Assertions are checkpoints/benchmarks to UI controls and are used to verify the expected results of UI controls in Coded UI testing. Following are some of the assertions that are available in Coded UI.     AreEqual     AreNotEqual     Contains     Matches    …

  • An introduction about Node.JS and usage of its modules

    Node.js is an open source, cross platform JavaScript runtime environment for developing variety of tools and applications. Node.js is a platform that built on Chrome’s JavaScript runtime. Node.js applications will be developed in JavaScript and they run within Node.js runtime. In this article I am going to show you how to setup Node.js, how you…

  • TFS to VSTS Migrations

    The next evolution of TFS Whether you’re a startup or Enterprise or you’re a team of just one, with Visual Studio Team Services you can easily carry out all the DevOps activities like plan, develop, test, deploy and monitor your business critical applications, from anywhere. You don’t need a large infrastructure team, and you don’t…

  • Custom Control in WPF

    File Upload Custom Control in WPF This article is about Custom control in WPF, Custom controls are also the user controls, but there is some difference between them. UserControl (Composition) Composes multiple existing controls into a reusable “group” Consists of a XAML and a code behind file Cannot be styled/templated Derives from UserControl CustomControl (Extending…

  • Analysis of Load Test Results

    Analysis of Performance Data After you capture and consolidate your results, analyze the captured data and compare the results against the metric’s accepted level. If the results indicate that your required performance levels have not been attained, you can analyze and fix the cause of the bottleneck. The data that you collect helps you analyze…

  • How to use AngularJS Services and Controllers

    Here in this blog I am going to show some advanced and common functionalities of Angular JS which can be used to web applications development. Before we start if you want to learn more basics of Angular JS, please visit Introduction to Angular JS Angular Services and making AJAX calls using Angular JS. In AngularJS,…

  • CfMD services -Dynamics NAV

    CfMD services help ISVs minimize the time and effort needed to get their software solution through the CfMD process. We offer services as a package or individual in order to get the CfMD Certificate done. Solution Design ,development and upgrade We at Canarys help customer to make any modification in their NAV Application codebase to…

  • Azure Blob Storage: The PowerShell Way!

    Hi folks! Great to see you again. This blog post is purely based on Azure Blob Storage: The PowerShell way! In this blog post, I will 1.     Create a New Azure ResourceGroup 2.     Create a Storage account 3.     Create a New Container inside the Blob Storage of Storage Account. 4.     Upload a text file from…

  • What’s New in Microsoft Dynamics NAV 2017

    We were hearing about Dynamics NAV 2017 since long time that it will be releasing by the end of 2016 which will be coming up with further integration of office 365 and few many more interesting features (called project Madeira). Yes, now Microsoft has released the beta version of NAV 2017.  Here is the brief…

  • Create a Windows Server 2012 R2 VM using ARM in Azure PowerShell

    Hi Folks, In this Blog Post we will learn how to create an Azure ARM Virtual Machine using Azure PowerShell. For this, you will need an Azure Subscription and machine with Latest Azure PowerShell installed.   1. Run the following script in Azure Powershell:  //Replace MyName with YourName everywhere. Login-AzureRmAccount   $locName = "Central US"…