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

https://github.com/danmunteanu/cs_yaml_parser

Simple C# app to read and write basic YAML frontmatter. Accompanies the Udemy course in the link below.
https://github.com/danmunteanu/cs_yaml_parser

csharp csharp-app csharp-application dotnet dotnet-core yaml yaml-parser yaml-parsing

Last synced: about 1 month ago
JSON representation

Simple C# app to read and write basic YAML frontmatter. Accompanies the Udemy course in the link below.

Awesome Lists containing this project

README

          

# A Yaml Parser In C#

Simple YAML parser implementation written in C#.

There's also a companion course explaining how to develop the app (link takes you to Udemy).

### [Build Desktop Applications For Windows With C# And .NET](https://www.udemy.com/course/learn-csharp-yaml-parsing/)

The course teaches you windows desktop application development by building a c# windows form application to parse YAML data to and from markdown files.