{"id":18078095,"url":"https://github.com/raihan4520/oop2-csharp","last_synced_at":"2025-10-26T16:31:16.132Z","repository":{"id":259800571,"uuid":"864160810","full_name":"Raihan4520/OOP2-CSharp","owner":"Raihan4520","description":"Windows Forms projects in C# from the OOP2 course at AIUB. Includes an airway ticketing system demonstrating OOP concepts like inheritance, encapsulation, and event handling.","archived":false,"fork":false,"pushed_at":"2024-09-30T12:32:44.000Z","size":9197,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-19T03:29:43.344Z","etag":null,"topics":["csharp","dotnet","event-handling","oop","oop-concepts","oop-principles","windows-forms"],"latest_commit_sha":null,"homepage":"https://www.aiub.edu/faculties/fst/ug-course-catalog","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Raihan4520.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-27T15:51:53.000Z","updated_at":"2024-12-17T07:57:55.000Z","dependencies_parsed_at":"2024-10-28T04:09:55.698Z","dependency_job_id":null,"html_url":"https://github.com/Raihan4520/OOP2-CSharp","commit_stats":null,"previous_names":["raihan4520/oop2-csharp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raihan4520%2FOOP2-CSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raihan4520%2FOOP2-CSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raihan4520%2FOOP2-CSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raihan4520%2FOOP2-CSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raihan4520","download_url":"https://codeload.github.com/Raihan4520/OOP2-CSharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238369074,"owners_count":19460621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","event-handling","oop","oop-concepts","oop-principles","windows-forms"],"created_at":"2024-10-31T12:12:15.643Z","updated_at":"2025-10-26T16:31:15.177Z","avatar_url":"https://github.com/Raihan4520.png","language":"C#","readme":"# Object-Oriented Programming 2 (C#) Projects\n\nWelcome to the repository for my **Object-Oriented Programming 2 (OOP2)** course at **American International University - Bangladesh (AIUB)**. This repository contains a series of Windows Forms applications developed using C# and applying key OOP concepts. The final project is an **Airway Ticketing System**, which demonstrates a combination of advanced OOP principles and GUI-based application development.\n\n### Course Information\nFor more details on the course, refer to the [AIUB Undergraduate Course Catalog](https://www.aiub.edu/faculties/fst/ug-course-catalog).  \n*Note: Search for \"Object Oriented Programming 2\" for specific course information.*\n\n## Table of Contents\n- [Overview](#overview)\n- [Final Project - Airway Ticketing System](#final-project---airway-ticketing-system)\n- [Technologies Used](#technologies-used)\n- [How to Run](#how-to-run)\n- [Screenshots](#screenshots)\n- [Contact](#contact)\n\n## Overview\n\nThroughout the course, I developed multiple Windows Forms applications using C# that implement various OOP principles such as:\n\n- Encapsulation\n- Inheritance\n- Polymorphism\n- Abstraction\n- Event-driven programming\n\nThese projects helped me strengthen my understanding of OOP design patterns, user interface development, and connecting the business logic to the GUI.\n\n## Final Project - Airway Ticketing System\n\nThe main highlight of this repository is the **Airway Ticketing System** developed as the final project for the course. The application allows users to:\n\n- User can signup and login\n- User can book and cancel airline tickets\n- User can view available airline tickets\n- User can view their booked airline tickets\n- Admin can login and manage airline tickets\n\n### Features:\n- **User-friendly interface** with forms for ticket booking and management.\n- **Real-time validation** for user inputs.\n\n### OOP Concepts Applied:\n- **Encapsulation:** Ticketing data is encapsulated within classes, providing clean and maintainable code.\n- **Inheritance and Polymorphism:** Various user roles and ticket types are handled using inheritance and method overriding.\n- **Event Handling:** Real-time interaction with user actions for validation and seat selection.\n\n## Technologies Used\n\n- **Programming Language:** C#\n- **IDE:** Visual Studio\n- **Framework:** .NET Framework (Windows Forms)\n- **Design Pattern:** Object-Oriented Programming (OOP)\n\n## How to Run\n\nTo run any of the projects in this repository, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   https://github.com/Raihan4520/OOP2-CSharp.git\n2. Open the solution in Visual Studio.\n3. Build the project by navigating to: **Build \u003e Build Solution**\n4. Run the project by clicking the \"Start\" button or pressing F5.\n\nMake sure you have the correct version of .NET Framework installed, typically .NET Framework 4.7.2 or higher.\n\n## Screenshots\n\n### Airway Ticketing System\n\n\u003cdetails\u003e\n  \u003csummary\u003eLogin Page\u003c/summary\u003e\n   \n![Login](./Final%20Project/Screenshots/Login.jpg)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eSignup Page\u003c/summary\u003e\n   \n![Login](./Final%20Project/Screenshots/Signup.jpg)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eUser Home Page\u003c/summary\u003e\n   \n![Login](./Final%20Project/Screenshots/User%20Home.jpg)\n\n\u003c/details\u003e\n\n## Contact\n\nIf you have any questions or suggestions, feel free to reach out through the repository's issues or contact me directly.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraihan4520%2Foop2-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraihan4520%2Foop2-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraihan4520%2Foop2-csharp/lists"}