Different components of C++ programming The various essential components used in C++ programming are as explained below: Class: The class is a...
For learning the C++ programming, user needs the right development environment. The environment can be set up on various operating systems. In...
C++ is by Bjarne Stroustrup in 1979. It was created as an enhancement to the C language. It is a combination of higher and low level programming...
The use of function is similar to other language functions, take one or more parameters as input, process and provide the corresponding result....
Strings in PHP are similar to the ones used in other languages. They define a group of characters combined together to form a string. There are...
The elements in array are stored in an ordered format. The mapping of the elements is in key value pair. User can define the length of the array....
We shall understand about the following loops in PHP. For loop statement The while loop The do while loop The foreach loop The continue statement...
The following conditional statements are used in PHP. if statement if ….else statement if….elseif…else statement switch statement 1. if...
Constants Operators in PHP Constants The name allocated to a value is known as constant. The value is fixed and cannot be modified by the...
PHP tags Comments in PHP Executing PHP from command prompt Overview of variables Different PHP data types Scope of variables PHP tags...
Several protocols like POP3, IMAP and LDAP are supported. Various databases like Oracle, MySQL, PostgreSQL, Informix, Sybase, and SQL server can...
ASP.NET along with the .NET framework and IIS helps user with the application security. For implementing security, the web site must follow the...
The local deployment is the one in which the complete application is present inside the virtual directory, and the contents and assemblies are...
Overview of Configuration In the machine.config file, the values specific to the machine are defined. The settings of the configuration are...
ASP.NET run time contains a key value map known as cache. The System.Web.UI.Page and HttpContext are used. The state of data caching is non...
The data source control enables user to use the LINQ in the ASP.NET web page. The text is used for accessing and changing the values. Properties...
A user profile is a collection of information user needs to be stored. The configuration file contains all the details. The Profile property is...
The threads provides user with an independent control for the flow of code. User can minimize the CPU resources and provide good use of the...
Overview of error handling In ASP.NET, there are three different ways using which the errors can be handled. They are as listed below....
User can bind the data with the controls of the forms. This process is known as data binding. There are two types of data binding in ASP.NET known...
Separate names with a comma.