Archive for the ‘Programming’ Category

Basic SQL Commands & Syntax

        If you are dealing with any database you have to know some basic Sql queries in order to do some manipulation on the data. Here are the list of some basic Sql Commands. SQL Statement Syntax AND / OR SELECT column_name(s) FROM table_name WHERE condition AND|OR  [ Read More ]

Continue

Declaring Variables in Microsoft .NET

NET data types are either structures or classes, part of the System namespace. For example, the following data types are implemented as struct in .NET: Int16 Int32 Double Here is how you can declare variables of type Int, Double and String: Int16 age, employeeNumber; Double salary; String name, address; The  [ Read More ]

Continue

There four key concepts of object orientation: Abstraction Encapsulation Polymorphism Inheritance Here we will discuss each in detail. Abstraction Abstraction is the ability to generalize an object as a data type that has a specific set of characteristics and is able to perform a set of actions. Object-oriented languages provide  [ Read More ]

Continue

Subscribe to email feed

  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

QTP Interview Prepar

1.       What are the Features & Benefits of Quick Test ...

PHP Interview Questi

Here we are trying to provides First Set of PHP ...

Steps Taken to Effec

Agile software development, which characteristically features ever-changing features and code, ...

How is Testing appro

Software application testing is varying from projects to projects scenario ...

Manual Testing Inter

In any testing interview, normally few questions are asked which ...

PHP Interview Questi

Here we are trying to provides First Set of PHP ...

Five open source tec

IDG News Service published a News that in comming years ...

Using old code with

As we know PHP is a leading scripting language in ...

PHP Mail Function Tu

                PHP provide you a handy and convenient way to send ...

How to use arrays in

                You know very well that an array is a variable ...