
Search In
Hello readers, Today in my blog I will discuss about some useful statements that are used in JavaScript.
Basically the web developers use statements as it allow us to implement different type of logic in our code.
The various statem
Generally access token concept is used to prevent the unauthorized access or misuse of the APIs from the mobile devices.
Whenever a client logs in a mobile device, server generates a access token and send this access token back to the client.
Hello readers,
InBelow in this blog I will discuss some terms used in JavaScript with their meaning and the context in which they are used.
So here they are :-
Arity :- The term Arity basically means to refer the number of argume
In this article, you can see how to create custom animated check boxes using css3.
Suppose you have some input type checkbox. Now you can add a label after checkbox and animate it with css3. Here is an example that shows the animated check boxes.
E
Scope is a JavaScript object that connects Controller and View. Scope contains information of model, its properties and methods.
Characteristics of scope:
Scope acts as a connection between Controller and View and available in both
In c# we have a multiple ways to avoid a race condition determined by the type of an application we are used. Generally we use a following two common methods that works in any condition:
1. Wait Handles
2. Signaling
Example:
Let's take an examp
Usage of Lock statement in C#
Lock keyword in C# find it's usage in Threading. Whenever multiple threads try to access some code at same time inconsistency occurs then lock keyword is used which makes execution of only one thread
at any p
You’ve probably spent a number of months of your life in checkout queues – even if it feels longer. But ‘someone’ has worked out a way to beat the system. ‘Amazon’ has gone past offering fashion and beauty products
In this article, you will learn about the SQLite database in Cordova for mobile application.
SQLite is open source database which can be used in phonegap application. It has features as in standard relational database (SQL syntax, prepared statements
C# .Net : XML Serialization of simple class object containing multiple properties
The process of converting an object into stream is Serialization. This generated stream then can be used either for saving it in a file or for transporting/sen