me@michellealzoladesign.com

Mon - Fri: 8AM - 5PM MDT

Showing: 1 - 5 of 5 RESULTS

Employee Records

Introduction This Desktop Application features adding new employees and retrieving their records by selecting the employee name from a list box which is dynamically updated every time a new employee is added. See my Codes michellealzola/Alzola-Advertising-Inc-Employee-Records: A Desktop Application developed with C# and .NET (github.com) See the Desktop App in …

Micola Cafe Desktop Application

Introduction Micola Cafe is a desktop app that enables users to choose their preferred coffee, view the available quantity, calculate the total cost of the order, and proceed with payment. See the App in Action See my Codes michellealzola/Micola-Cafe-Desktop-Application: A Desktop Application for Micola Cafe. Developed with C# and .NET. …

Joe’s Automotive Shop Desktop App

Introduction This is a form-based application called “Joe’s Automotive.” This application calculates charges for different types of automotive services. The form contains checkboxes for various services like oil changes, lube jobs, radiator flush, etc., and text boxes for entering the parts and labor costs. The form also has several output …

Simple Travel Booking System

Introduction The Travel Booking System is a simple desktop application that allows users to calculate the total cost of a trip based on their destination, the number of guests, the number of nights they will be staying, and whether they want to rent a car. Developed using C# programming language …

Stadium Seating Revenue Calculator

Introduction The program is implemented in C# and includes a graphical user interface (GUI) created with Windows Forms. Its main objective is to calculate the revenue generated from selling tickets for different seating classes in a stadium. The problem has been sourced from the book “Starting out with Visual C#, …