https://github.com/webmaster442/ultimatedotnetcheatsheet
The ultimate .NET cheat sheet
https://github.com/webmaster442/ultimatedotnetcheatsheet
cheatsheet csharp dotnet
Last synced: 4 months ago
JSON representation
The ultimate .NET cheat sheet
- Host: GitHub
- URL: https://github.com/webmaster442/ultimatedotnetcheatsheet
- Owner: webmaster442
- License: cc-by-sa-4.0
- Created: 2023-04-18T20:08:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T20:10:05.000Z (over 1 year ago)
- Last Synced: 2024-10-23T08:16:37.912Z (over 1 year ago)
- Topics: cheatsheet, csharp, dotnet
- Language: CSS
- Homepage: https://webmaster442.github.io/ultimatedotnetcheatsheet/
- Size: 5.11 MB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Ultimate .NET Cheatsheet

Welcome to the Ultimate .NET Cheatsheet! This project aims to provide a comprehensive and useful guide for developers working with C# on a daily basis. Whether you're a beginner getting started with C# or an experienced developer looking for quick references, this cheatsheet has got you covered.
## Website
The Cheatsheet can be found at: https://webmaster442.github.io/ultimatedotnetcheatsheet/
## License

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
## Contributing Guidelines
Thank you for considering contributing to our project! We welcome contributions from everyone.
* **Language**: The primary language of the project is English, but we welcome translations into other languages. Please ensure translations are accurate and maintain consistency with the project's tone and style.
* **Image Formats**: We use SVG (Scalable Vector Graphics) images in this project. When adding images, ensure they are in SVG format for compatibility and scalability.
* **Class Diagrams**: For class diagrams, we use nomnoml (https://nomnoml.com/) with diagram source embedded.
* **Releases**: Releases are made periodically, preferably on a monthly basis. The project's website is automatically updated. Any changes made to the repository will reflect on the website after the automated update process.
## Rendering tool
For rendering html, my custom developed tool Bookgen is used. You can get it's source from: https://github.com/webmaster442/BookGen