
Search In
While getting values from the database we need to map the values into the views by writing the code for that.
So for doing that we need to get the data first from the action controller then we will bind it with the view.
pu
Hello Readers,
Today’s post is about gestures and events in ionic framework. Ionic framework provides gestures and events to make application more effective.
These are the following gestures and events with Example:
on-hold : Thi
Constraints in SQL are used to define rules for the table and columns in a database and also make sure that data are accurate and trusted in the database. Constraints are responsible for the termination of action if any violation is found.
Str
Hello Readers,
In today’s post will see how to use Facebook SDK in Cordova app. First of all we need to register our app with Facebook and have an App Id.
If you have not registered your app with Facebook you can Click here and follow the ea
In Angular Material, we use <md-autocomplete> for auto complete functionality. <md-autocomplete> is a UI component with dropdown to shown all possible matches to custom query. It acts like a real time suggestion box. When user
async & await keyword in C#
Asynchronous programming can be performed in C# using async & await keyword. These keywords were introduced in C# 5. These keywords are to be used together i.e await keyword can only be used within async m
Asynchronous Nature of Delegates
Delegates are defined as function pointer i.e act as a pointer to methods in the application.
Example of Delegate :-
using System;
namespace ConsoleApplication2
{
public delegate int D
Because of the need of showing the HTML data/content inside an application the WKWebView is developed. It was introduced by iOS 8.0 whereas UIWebView was introduced by iOS 2.0
The UIWebView is a part of UIKit and available in
E-commerce is one of the major contributing sectors in the global economy since the last few years. With Artificial Intelligence in technology, online shopping sites are the latest trends. In 2017, the top 3 online retailers have generated 100 billio
Troubleshooting SQL server performance can be tricky if you are not familiar with the kinds of issues that can commonly crop up in this operating environment.
Thankfully plenty of other people have encountered and tackled the problems which
