Archives
ASP.NET MVC

I developed a basic web application using ASP.NET, C#, and SQL that features a content management system (CMS) for managing dynamic content. The project was designed to allow users to create, update, and delete articles, pages, and other structured content through an intuitive admin panel. The CMS includes: User Authentication – Secure login system for…
C# Bulletin Board

In this university project, I was tasked to create a C# application that simulates a bulletin board. The system was simple in its design allowing users to create an account which was capable of posting and editing their own board entries. The program utilised a basic relational MySQL backend database for storing user data and…
C# Elevator Simulator

This university project consisted of designing and developing a simplistic C# elevator program. The simulator was accompanied by a GUI (see above) that allowed the user to interact with the elevator in different ways. Creating the interface sparked my creativity presenting an opportunity to combine both coding and more imaginative elements of software development. Once…