Canarys | IT Services

Blogs

Blogs

Webinar – Streamline Software Development Using Microsoft ALM

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 by elimination of redundant tools An actual case study will was be covered during this session. Please…
Read More

T.F.S Webinars Registration

  Topic Webinar Speaker Schedule Who 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 by elimination of redundant tools An actual case study will be…
Read More

M.S Dynamics Webinars Registration

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 be covered during the session. Speaker Subhash Sharma Senior Technical Consultant…
Read More

VSTS on Mobile

Thank you for the overwhelming response for our first release of VSTS on mobile app. More than thousand users have downloaded our app in a span of 3 months and we have been receiving lot of requests for new capabilities in the App. Our engineering team has been working hard…
Read More

Mobile Apps

There are mobile applications and then there are Applications done by Canarys. Smart phones and tablets have necessitated a need for applications that are not only unique but also worth spending one’s time and money on. Download some of our apps from the Google Play Store and try them out…
Read More

How to Host your Webpages on Google Drive

If you want to host your webpages quickly but don’t have any web sever to host, then google drive is a greate alternative. You can use Google Drive to host your basic websites or even complex javascript based web app like angularJs, backbone, etc. You may publish any kind of…
Read More

SVG Image and advantage

          “SVG images one of the best way to do full resolution graphical elements, no matter what screen size, what zoom level, or what resolution of your device, it will never lose the quality or it will never pixelated.” SVG is an image format for vector…
Read More

Creating Apps Using Phonegap Framework in IOS

Creating apps for different operating system is not a reliability so for reducing developr work for all devices, the phonegap framework comes into picture with a highly responsive for all devices, write program in Javascript/Jquery  and give a build in any platform. So here i am going to demonstrate the…
Read More

Design Microsoft Dynamics Navision 2013R2 RDLC Report

What is RDLC Report? The Report Definition Language (RDL) Data is a report component that is used by Microsoft Dynamics NAV to display the report in the Role Tailored client. Microsoft Visual Studio Report Designer is an external designer that is used to design the visual element (the RDL data)…
Read More

How to Build an Online Help Page in Microsoft Dynamics NAV 2013 R2

Online help page is a web page which displays information in a web browser when user presses the key F1 for the selected field or page in MS Dynamics NAV 2013 R2. In this blog I will try to document the process of creating online help page for Microsoft Dynamics…
Read More

Microsoft Dynamics NAV 2013 R2 Chart Generator

In general chart means visual display of information, this is one such feature that is introduced in the new release of Microsoft Dynamics NAV 2013 R2 where the data can be visualized as per the user need. When the data are very complex then the user can view a visual…
Read More

Overview of Microsoft Dynamics CRM 2013

What is CRM Today’s world is fast changing and full of challenges, which fundamentally changed the way people do business. Every organization has different teams of people who put their efforts to make strategies and execute them to build a successful business by focusing on three fundamental areas known as…
Read More

Uses of MS Dynamics NAV Query Object

Query is a new object in Microsoft Dynamics NAV 2013 that a programmer can use to define a set of data from the Microsoft Dynamics NAV database. Users can query the database to retrieve field’s information stored in the database from a single table or multiple tables using table relation…
Read More

Rapid Start Services in Microsoft Dynamics NAV 2013

RapidStart Services is an integrated tool that helps you to speed up the implementation process and facilitates better control of whole processes in NAV implementation. It includes Project Overview, Master Data Import and Export, Configuration Packages, etc. You can set up a new company in Microsoft Dynamics NAV with RapidStart…
Read More

Sonar Integration with TFS for Java Projects

Sonar Integration with JAVA. 1.Download sonar-3.7 and sonar-runner-2.3*** unzip folders and copy the contents in c drive. http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+SonarQube+Runner                           2.Run InstallNTService, StartNTService and StartSonar bat files. from :-> sonar-3.7                  …
Read More

Performing Sonar Analysis for .NET projects

Sonar Integration with TFS build for .net projects This document provides details about TFS and Sonar integration for .Net projects. The .net projects can be analyzed using solution properties or adding invoke process in the build process template. Pre-requisites: Sonar media download link. http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+SonarQube+Ant+Task Installing Sonar. 1.Download sonar-3.7 and sonar-runner-2.3***…
Read More

Building a RESTful API using python and Django

What you Need? Python 2.6+ Django 1.5+ django-tastypie  Sqllite3 Django is Free and Open Source web application framework written in Python. Which works on MVT(model view template) Framework .   Step 1: Create a model    As it is MVT architecture we have to define a model.It inludes what are…
Read More

Conducting interviews effectively.

   Interviewing candidates for an open position in my company has never been an easy task for me. I have always tried to keep a close vigil on what specifics I need to understand. I have never hesitated to put the candidates on the spot and test them. I don’t believe…
Read More

SQL injection attack and prevention using stored procedure

What is SQL Injection Attack? SQL Injection is one of the many web attack mechanisms (hacking technique) used by hackers to steal data from organizations. It is perhaps one of the most common application layer attack techniques. Improper coding of your web applications that allows hacker to inject SQL commands…
Read More

How to implement multiple service contract in a single WCF service.

First lets us create one service by using “class library project”. STEP1: Create class library project Step2: Delete class1.cs file which is auto generated. Step3: Add wcf service for this project. Right click on right click on class library project->Add->new Item(click)->select wcf service from installed templates and rename is as…
Read More

Why responsive design become the backbone of web and mobile application?

One site for every screen. Day by day there are various of new Smartphones  models are coming the market, so designing a website for any specific phone will not work on all devices. Here we are really need to understand what is the use of flexible lay out design means…
Read More

Exception Management in .Net

You know Exception management is one of the key areas and secure for all kinds of application development. What is Exception Management? Exception management involves managing exceptions that occur in runtime, because exceptions are expensive What are the advantages of exception management? Performance and Scalability:  By knowing the causes of…
Read More

DotnetNuke Installation Process

Introduction: DotnetNuke is a web content management system (CMS) based on Microsoft .NET for building websites with dynamic content. DotnetNuke is written in C#. Though DNN has professional and enterprise editions, community edition is open source. DNN comes with its core modules and many of them are very helpful to…
Read More

New Features in Sql Server 2008

Introduction: Many new developer features were introduced in SQL Server 2008 database. This tutorial discusses the new top 10 developer features introduced in SQL server 2008. 1. Change's in the DATE and TIME DataTypes In SQL Server 2005, there were DATETIME or SMALLDATETIME data types to store datetime values but…
Read More

How to build a client side Repeater Using jQuery and ASP.NET AJAX

jTemplate is a template engine plug-in for jQuery and is commonly used to display tabular data by binding objects to the template. Before using jTemplate, we must know how to use the jTemplate syntax. The following tags are supported in jTemplate and you can see an example here ·         if..elseif..else../if ·         foreach..else../for ·         for..else../for ·         continue…
Read More

A Brief History of Time (spent in the ERP marketplace)

Confession: This blog is no way connected to book titled "A Brief History of Time", authored by the greatest Physicist of our times Dr. Stephen Hawking.  “It is not the strongest of the species that survives, nor, the most intelligent that survives. It is the one that is the most…
Read More

How to make your software demos effective.

I have been involved in Software demonstrations for the last 15+ years. I have done a lot of software demonstrations, some good ones (where we have earned the trust of the customer, and the project or product got sold) and some not so good ones, when the customer was not…
Read More

Excel Keyboard Shortcuts

Below are some of the Keyboard shortcuts I use on a daily basis. Maybe helpful to others   Ctrl + R: Copy the contents from the left cell Ctrl + D: Copy the contents from the above cell End + : Go to the end till where there is text…
Read More

Entity Framework Code First

Code First development with Entity Framework New approaches to modeling for Entity Framework 4.1. Code First Model First Database first Let's go through Code First implementation in this blog.   Introduction In Code First approach, you avoid working with visual model designer (EDMX) completely. You write your POCO classes first…
Read More

Memory Management in iOS

Memory Management iOS In this blog we will walk through very important thing which all iOS developer should  always need to take care while developing  apps for same. We will  see  few topics related to this thing which is below :- What is the term memory management? What may happen…
Read More

Reach Us

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