Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

WPF Converter : Show autoincrement number in ListBox

Introduction If you want to do data binding between  incompatible types, you need to use a converter. A converter converts the value from source type  to target type and vice versa. A value converter is a class, that implements the simple

Cursor in SQL Server

A cursor is a database object that can be created at runtime. It is used to get data  from a result set line by line(or row by row) rather than executing  all the rows in the result set at a single time like an SQL-transaction. Generally, w

Privileges in MYSQl

Hello Readers, Hope you are doing good today. Today on My blog, I am going to explain about the Administrative Privileges in MYSQL. What is Privileges Several types of privileges can be granted to an account. Privileges should be granted acc

Advanced JavaScript Objects: An Overview

JavaScript is one of the most powerful object-oriented programming languages used all over the world. This language uses the independent fragments of codes to build web applications. These fragments are known as objects that usually work as building

Using Vibration plugin in Phonegap

By using cordova-plugin-vibration we can get vibration on the devices. The plugin has some global objects like navigator.vibrate. Installation: cordova plugin add cordova-plugin-vibration Vibrate: The vibrate function provides the three functiona

Sorting Layers in Unity2d

When building a 2D game in Unity3D. We need to specify which items will be rendered above which item. We can do it by specifying the distance of the sprite from the camera but Unity provides a better way of doing this through the use of Sorting Layer

How to use caching using database in codeigniter

Enabling caching . Caching is enabled in three step. 1) Create a writable directory on your server where you want strored the cache files. 2) Set the path to your cache folder in your application/config/database.php file. 3) Enable the cachi

Deleting all files (blobs) of an azure container on criteria of file modified date

In my last project I came across a requirement where I had to delete all the blobs from a container using a criteria for modified date with azure web job. The criteria for deleting the files were to delete the files whose last modified date time wa

How can one install ruby on ubuntu

Choose the version of ruby you want to install for example : 2.2.3 After choosing the right version of ruby first step is to install some dependencies : sudo apt-get update sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev li

How to get Package information programmatically in Android

In some cases we have to get global information about application environment programmatically. We will get package name, version name, version code, application info and last updated time using the PackageInfo class which contains all of the informa

1 23 76
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: