https://github.com/stobertonf/texteditor
Projeto para criar um Editor de Texto com C#.
https://github.com/stobertonf/texteditor
csharp
Last synced: about 2 months ago
JSON representation
Projeto para criar um Editor de Texto com C#.
- Host: GitHub
- URL: https://github.com/stobertonf/texteditor
- Owner: Stobertonf
- Created: 2022-02-16T01:04:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T01:06:03.000Z (over 4 years ago)
- Last Synced: 2025-03-23T14:19:44.416Z (over 1 year ago)
- Topics: csharp
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextEditor
Projeto do curso da carreira de Backend .Net / Fundamentos do C#, do Professor André Baltieri (Balta), na plataforma https://balta.io para aprender a fazer um Editor de texto.
Neste curso eu tive a oportunidade de criar um editor de texto, utilizando o C#. Além disso, tive a oportunidade de reforçar meu conhecimento com Short, switch, aprendi a ler arquivos com o ReadToEnd, de rever o conceito do DO / while e por fim, revi o conceito do StreamWriter, que é usado para salvar um arquivo no disco.