Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.