A control tower system that manages simulations of flight departues and landings. Assignment 4 and 5 during the course "Programming in C# and .NET for Non-Beginners" at Malmö university
- Implements event handling and delegates simulating take off, landing and altitude changes for flights
- Implements unit testing for all classes in the BLL layer
- Built with a three-layered architecture
- Uses a MVVM pattern in the PL layer
- Programming Language: C#
- Framework: .NET (8.0)
- UI Framework: Windows Presentation Foundation (WPF)
- Add flight with information such as Airline Id, Airliner, Destination and flight duration
- Simulate take off and landing
- Change flight altitude during flight
Emelie Wärmlund - @emeliewarmlund@gmail.com