home / developersection / tag
Javascript is Prototype-based programming is a style of object-oriented programming in which classes are not present.
Javascript is Prototype-based programming is a style of object-oriented programming in which classes are not present.
In this article I am going to discuss about to add virtual keyboard on screen.
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.
In this article I am going to discuss about to back main activity without refresh or reload activity.
In this article I am going to demonstrate about how to go back to previous activity without reloading and refreshing the activity every time.
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.
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
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.
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.