https://github.com/alijimpa/csharp_studyproject
This repository is for personal learning and experimentation in Pure C# Programing. This repository includes experiments, prototypes, and examples as part of my learning journey with C# Programing Language.
https://github.com/alijimpa/csharp_studyproject
console-application csharp dotnet dotnet-core programming
Last synced: about 2 months ago
JSON representation
This repository is for personal learning and experimentation in Pure C# Programing. This repository includes experiments, prototypes, and examples as part of my learning journey with C# Programing Language.
- Host: GitHub
- URL: https://github.com/alijimpa/csharp_studyproject
- Owner: AliJimpa
- License: mit
- Created: 2025-11-15T10:33:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T11:03:34.000Z (about 2 months ago)
- Last Synced: 2025-11-15T12:22:15.760Z (about 2 months ago)
- Topics: console-application, csharp, dotnet, dotnet-core, programming
- Language: C#
- Homepage: https://alibadpa.weebly.com/
- Size: 11.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C# Learning
A personal repository documenting my journey from **basic to advanced C# & dotnet**, including data structures, algorithms, system-level concepts.
This repo is both a **learning hub** and a **playground** where I experiment, implement, and explore C# deeply.
## 🧭 Overview
This project contains:
- Fundamental C# concepts
- Intermediate & advanced C# features
- Hands-on exercises
- Mini-projects
- Notes, references, and best practices
- A clean and organized folder structure for easy navigation
## 📁 Dotnet Basic
Any project in this repo is based on this approach to create & Build
```bash
dotnet --version
dotnet new console -n MyConsoleApp // Creates a console application & Names the project MyConsoleApp
cd MyConsoleApp
dotnet build // Build the project
dotnet run // Run the project
```
## 📚 Refrence
- Microsoft Start .NET [Link](https://learn.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code?pivots=dotnet-7-0)
- C# Zero-To-Hero [Link](https://github.com/Almantask/CSharp-From-Zero-To-Hero/wiki/Summary)
## Applications
- AJ_Library_Csharp
- that my 'C#' library for personal experience & personal work.
- JustNote
- MCS
- Micro Source Controller withBackup Theory.
- NetworkManager
- PCCleaner
- This Windows application use for removing some specific folder from you PC completely. you can set some special path like VisualStudioCode Workspace & after that any time you want you can delete all these folder although you can compair size folder with your last size.
- example1: C:\Users\UserName\AppData\Roaming\Code\User\workspaceStorage
- example2: C:\Users\UserName\Documents\Megascans Library
- example3: C:\Users\UserName\AppData\Local\Microsoft\vscode-cpptools\ipch
- example4: C:\Users\UserName\AppData\Local\UnrealEngine\Common\DerivedDataCache\Content
- example5: C:\Users\UserName\AppData\Local\Unity\cache\packages
- WebsiteConnection