Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 888 Bytes

File metadata and controls

14 lines (11 loc) · 888 Bytes

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.