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.
- Host: GitHub
- URL: https://github.com/danmunteanu/cs_yaml_parser
- Owner: danmunteanu
- License: gpl-3.0
- Created: 2023-11-29T13:57:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-26T10:15:20.000Z (5 months ago)
- Last Synced: 2026-01-27T00:26:00.860Z (5 months ago)
- Topics: csharp, csharp-app, csharp-application, dotnet, dotnet-core, yaml, yaml-parser, yaml-parsing
- Language: C#
- Homepage: https://www.udemy.com/course/learn-csharp-yaml-parsing
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.