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

Search In

Difference of String, StringBuilder and StringBuffer in Java?

Difference of String, StringBuilder and StringBuffer in Java? String 1)String value are stored in dynamic memory (managed heap) and variables of type string keep a reference to an object in heap. 2)The character sequence stored in string variable

Making a First Impression in Business

You've noted it said that you never get another opportunity to make an first impression. Whether you know it or not, this is additionally genuine with regards to business. In the event that you don't depict your business and the work force it

How to Change User Active/Suspend Status on dropdown change in cakephp

Hello Reader's!,If you want to change User Active / inactive status on click or dropdown change,Then I wrote this blog for you. first you need to create dropdown box which contain user status 0 for Suspend 1 for active. Example: <?php $opti

How to programmatically create Workflow Stages in SharePoint 2013 using CSOM

For creating Stages using CSOM, we have to use StageCreationInformation. 1. First of all, assign basic informatiom to Stage. Microsoft.ProjectServer.Client.StageCreationInformation stageInfo = new Microsoft.ProjectServer.Client.StageCreationInfor

Singular Linked List in C

Linked list is collection of nodes which contain the two parts the data and the address of the next node to which it is connected.   Singular Linked List   In singular linked list the node contains two parts as we have discussed the fir

  • 206
GPRS

General Packet Radio Service is based on packet transmission of data to the users.   GPRS works with the existing GSM architectures for the switching nodes.   The GPRS uses the same radio channel as defined for GSM.     &

TempData in asp.net mvc.

TempData in asp.net mvc TempData is a dictionary object derived from TempDataDictionary. TempData provide communication between Controller action and it's corresponding view by tranfering and maintaing data. The tempdata is retained not only

Network Addressing

Network Addressing   Network refers to the collection of components in a specified network or region.   Network address refers to the number of terminals connected within the network.   The addressing is mainly done to identify t

The OSI Model

The OSI Model   Open System Interconnection (OSI) reference model has become an International standard and serves as a guide for networking.     This model is the best known and most widely used guide to describe networking envi

Number and Number properties in javascript

The Number is a javascript object that represents numerical date, either integers or floating-point numbers. The syntax for creating a number object is as follows: var num = new Number(number); If it receives a non-number argument, then the argum

1 41 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: