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

Search In

ASP.NET : Class vs Structure in C#

 Class vs Structure in C# 1) Class variables and structure variables are stored in different memory location. Class variables are stored on heap whereas structure variable are stored on stack.   Explanation of how class variable and stru

Bubble Sort Problem- Number of Passes

Write a Bubble Sort program that sorts the given input array in descending order and prints the number of swaps made after m passes in the algorithm.  Sample Input 1:  2  4 1 2 3 4 Sample Output 1: 5

Difference between pure virtual function and virtual function in C++

td p { margin-bottom: 0cm; }p { margin-bottom: 0.25cm; line-height: 120%; } Pure virtual function virtual function

Sql JOINS of Database in magento

Sometimes if we have to write some joins sql query in magento we cand write those joins as :   public function joins() { $table = $this->getMainTable(); $table2 = $this->getTable('customer/entity'); $cond =

Choose Carefully: Which Social Media Platform is Right for Your Business

Years ago, being present on Facebook was pretty much enough to stay relevant or even get ahead of the competition, but nowadays, just being present doesn’t nearly cut it. You have to be on the right platform and armed with a strong marketing st

Generate SHA1 Key in android

In android we need to generate SHA1 key fingerprint to get Google Api key for Google Map. It just a one line command to generate SHA1 key. First of all create your .keystore file and sign to your app and take down this keystore location. t

Array deferencing in php

Array Dereferencing is a good feature which is available in PHP 5.4 version. using this user can directly access an array object directly of a method a functions. The purpose of using this is to reduce the unnecessary lines of code because of the ext

How to make security system in OpenERP/Odoo?

If you want to make security system in OpenERP(Odoo) follow the below mentioned code and paste it in your ir.model.access.csv file: "id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" "access_idea_idea","id

strcmp string function in php

The strcmp is a string function in php which compares the two strings. strcmp is a binary-safe and case-sensitive function.This means the comparison is case sensitive. The syntax of strcmp: strcmp(string1,string2) Here, the string1 is the one wh

Using Timer in WPF

This is the demonstration of how to use a dispatch timer in WPF using C#. private DispatcherTimer timer; // Declaring instance of DispatcherTimer class public Window1() { InitializeComponent(); Loaded += new RoutedEventHandler(Window1_Loaded);

1 15 949
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: