Basic Programs in PHP

The following article shows Basic Programs in PHP. Examples on Expressions, Decision Making, and Loops Read and Display a String Decision Making Example Output even number Using Nested-if Statement Output 43 is smallest! While Loop Example – Displaying Table of a Number Output Using switch..case Statement in PHP Output Division = 197.68888888889 Creating Arrays in …

Database Record Navigation Example Using ADO.NET

This article demonstrates a Database Record Navigation Example Using ADO.NET. The following example uses VB.NET. While the C# code is available here. Basically, .NET Framework provides the ADO.NET library that comprises classes and methods for connecting the application with a database and performing various operations on it. Creating Database in SQL Server At first, start …

Understanding Enterprise Java Beans

In this article on Understanding Enterprise Java Beans, I will explain the concept of Enterprise Java Beans and their role in building a Java Enterprise application. Basically, an Java Enterprise application that makes use of Java EE technology happens to be a multi-tier application. Further, the enterprise-level applications must be scalable and robust. Often these …