tag

home / developersection / tag

Object Oriented Javascript –Part II
asp.net 02-Jul-2014
Object Oriented Javascript –Part II

Javascript is Prototype-based programming is a style of object-oriented programming in which classes are not present.

Object Oriented Javascript
asp.net 26-Jun-2014
Object Oriented Javascript

Javascript is Prototype-based programming is a style of object-oriented programming in which classes are not present.

Set Virtual keyboard in Android
asp.net 26-Jun-2014
Set Virtual keyboard in Android

In this article I am going to discuss about to add virtual keyboard on screen.

Speeding up Android Emulator
asp.net 26-Jun-2014
Speeding up Android Emulator

The Android SDK includes a virtual mobile device Emulator that runs on your computer. The emulator lets you prototype, develop and test Android applications without using a physical device.

Go to Main activity without Reloading or Refreshing activity
asp.net 26-Jun-2014
Go to Main activity without Reloading or Refreshing activity

In this article I am going to discuss about to back main activity without refresh or reload activity.

Go back previous activity without Reloading or Refreshing activity in Android
asp.net 26-Jun-2014
Go back previous activity without Reloading or Refreshing activity in Android

In this article I am going to demonstrate about how to go back to previous activity without reloading and refreshing the activity every time.

Trigger in SQL
asp.net 25-Jun-2014
Trigger in SQL

In this article describe the concept of trigger in sql. Trigger is a precompiled object stored in the database that automatically executes when an event occurs in the database server. Triggers are two type before trigger and after trigger.

Stored procedure in SQL
asp.net 25-Jun-2014
Stored procedure in SQL

In this article describe the concept of stored procedure in sql server. Stored procedure is a precompiled object. There are two types of stored procedure; system stored procedure and user defined store procedure. Here we try to demonstrate stored pr

SQL Server Reporting Services
asp.net 25-Jun-2014
SQL Server Reporting Services

In this article describe the concept of SQL Server Reporting Services (SSRS). SSRS provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports for your organization.

SQL Server Integration Services
asp.net 25-Jun-2014
SQL Server Integration Services

In this article describe the concept of SQL Server Integrated Services (SSIS). SQL Server Integration Services (SSIS) is a tool that we use to perform ETL (extract, transform, and load) operations of data.

SQL Joins
asp.net 25-Jun-2014
SQL Joins

In this article describe the concept of sql join. Join is a method that we combines the rows of two or more than two tables. There are many types of join. Here we understand by the simple examples.

SQL index
asp.net 25-Jun-2014
SQL index

In this article describe the concept of sql index. It is important feature sql that can fast the searching. Here we describe the simple examples of sql index.