top of page

The Big Data Blog
GUI - Graphical User Interface
*** Hi Andre, Really well done ! Your app looks ideal and you properly coded the events and handlers for your GUI application. I know it...
Aug 28, 20231 min read
Â
Â
Â
Exception Handling
One class that incorporates exception handling. The Animal class will have the following characteristics: Animal - name : string -...
Aug 28, 20231 min read
Â
Â
Â
Data Structures
Data structures ('IEnumerable object' of 'generic objects') demonstrate the use of LINQ queries to process the data and provides answers...
Aug 28, 20231 min read
Â
Â
Â
Temperature Class Utility
Arrays and data encapsulation: defining a class that contains encapsulated arrays of data and defining the methods/properties needed to...
Aug 28, 20231 min read
Â
Â
Â
Student Grades Utility Class Structure
This application demonstrates the use of various control structures. Both iterative structures and decision structures accept multiple...
Aug 28, 20231 min read
Â
Â
Â
My HR Employee File
The Employee class contains the following class diagram: Employee - fullName : string - department : int - payRate : float + Employee() +...
Aug 28, 20231 min read
Â
Â
Â
My Digital Thermometer
This application was programmed in C# and performs the following tasks. Prompt the user to “Enter a temperature: “ Pass the user input...
Aug 28, 20231 min read
Â
Â
Â
bottom of page