-
Autofill RecVariable Name in DynamicsNAV 2015
I discovered something quite interesting couple of week back and I thought it was worth sharing. When you create an object type variable in Microsoft Dynamics NAV 2015 and you leave out the name then NAV will automatically suggest the name based on the subtype. So, when creating variables that are pages, records, reports, codeunit, xmlports, etc. then…
-
Bugzilla to TFS Migrator (Part 2 of 4) – Installation
This is the second part of the Bugzilla to TFS Migrator blog series covering the installation of the migration tool for migration from Bugzilla to TFS 2013. The Bugzilla to TFS Migrator tool is available for download from the link http://ecanarys.com/products/bugzilla-tfs-migrator on the Canarys website. Click on the “Click here to Download” button, provide the…
-
Bugzilla to TFS Migrator (Part 1 of 4) – Introduction
Many of us have been big fans of Bugzilla and have been using it to track bugs for many years. Bugzilla was a great web based tool and helped immensely in managing defects found by the testing team. Though Bugzilla was great for bug tracking, it offered very little help in the other aspects of…
-
Bugzilla to TFS Migrator (Part 4 of 4) – Migration
This is the final part of the Bugzilla to TFS Migrator blog series covering the actual steps of migration from Bugzilla to TFS 2013. To initiate the migration, run the Bugzilla Migrator Tool. The Bugzilla URL will be picked from the information provided during the installation. Click on the button beside the TFS Collection field…
-
Bugzilla to TFS Migrator (Part 3 of 4) – Configuration
This is the third part of the Bugzilla to TFS Migrator blog series covering the configuration of the migration tool for migration from Bugzilla to TFS 2013. The Bugzilla to TFS Migrator tool requires few configurations to be completed, prior to use. One of the requirements is to have a customized TFS bug work item…
-
Unit testing in .NET
Unit Testing – Explained A process which involves writing code to verify a system at a lower and more granular level is known as Unit Testing. Unit Testing gives us the ability to verify that our functions/methods work as expected. It is used by programmers for programmers. Unit tests are written to ensure that code…
-
Part 2 of KnockOut.js in Asp.Net
Computed Observables: Functions which are dependent on one or more observables and will automatically update whenever any of the dependencies altered. Eg: If we want to display full name based on first name and last name then Step 1: Declare view model function AppViewModel() { this.firstName = ko.observable(‘Naresh’); this.lastName = ko.observable('Reddy'); } Step…
-
TFS 2013 Build Template Customization
How to enable logging verbosity process parameter in build definition? Verbosity for a build will help us to debug the build results to see what exactly went into build. In TFS 2013, default build process template TfvcTemplate.12.xaml verbosity level is set to “Normal” by default and if we need to change the verbosity level we…
-
Introduction on SignalR
Introduction on SignalR Real–Time Web Application The real-time web is a set of technologies that enable users to receive information as soon as it is published by its authors, rather than requiring that they or their software check a source periodically for updates. Examples of Real–Time Web Application Development News feed and Notifications in Facebook…
-
MS Dynamics
Canarys team has built a few vertical solutions on Microsoft Dynamics platform. These products are built using Microsoft Dynamics development tools and are completely integrated with them.