
Search In
ASP.NET Page Life Cycle
ASP.NET Page Life Cycle determines series of processing steps which can be categorised as:-
1) Initialization of the page
2) Creation of instance of the controls
3) Restoration and Maintenance of the state
4) Event handler ex
IPSec stands for IPSecurity. It provides security services at the IP layer for other TCP/IP protocols and applications to use.
What this means is that IPSec provides the tools that devices on a TCP/IP network need in order to communica
What if a company brings about an economic cellphone being blindfolded to its quality?
On the flip side, there is another phone manufacturer who underscores its product quality, but his product is a little more expensive. Certainly, th
What is SFSafariViewController?
SFSafariViewController is a view controller which is used to provide a user interface to show web pages from an application. It includes different safari features like autofill, content blocking, illegal website
Import StoreKit.Framework into your xcode project first.
Apple allows three types of purchases within the app and Apple terms them as consumables, non-consumables and subscriptions.
Consumables are products that are “consumed” immediately. This me
Two-tree architecture
Is used by lot of other version control systems . In this we have a
repository and a working copy, our working copy begins with the top of our project directory and
below of that might be one or thousands of file and subfo
While developing project in ASP.NET there are situations where you need to make your task multi threaded to run in background or in foreground.
For ex : If your application is sending notification after each day you need to create a thread for that
While developing some functionality, sometimes we take shortcuts to finish it on scheduled delivery time. We give less time on code standards and more on functionality. But with code growth we have perfect opportunity to clean our code and follow the
Login with google is very common functionality in iOS applications. We can Implement google login in swift 3.0 either by using pods or google SDK.
We need to install the following pod-
pod 'Google/SignIn'
Then register your app on the google deve
my code this
AllProductsActivity Class
public class AllProductsActivity extends ListActivity {
// Progress Dialog
private ProgressDialog pDialog;
// Creating JSON Parser object
JSONParser jParser = new JSONParser();
ArrayList<HashMap<Strin
