Dogl4 / csharp-fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# fundamentals

  • Stopwatch

  • Calculator

  • TextEditor

  • EditorHtml
    Screenshot do Editor HTML
    Figura 1 Screenshot do Editor HTML
  • MyTodo

Run

To run use these commands in the terminal:

# download
git clone https://github.com/Dogl4/csharp-fundamentals.git

cd csharp-fundamentals

# selected project
cd /Caculator/
# or
cd /StopWatch/
# or
cd /TextEditor/
#or
cd /EditorHtml/
#or
cd /MyTodo/

# install dependencies
dotnet restore

# run application
dotnet run

About


Languages

Language:C# 100.0%