Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yostane/cours-csharp

Cours de C# et .Net
https://github.com/yostane/cours-csharp

csharp dotnet lecture-notes

Last synced: 19 days ago
JSON representation

Cours de C# et .Net

Awesome Lists containing this project

README

        

# Cours de C# (C Sharp)

![ci workflow badge](https://github.com/yostane/cours-csharp/actions/workflows/ci.yml/badge.svg)

## Configuration VSCode

- Créer un venv: `python -m venv venv`
- Utiliser le formateur de "markdownlint"
- settings.json

```json
{
"markdownlint.config": {
"default": true,
"MD007": { "indent": 4 }
},
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
},
"yaml.customTags": [
"!ENV scalar",
"!ENV sequence",
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
]
}

```