
Search In
Abstract design patterns ensures that Interface is created and inside that interface all other interfaces is enclosed.
After that class will inherit that interface and makes sure which interface method is called.
1. Consider the bel
$timeout and $interval are two AngularJS timer services. We use these services to call functions and these are similar to javascript’s setTimeout and setInterval functions.
$timeout- This is used to call a function and schedules a single call t
First you have to add an extension (named.. SQLite Manager) in the Mozilla Firefox browser. (It is simply for managing database in some cases).
Then you need three .dll files (known as ASSEMBLIES)..., (these files are simply PLUGINS for SQLite3) :
To make use of different font style in your android project follow the steps mentioned below:-
1) Create an Assets resource directory in the main Directory of your project.
2)Now download the font style that you wish to use in your project having &
When we create the product(real and virtual) and computes the stock value and quantity of product in stock and validate than the product(real and virtual) is also maintained in the stock and updated in warehouse and also returns the diction
It is based on user profile. It will define the details associated with the user for saving it into the database.
User profile include the personal details of the user, like its date of birth,address, birthday etc.
This information is stored in Web
While binding data with GridView control the two of major things that we want is to sort data and to filter data.
First thing can be done by writing Sql query with order by clause.
Select * from student order by StId
Secon
While working with disconnected approach you work with storing and retrieving data from buffers for select operation.
Adapter acts like a buffer where the data is contained .
But for reading that data you need to store it either in
While working in ADO.NET ActiveX Data Object we can perform manipulation with the text data and the database tables.
But we can also manipulate the data from XML files.
We have DataSet class which is also m
To collapse table header in swift ->
1. Make a property of NSMutableSet, name it "collapsedSections", this property will be use to check Collapsed section in the UItableViewCell.
var collapsedSections:NSMutableSet = []
