https://github.com/cybersecurity-dev/csharp-toolkit
C# Development Toolkit
https://github.com/cybersecurity-dev/csharp-toolkit
csharp csharp-code csharp-lib development-toolkit dotnet-core dotnetcore
Last synced: 22 days ago
JSON representation
C# Development Toolkit
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/csharp-toolkit
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2025-05-24T22:02:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-01T23:03:20.000Z (7 months ago)
- Last Synced: 2025-11-02T01:06:22.285Z (7 months ago)
- Topics: csharp, csharp-code, csharp-lib, development-toolkit, dotnet-core, dotnetcore
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/cybersecurity-dev/Bash-Toolkit?tab=readme-ov-file#programming-language)
[](https://github.com/cybersecurity-dev/PowerShell-Toolkit?tab=readme-ov-file#programming-language)
[]()
[]()
## 📖 Contents
- [Install Steps](#install-steps)
- [My Awesome Lists](#my-awesome-lists)
- [Contributing](#contributing)
- [Contributors](#contributors)
## Install Steps
For Debian, Ubuntu, Linux Mint
```bash
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
sudo dpkg -i packages-microsoft-prod.deb
```
```bash
rm packages-microsoft-prod.deb && \
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-9.0
```
```bash
sudo dotnet workload update && \
dotnet --version
```
For RHEL, Fedora, AlmaLinux
```bash
sudo dnf update
```
For Arch, Manjaro, EndeavourOS
```bash
sudo pacman -Syu
```
### HelloWorld Project
```bash
dotnet new console -lang C# -o HelloWorld && \
cd ./HelloWorld && \
dotnet run
```
##
### My Awesome Lists
You can access the my awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)
### Contributing
[Contributions of any kind welcome, just follow the guidelines](contributing.md)!
### Contributors
[Thanks goes to these contributors](https://github.com/cybersecurity-dev/Csharp-Toolkit/graphs/contributors)!
[🔼 Back to top](#c-development-toolkit)