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

Search In

Data Consolidation Process in MDM hub console

Hello Today we will discuss about Data Consolidation process in case of  Match and Merge in MDM Hub Console. To begin with the process description it is important to first understand the following:    Base Object :  A base obje

Strict Validator in Rails Model

Hi friends, We already talked about different kinds of validations. Today lets discuss one of the common type of validation that is Strict validation. By using this we can check whether an object is valid or not and can raise ActiveModel::StrictValid

in_array and array_key_exists in php

Hello Readers In php there is a great role of php array, we will discuss about the in_array and array_key_exists in php with examples. in_array in php: in_array: in_array in php checks the array value it is exist or not to the given array. It s

Spliting resultset over array

I remember i was working on a project where there was a large set of data in the resultset and on the basis of that data i have to update some other model but i was unable to do it in batches due to some reason. So i was searching for a method in rub

Rails Sql Queries

find method: The find method is used to find the particular object that matches with the parameter supplied to it. article = Article.find(11) #It is used to find the article whose primary key is 11. # => #<Article id: 11, name: "Rahul"&

How to fetch data from SQLite in iOS?

Hi Readers, This blog includes the concept of how to fetch data from database after saving the data. You can go through with previous blog if you are not aware about  how to save data How to save data in SQLite. Now we will discuss the method

Discussion on paginator component in CakePHP 3

Welcome to Findnerd. Today we are going to discuss pagination in CakePHP 3. If you have hundreds of records in one page then you need to implement the pagination for better user experience. Pagination is a technique to divide the records in multiple

Rescue Exception

An exception is an instance of the class Exception or a descendant. In ruby to rescue exceptions we do something like this:   def process_request! #some code here rescue Rails.logger.error { "#{e.message} #{e.backtrace.join("\n")}" }

Distinct keyword

It is used for conjunction with the select statement to eliminate the all the duplicate record and fetch only the unique record. There are many situation that we found duplicate data on the database and better to get unique ones. SELECT DISTINCT c

CRUD operations in AngularJS and MVC5

This example demonstrate how to use AngularJS with MVC5 and WebAPI for CRUD operations(Read,Insert,Update,Delete).   1. First step is to create table for CRUD operations.   2. Create a new project in ASP.NET MVC 5. Select WebAPI while

prev 1 2 115
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: