A collection of C# mini-projects, practice codes, and experiments β built to explore different C# concepts, from basic syntax to advanced features.
This repository will continue to grow with more console apps, utilities, and concept-focused examples.
| Project | Description | Concepts Used |
|---|---|---|
| Student Marks Management System | Console app to manage student records (Add, Update, Search, Sort, Reports). | OOP, File Handling, Collections, LINQ |
| Expense Tracker | Console app to track daily expenses with file storage & reports. | OOP, Enums, Delegates & Events, File Handling, LINQ |
- Language: C# (.NET 6 or later)
- Tools: Visual Studio / VS Code
- Concepts: OOP, Collections, File I/O, LINQ, Delegates & Events
-
Clone the Repository:
git clone https://github.com/prajudarekar04/Csharp.git cd Csharp -
Open any project folder and run:
dotnet run
- More console-based projects & C# coding challenges
- Concept demos (e.g., Generics, Multithreading, Design Patterns)
- Desktop or Web mini-apps (WinForms, WPF, ASP.NET Core)
- Exporting advanced reports (PDF/Excel)
This is my personal C# learning journey, evolving with new experiments & mini-projects to sharpen programming logic and explore real-world applications.