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

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.

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