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

Search In

Decision table testing

There are four types of specification-based software testing technique Equivalence partitioning Boundary value analysis Decision tables testing State transition testing   Equivalence partitioning and boundary value analy

Call By Reference in C

To pass values into the function is done by the two ways   Pass values into the function also known as call by value   Pass its reference also known as call by reference       In the first approach the value is dire

Linked List

Linked list is used to store information at the dynamic level.   Each link stores the address and the information part and links to another node in the list.     Types of Linked List   Simple Linked List − Itera

What are the benefits of Cake PHP frameworks

1.CakePhp is basically a framework which is based on MVC pattern i.e(model view controller). 2.Cakephp have built in validation. 3.Cakephp have fast and flexible php syntax with helpers. 4.Cakephp is very friendly because developer done their code

Binary serach in C

Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.   For binary search we need few things to consider     Mid Point  is find by the following way   m

Custom Validation rules in CakePHP

Validation is a process of analyzing the exactness of data. It assures that the data entered is according to our requirement or not. CakePHP has it's own inbuilt validation rules. In CakePHP validation rule is locate in the Model file of that pa

Hash Table in C

Hash table is data structure to store or retrieve data in key value pair format. So it is like a table where key and value pertaining to that key exists . So, it is an efficient way of mapping and accessing data.   [key 1] -> Data 1 [key 2

  • 160
GSM in cellular network

The Global System for Mobile Communication is the way by which the communicaiton has been made through the regions of the network.   The GSM architecture is on the updation process and changes is being mode to cope up with the latest architect

Logging using log4net

Log4net is an open source library that allows .NET applications to log information in many ways. Here we are going to see an example for logging in a file.   Few steps to follow to log in a file:   1) Add log4Net dll in the application.

Method Overloading in Java

METHOD OVERLOADING: Having more than one methods with the same in the same scope. i.e. class is known as method overloading. It is useful in increasing the readability of the program. If a user wants to perform some operation say multiplication on

1 176 363
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: