Smartcard Based Attendance Monitoring with SMS Review of Related Literature REVIEW OF RELATED LITERATURE This chapter includes different literatures related to the propose system. It discusses different systems and their functions. It also contains different theories that were found important…
C#
tutorials, lessons, articles and source codes on C# programming language
Patient Information System Review of Related Literature
Patient Information System Review of Related Literature The following review of related literatures and studies will serve as the basis for the development of the Patient Information System for our client and will also serve as a guide for crafting…
Flood Monitoring with SMS Notification Review of Related Literature
Flood Monitoring with SMS Notification Review of Related Literature REVIEW OF RELATED LITERATURE This chapter presents the related literature of previously completed studies whose salient findings support and substantiate the presented arguments in favor of developing the system. It discusses…
Grading System Database Model and Design
Grading System Database Model and Design This article will give you an idea and example on the different tables involved in the development of a grading system. General Objectives This study aims to improve the manual submission of grades to…
Dental and Clinic Information System Review of Related Literature
Dental and Clinic Information System Review of Related Literature CHAPTER II REVIEW OF RELATED LITERATURE/SYSTEM This chapter presents the list of related literatures, studies and systems that will serve as a guide for the researchers/developers to develop the dental and…
How to Add and Remove Items in C# Listbox
How to Add and Remove Items in C# Listbox Problem: Create a C# program that allows the user to add and remove items in a listbox control. About the program We will first define what a listbox control is. A…
Currency Converter Program in C#
Problem: Create a program in C# that will ask the user to enter a value in dollar and the program has an option for the user to select whether to convert the dollar into peso, rupee or euro.
Loops in C#
This tutorial in c# will demonstrate the four types of loop; do while loop, while loop, foreach loop and for loop. This is a gui program (graphical user interface) with windows form, buttons and other graphical controls.
Button Control Demo in C#
A button is the most common graphical control in any programming languages. It is a control the user can click to provide input to an application. In this simple tutorial, we will learn how to open a messagebox when a…
Simple Calculator Program in C#
Problem: Create a gui (graphical user interface) program in c# that will allow the user to enter two numbers and choose what operation to use (addition, subtraction, division or multiplication), the program will then perform the operation selected by the…