
Search In
LINQ and Stored procedure
LINQ provides a query syntax used for querying different data sources like SQL server, Oracle, Collections etc. Type checking is done at compile time in LINQ. DOT NET framework languages like C# and VB.NE
Hello Nerds, This tutorial is for forwarding/sharing image from one application to other which was loaded from a remote url. Assuming that you have loaded an image from remote url and displayed it in your ImageView. The basic procedure is by taking b
In Drupal 8, if we are required to add some Stylesheets or JavaScripts in a particular page then to achieve the goal we need THEME.info.yml and THEME.libraries.yml file of our theme.
Lets see how can we achieve it.
In the .info.yml
What is Link Building?
There is no any standard definition found for link building. It’s not like link building is a secret many surveys has shown that 75% of companies that are active in SEO work are spending $1,000 or more in a mo
1. Add an image view in your initial view controller as-UIImageView *animatedSplashScreen;
2. Set its frame in such a way that its compatible with all the devices as
animatedSplashScreen = [[UIImageView alloc]initWithFrame:[[UIScreen mainScree
Whatsapp is one of the most essential and popular messaging application which let the user communicate with each other throughout the world. About 160 million users make use of these applications each day. The use of Whatsapp application is
Event & observer is one of the most powerful features which we can use in any custom module. Generally, Magento uses a different kind of events which are fired/dispatched by Magento throughout its code base. Each event has class objects (data arr
Node Package Manager or NPM is the default package manager for JavaScripts that offers offers two prominent functionalities:
Online storage facility for the node.js modules that are searchable on search.nodejs.org
The Command line
These days businesses are making the use of online platforms in order to represent their company brand, products, and services to a huge number of online users There are several web hosting companies out there that are providing different t
When a program starts the parameters or arguments send to the program using command prompt called Command-line argument or command-line parameter. A program can have many command-line arguments. We can alter the operation of program with command-line
