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

Search In

Angular $q,promises and deferred.

Promises are logics that are executed after any function is completed.  In AngularJS, promises are provided by the in-built $q service. It executes asynchronous functions by registering them with the promise object.   Deferred helps to con

Protocols used in Networking

Protocols   Protocols are the set of standards that is followed while making any communication in the network.   Any node in the network cannot send or receive the data without following the protocols defined for the networking process.

Progress loader plugin for Cordova / PhoneGap iOS apps.

Hello Readers, In today's blog we will talk about progress plugin in Cordova / phoneGap apps. It is a progress loader and there is no need to add any JavaScript library for this.   This plugin supports iOS platform. It should be higher th

Header Files in C++

Header Files in C++ are used to provide the functions and facilities that is used in our program to make our task easy to do and better way to perform.   Header files provides the way through which you can print or  take input in our prog

How to insert multiple records into MySQL Using MySQLi/PDO

Here we will learn how to insert multiple records into MySQL Using MySQLi/PDO using the mysqli_query()/exec function in MySQLi and PDO respectively.The examples below insert two new records to the "Employee" table: For example: MySQLi mode <?

Error while building Unity3D Android Game := Plugins colliding with each other

when I build the game in Unity3D , it makes error :"plugins colliding with each other" I am using Facebook SDK and Playfab.com SDK Found plugins with same names and architectures, Assets/Plugins/Android/libs/android-support-v4.jar (ARMv7)

How to insert multiple records in Database?

We can insert multiple records in database using PHP. To do this, suppose we have database *example* having table demo with columns firstname, lastname, email. We need to insert multiple record in the table by using PHP. To insert the multiple record

LINQ Update in MVC

In writing the code in MVC we can use the LINQ Language Integrated Query then we use this query for interacting with the database that will make the manipulations easier and time efficient  in terms of execution and in terms of programming . &n

  • 119
Unique Key in Core data

There is no such method to create an unique Key attribute in core data Entity. But we can insert data into entities on the basis of an unique json or XML data object. Here is an example:- While parsing API Json Data write the below code inside the

What is typeof and how to use it in Javascript

In this post, we will discuss about typeof operator in javascript. First we should know what is typeof. What is typeof:  typeof is an operator that is used to identify the type of any object in javascript. It returns a value that is string. So

1 103 160
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: