Category: Canarys

  • 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 fast development. You can extend…

  • 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, break jTemplates also supports “for”…

  • 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 there was no specific datatype…

  • 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 adaptable to change” – Charles…

  • 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 very convinced and wanted to…

  • 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 either to the left or…

  • 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 and then create database from…

  • 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 if we don’t do memory…

  • TFS Build for .Net 2.0 Projects

    Clients have strange requirements. The other day I had been to a client for a discussion. These guys are using .Net 2.0 framework for their application. What’s strange is that new development is also happening in 2.0 framework. The problem arose when these guys wanted to use TFS Team build for building their legacy apps…

  • Telerik RAD (Rapid Application Development) Controls for ASP.NET AJAX

    Introduction: Telerik provides a ultimate toolbox for developers which includes Web UI Controls, Desktop UI Controls, Mobile UI Controls, VisualStudio Productivity Tools HTML5/JavaScript widgets, Data tools, Functional testing and Unit Testing. In this blog I am explaining about one of the WEB UI Control Toolkit i.e ASP.NET AJAX. ASP.NET AJAX development toolset supports ASP.NET 3.5…