Canarys | IT Services

Blogs

Blogs

VSTS Rollup Service – Setup

Hi All, if you are worrying how to calculate sum of the effort fields in VSTS, here is the solution. I’m going to explain you how our VSTS Rollup Service works. Here is the entire thing you need to know. VSTS Rollup is a Web Service which provides summed values of…
Read More

VSTS RollUp

Hi All, In this post, I’d show you show you the few Pre-requisites to get your VSTS Team Project registered for the RollUp web service, and Steps to create service hooks. Please search for VSTS Rollup on VSTS Marketplace and click on Get Started. Before you start : Below few Pre-requisites to get…
Read More

VSTS Area Uploader

Hi All, In this post, I’d show you the VSTS Area Uploader tool, which helps you to upload the Areas with multiple level from a .csv file to your team project/ multiple team projects. To start this, browse to VSTS MarketPlace and search for VSTS Area Uploader. You should see the screen as below…
Read More

VSTS Copy Dashboard Tool

In this blog I’m gonna show how to use VSTS Copy Dashboard  tool that replicates/copies the existing dashboard from one team to either single or multiple teams and reduces time & effort of recreating widgets and charts. To access the tool, browse to the VSTS MarketPlace and search for the Dashboard Migrator. You should see…
Read More

Implementing Google account authentication in ASP.NET MVC

Implementation of Google OAuth in MVC application:   Step 1: Create a Google OAuth application           To create it please follow the steps below: Go to https://console.developers.google.com, login with your Gmail id. Click on ‘Select a Project’ dropdown at left top of the page. Click on ‘Create project’ button, Enter…
Read More

Sending Test reports by Email using Office 365, Gmail

Wouldn’t it be great if Test Report are sent automatically across team as soon the Test Execution is complete?? Now, let’s see how to achieve this using Office 365.com, Outlook.com and Gmail.com account as the SMTP host. Include the below code in your OneTImeTearDown (NUnit) or AfterClass (TestNG) method: we…
Read More

Token Based Authentication for Web API’s

Securing ASP.NET Web API using Custom Token Based Authentication Providing a security to the Web API’s is important so that we can restrict the users to access to it. We can provide the security in two different ways: Basic authentication. Token based authentication. In this blog, we will discuss how…
Read More

Dashboard Migrator Tool

Hi All, In this post I'm gonna show you The Dashboard Migrator that helps you to copy the dashboard across different teams within the same Team Project easing the need of setting up the data to multiple teams which includes data like widgets, charts, Build summary etc. To do so…
Read More

Access Control in Swift 3

If you are doing programming for a while, you have often heard of some weird keywords like open,public,internal,file-private and private. Before we dive into those keywords, we must know one important thing “Module”. module is just a bundle of code. single Xcode project/framework/bundle is considered as a single module. Even…
Read More

Extent Reports in Selenium CSharp (C#)

Reports play a fundamental role when it comes to TESTING. Tester can now  know the real-time reports of test suit execution. Reports made ease to know the ratio of Pass? : Fail? post-test suit execution and it is the only documentation to know about test execution results. Everyone wish to…
Read More

Canarys Automations Pvt Ltd recognized as finalist for 2017 Microsoft DevOps Partner of the Year Award

                Bengaluru, Karnataka, India — June 2, 2017 — Canarys Automations Pvt Ltd today announced it has been named a finalist in the 2017 Microsoft DevOps Partner of the Year Award. The company was honored among a global field of top Microsoft partners…
Read More

VSTS Team project Monitor

In this Blog we will discuss about new VSTS extension "VSTS TeamProject Monitor" developed by Canarys. The extension allows you to view the total number of team projects created for an account, process templates being used and option to delete one or more Team projects at one go. Below are the feature of…
Read More

Web API 2 With Repository pattern

Web API 2 With Repository pattern How to create Repository pattern in web API 2. Overview of Repository Pattern The repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an application. It is a data access pattern that prompts…
Read More

Migration Process of SVN to Git

Subversion (SVN) is a central version control system (VCS) while Git is a distributed version control system. SVN does some things very well and has been a great source control system. But the features that Git brings – distribution, performance, easy branches, easy merges, stash – are hard to pass…
Read More

How to Set Up Selenium WebDriver in Visual Studio Enterprise 2015?

Pre-requisite : Visual Studio Enterprise 2015 application should be installed into the system. Create the new project in Visual Studio : Select New option from File menu and click on Project. Refer Fig.1. Fig.1 On New Project windows popup > Select Visual C# > Windows > Console Application > Enter Name and Location and click on…
Read More

VSTS on Mobile

VSTS on Mobile Canarys Automations Pvt Ltd Business, Productivity VSTS on Mobile extends enterprise applications (TFS, SharePoint) to mobile devices and optimizes the workforce in your organization. This app is robust, secure, scalable and responsive mobile solution with a platform support for multiple devices. Download Free App for Android and…
Read More

Connect apps and integrate data with workflows using Azure Logic Apps

Implementing complex business process has been made easy. Logic Apps in azure provide a way to implement simplified scalable integrations and workflows in the cloud. It provides a flow chart designer to model and automate your process as a series of steps known as a workflow. Connectors are available across…
Read More

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

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

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

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

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

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

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

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

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

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

Continuous Integration/ Continuous Deployment VSTS

Following the below steps you can build and deploy your ASP.NET  app to Azure from either Visual Studio Team Services  Upload your code Upload your latest code to Visual Studio Team Services repository. Create the definition Login to your VSTS account https://xxxxxxxx.visualstudio.com/ Open your team project in your web browser…
Read More

Parallel Execution using Selenium Webdriver and TestNG

While testing a web application it is very important to test the application on different browsers. We can achieve this by using Selenium Web driver and TestNG. If there are more number of scripts to be executed and executing them on each and every browsers sequentially is time consuming. This…
Read More

How to Sync On-premise AD with Windows Azure AD using Azure AD Connect tool

  Azure AD is a service that provides identity and access management capabilities in the cloud. Azure AD can be integrated with existing on-premise AD for providing single sign-on functionality for their users to access the cloud applications. So it is essential for organizations to keep the credentials in both…
Read More

Reach Us

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