Skip to content

juswa005/csharp-archives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’» C# Projects & Activities

This repository contains a collection of my C# projects and coding exercises from my freshman year of college. These projects demonstrate my progression in problem-solving, object-oriented programming, and console application development, as well as my growing understanding of software design principles.

License: MIT Language: C%23 .NET


πŸ—‚οΈ Project Categories

1. Freshman Projects

During my 2nd semester of my freshman year, I focused on fundamentals of C# programming, including:

  • Basic syntax and data types
  • Control structures (loops, conditionals)
  • Methods and modular programming
  • Arrays and simple classes/objects

Example Projects:

  • Console Calculator
  • Student Record System

These projects allowed me to practice writing structured code, using classes and methods, and handling simple input/output in C#.


πŸ“‚ Repository Structure

CSharp-Archives/
β”œβ”€β”€ OOP_Object-Oriented-Programming
β”‚   β”œβ”€β”€ lessons
β”‚   β”‚Β Β  β”œβ”€β”€ hello_world.cs
β”‚   β”‚Β Β  β”œβ”€β”€ variables-and-datatypes.cs
β”‚   β”‚Β Β  β”œβ”€β”€ conditional-statements.cs
β”‚   β”‚Β Β  β”œβ”€β”€ for-loop.cs
β”‚   β”‚Β Β  β”œβ”€β”€ while-loop.cs
β”‚   β”‚Β Β  β”œβ”€β”€ do-while-loop.cs
β”‚   β”‚Β Β  β”œβ”€β”€ foreach-loop.cs
β”‚   β”‚Β Β  β”œβ”€β”€ methods.cs
β”‚   β”‚Β Β  β”œβ”€β”€ classes-and-objects.cs
β”‚   β”‚Β Β  └── arrays.cs
β”‚   └── projects
β”‚       β”œβ”€β”€ console-calculator.cs
β”‚       └── student-record.cs
β”œβ”€β”€ LICENSE
└── README.md

πŸ“Œ Notes

  • This repository serves as a personal archive of my C# learning journey.
  • All projects and lessons are console-based and beginner-friendly.
  • Many files include comments and documentation for easier understanding.
  • The lessons progress naturally from basic syntax β†’ loops β†’ methods β†’ classes and objects, building a solid foundation in C#.

About

OOP files from freshman 2nd sem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages