Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyberkeeper/fileaccesstest

Demo C# WPF file access
https://github.com/cyberkeeper/fileaccesstest

education learning-exercise wpf

Last synced: about 4 hours ago
JSON representation

Demo C# WPF file access

Awesome Lists containing this project

README

        

# File Access Test

A simple application that opens a text file, allows basic text editing to take placed and then allows the user to write back to file.

Created to text functionality of reading and writing to a file for a programming class.

## Features

- FileChooser dialog is used to select the file to be opened. The same file will be wrote back to.

- The writing back can be set to overwrite or append to the existing file.

- Menu duplicates onscreen buttons.

- ClickOnce profile used to creating published package.

- Using a ViewModel to keep the overwrite option sync'd between checkbox and menu item. Uses data binding.

## Authors

- [@cyberkeeper](https://github.com/cyberkeeper)