-
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 a more loosely coupled approach…
-
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 up. These two tools have…
-
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 OK button. Refer Fig.2. Fig.2…
-
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 iphones Description The ultimate app…
-
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 the cloud and on-premises to…
-
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…