Canarys | IT Services

Blogs

Blogs

New and Important things to know for better RDLC report design in NAV 2013 R2.

We are all learning new things about RDLC report design and we know that still there are lot of things to learn about, here are the things I’m sharing which I learned.        1.  How to make page Header and Footer as dynamic.        2.  How…
Read More

Why automation testing is required and its advantages over manual testing process

What is Automation Testing? Making the manual testing process as an automatic is called Automating Testing, which includes the development and execution of test scripts to verify customer requirements using any automation tool. Automation testing is not a replacement to manual testing. The idea of test automation is to automate…
Read More

Examples of Selenium Webdriver Scripts

Examples of Selenium Webdriver Scripts Now its time to code and execute the selenium webdriver scripts after installation of TestNG framework successfully. Example 1: Create a class as “Example” copy and paste the below mentioned code and right click on classname and mouse over on “Run As” option and click…
Read More

How to Install TestNG framework (Step by Step installation process)

Steps to Install Eclipse using install new Software: Step 1: In Eclipse, on top menu bar, Under Help Menu, Click on "Install new Software" in help window.   Step 2: Enter the URL (http://beust.com/eclipse/) at Work with field and click on "Add" button. Step 3: Once you click on "Add"…
Read More

Prerequistes for installing TestNG Framework in eclipse IDE

TestNG Introduction TestNG is an open source automated testing framework, where NG of TestNG means NextGeneration. Cedric Beust is the creator of TestNG. It eliminates most of the limitations of the older framework and gives the developer the ability to write more flexible and powerful tests with help of easy annotations, grouping, sequencing &…
Read More

What is Selenium Webdriver

Automated software testing is a process in which software tools execute pre-scripted tests on a software application before it is released into production. The objective of automated testing is to simplify as much of the testing effort as possible with a minimum set of scripts. The main reasons for these…
Read More

How to add Overlay in Windows phone 8

Windows Phone is windows mobile operating system from Microsoft. In my project, there was a requirement of Overlay panel whenever the data is requested from server (i.e., when task takes some time to execute). Here, I am going to show you a sample example of using overlay in windows phone…
Read More

Using Bootstrap Validation in Asp.net Applications

Bootstrap is a powerful mobile first front-end framework for faster and easier web development. It uses HTML, CSS and Javascript. Bootstrap is built on responsive 12-column grids, layouts and components. Whether you need a fixed grid or a responsive, Bootstrap’s responsive CSS adjusts to Desktops,Tablets and Mobiles. Advantages of Bootstrap:…
Read More

Importing & Exporting Data in Microsoft Dynamics NAV 2013R2

     Since we all know In Microsoft Dynamics NAV 2013 R2, the support for the .fbk files was removed, but with Cumulative Update 8 for Microsoft Dynamics NAV 2013 R2, Microsoft has introduced Windows PowerShell cmdlets so you can export data from a Microsoft Dynamics NAV database and import it into…
Read More

How to build chat application using SIgnalR

Introduction Hello friends, This blog is related to a chat application which conatins the exchanging the words in between and also you can share the files.This is a live chat applcation which uses SignalR as a  Dot net library for exchanging the data.  Lets start the discussion in brief.I hope…
Read More

Design Microsoft Dynamics Navision 2013R2 RDLC Report Part-2

  In this post we will move to next step, and there we will go through two more data item grouping. For example: Here we will list Customer Ledger entries by Customer, then Customers by Salespersons. So we will get all customers for each salesperson and ledger entries for each…
Read More

Automating .NET builds using CCNET and TFS

CruiseControl.NET (CCNET) is an open source tool used for continuous builds on server, where testing is required parallel to development. CCNET periodically checks the version control for changes to codebase, builds the source code if any modifications found, publish the build to website hosted location and notifies the build status…
Read More

Using XMPP and Openfire server in ASP.NET C# – Part -2

Roster in XMPP Roster are the contacts of  user (contact list).   Roster Handlers in AgsXmpp Let us discuss, the handlers other than the mentioned in part -1 i.e., (loggedin, loginfailed) are mentioned below ·         OnRosterItem ·         OnRosterEnd ·         OnRosterStart   Let us recap part -1 (http://www.ecanarys.com/blog-entry/using-xmpp-and-openfire-server-aspnet-c-part-1 ) login part…
Read More

Migrating TFS 2013 Version Control to TFS Git with changeset history

There are several articles on the web describing the migration technique with minimal details. This article is an effort to provide the complete information to successfully migrate from the TFS VC to the TFS GIT VC. TFS ‘out-of-the-box’ does not provide any tools to export import source code or changesets…
Read More

Webinar-subscribe

Subscribe using the form below to get updates on our future webinars!!! We will ensure you to send updates on the upcoming webinars in the future. Thank you.  …
Read More

Webinar – The process of version migration from older versions of Navision to NAV 2013 R2

  Please watch LIVE RECORDING Video of the webinar session below which took place on 5th June 2014. The process of version migration from older versions of Navision to NAV 2013 R2 Effectively planning for a version upgrade Pre-requisites for a version upgrade project Best practices for version upgrade Use of…
Read More

Webinar -The curious case of native versus the cross platform development of mobile apps

The curious case of native versus the cross platform development of mobile apps Business is often caught in a predicament to choose technology that best suits the objective of delivery and maintenance of mobile apps.  Advent of various cross platform mobile development technology offers Business and Developers to leverage existing…
Read More

Webinar – The process of version migration from older versions of Navision to NAV 2013 R2

The process of version migration from older versions of Navision to NAV 2013 R2 Effectively planning for a version upgrade Pre-requisites for a version upgrade project Best practices for version upgrade Use of tools An actual case study will also be covered during the session Please watch the of the webinar…
Read More

Onsite Support Project on NAV 2013 R2 in Malaysia for the second consecutive year

At Kuala Lumpur, Malaysia, Canarys Dynamics team is providing technical support for Microsoft Dynamics NAV 2013 R2 projects. Our domain expertise, skill set / competency on earlier NAV versions was very critical to qualify and win this engagement. With the rapidly changing landscape of Dynamics NAV, it is imperative to…
Read More

Dynamics Team commences work on NAV Version Migration for a prestigious client in Malaysia

Canarys Dynamics Team is all excited and geared up to commence work on NAV Version Migration project for a prestigious group in Malaysia.  The migration of artifacts from Navision 3.10 to NAV 2013 R2 brings its own set of challenges and it requires a deep domain insight to address DB…
Read More

Manage My SMS

Manage My SMS Canarys Automations Pvt Ltd Communication, Utility Stay organized with your SMS messages into folders like Personal, Updates, Promotions, Home, Office, Friends, Bank, Junk etc for free. This app is compatible with all of your Android devices & Free Description Stay organized with your SMS messages by automatically…
Read More

How To Unlock/Reset Your Android Password Pattern Lock Without Internet Connection

This tutorial will show you how to unlock and reset your android device lock pattern if you have forgotten your lock pattern and if you forgotten your Google/Gmail account. If you have synchronized your android device with Google Gmail account before then you just need to signin your Gmail account…
Read More

How to write custom code in NAV 2013 R2 Report layout design?

You may want to add custom code to the RDLC report to do more actions than what’s already provided with the report functions. So it gives you a base for extending your report functionalities which can’t programmed in NAV report design environment. You may want to add custom code to…
Read More

How Microsoft Dynamics CRM workflow definitions are stored in the SQL Database

Microsoft Dynamics CRM, is one of the prominent offerings from the Microsoft Dynamics family of ERP and CRM products. It is quite a long time now that MS CRM is in the marketplace. We came across a very odd request from one of our clients, asking us develop a tool…
Read More

Techno Feast 2014

Building enterprise apps with smart tools and solutions using NAV, TFS and Mobility platforms Attend the Technology feast and avail consulting services worth $1000 Free Join us @ TECHNO FEAST to understand how enterprises get benefited by partnering with Canarys for using NAV, Mobility and TFS services and solutions. Learn how you…
Read More

Join Techno Feast 2014

You can choose any of the location near to you out of these 7 major cities                                                          More Details about Techno Fest  Washington DC Webinar…
Read More

Canarys is a finalist for 2014 Microsoft ALM partner of the year award from INDIA

  Bangalore, Karnataka, India — May 29, 2014 — Canarys, today announced it has been named a finalist in the 2014 Microsoft Application Lifecycle Management Award. The company was honored among a global field of top Microsoft Corp. partners for demonstrating excellence in innovation and implementation of customer solutions based…
Read More

SSRS(Sql Server Reporting Services) Reports

What is SSRS reports? SSRS stands for SQL Server Reporting services a server based report generation software system from Microsoft. SSRS is reporting platform whereby reports are stored in single centralized web server. Reports deployment is so simpler. SSRS  reports are  generated  by using BIDS(Business intelligence development server) included with SQL…
Read More

How to Build Online Help Pages in Bulk using Merge Tool.

Explains how to build online help pages in bulk for 2013 R2 version of NAV using merge tool. It includes detail of creating content from an excel sheet to building online (HTML) pages in bulk using Merge tool. The following are the steps which will be followed to build online…
Read More

Webinar – Streamline Software Development Using Microsoft ALM

Please watch the LIVE RECORDING Video of the webinar session below which took place on 3rd June 2014. Streamline Software Development Using Microsoft ALM The webinar covers the advantages of using the Microsoft ALM solution based of Team Foundation Server including Improving Project Visibility Improving Developer Productivity Improving Quality Cost Reduction…
Read More

Reach Us

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