掌握 C# YAML 数据解析
Master C# YAML Data Parsing
- 1. Introduction
- 1. Course Summary & Introduction
- 2. Building The Application Foundation
- 1. Creating The App And Folder Selection
- 2. Adding Events, File Names Listbox, Selection Editor
- 3. Adding YAML Data Controls
- 4. Renaming UI Controls
- 5. Adding File Contents Editor & Running The App
- 6. Loading File Names From Folder
- 7. Implementing The Folder Selection Dialog
- 3. Implementing The Application Logic
- 1. Creating The GitHub Repository
- 2. Toggle Editors
- 3. Defining The List Selection Workflow
- 4. Implementing List Selection
- 5. Loading Default Folder
- 6. Loading File Contents
- 4. Serializing And Deserializing YAML Data
- 1. Installing NuGet Extensions In Visual Studio
- 2. Creating The Data Structure
- 3. Creating The Markdown Extensions Class
- 4. Using The GetFrontMatter Method
- 5. Debugging Our First Exception
- 7. Loading Defaults - A List Of Constants
- 8. Clearing Yaml Fields
- 9. Making Room For Fields, Clearing
- 10. Cathing An Exception
- 11. Error Fixing Session #01 - Proper Execution Flow
- 12. Some Debugging + File Load Optimization
- 14. Serialization Start + Front Matter Variable
- 15. Serialize Yaml + Temp File Name
- 16. Writing Data To File
- 17. Clicking On Save + More Debugging