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

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

Awesome Lists containing this project

README

          

# Ultimate .NET Cheatsheet

![Logo](https://raw.githubusercontent.com/webmaster442/ultimatecharpcheatsheet/main/img/header.svg)

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

![cc-by-sa](https://raw.githubusercontent.com/webmaster442/ultimatecharpcheatsheet/main/img/by-sa.svg)

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