Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martapolii/csharp-programming-practice-2
Building object-oriented programs using C#. This repository includes projects focused on OOP concepts such as inheritance, polymorphism, and abstraction. It also covers file handling, exception management, and building GUI applications with Windows Forms.
https://github.com/martapolii/csharp-programming-practice-2
abstraction csharp deserialization exception-handling file-handling gui-development inheritance oop polymorphism serialization test-driven-development windows-forms windows-forms-csharp
Last synced: 13 days ago
JSON representation
Building object-oriented programs using C#. This repository includes projects focused on OOP concepts such as inheritance, polymorphism, and abstraction. It also covers file handling, exception management, and building GUI applications with Windows Forms.
- Host: GitHub
- URL: https://github.com/martapolii/csharp-programming-practice-2
- Owner: martapolii
- Created: 2024-08-30T19:58:43.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T17:00:02.000Z (21 days ago)
- Last Synced: 2024-10-18T07:26:27.344Z (19 days ago)
- Topics: abstraction, csharp, deserialization, exception-handling, file-handling, gui-development, inheritance, oop, polymorphism, serialization, test-driven-development, windows-forms, windows-forms-csharp
- Language: C#
- Homepage:
- Size: 3.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# Programming
Developing object-oriented programs using C#. The projects in this repository demonstrate my understanding of core OOP principles such as abstraction, inheritance, and polymorphism, as well as advanced features like file handling, exception management, and GUI development.
Key Concepts Covered:
- Object-Oriented Programming (OOP) fundamentals
- Creating and using classes, objects, and constructors
- Inheritance and polymorphism with abstract classes and interfaces
- Exception handling and managing errors in C#
- File handling and data persistence using serialization and deserialization
- Designing and implementing Graphical User Interfaces (GUIs) using Windows Forms
- Test-Driven Development and working with collections
This repository showcases my skills in designing, coding, and documenting C# programs for both console-based and Windows applications.