Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.51 KB

readme.md

File metadata and controls

43 lines (32 loc) · 1.51 KB

[PT-BR]

Projeto de estudo de MVVM e UI Design em C# e WPF

Este projeto foi desenvolvido como um tutorial para treinar a arquitetura MVVM e o design de interface do usuário (UI Design) utilizando C# e WPF.

Link para tutorial | Link to tutorial

Tecnologias utilizadas

  • C#
  • WPF
  • MVVM

Funcionalidades

  • Implementação da arquitetura MVVM
  • Implementação de navegação entre telas

Instalação e execução

  1. Clone o repositório em sua máquina local
  2. Certifique-se de ter as versões mais recentes do Visual Studio, C#, WPF e .NET Framework instaladas em sua máquina
  3. Abra a solução "ModernDesingUI.sln" no Visual Studio
  4. Pressione F5 ou clique em "Iniciar" para compilar e executar o projeto

[EN-US]

MVVM and UI Design Study Project in C# and WPF

This project was developed as a tutorial to practice the MVVM architecture and user interface (UI) design using C# and WPF.

Used technologies

  • C#
  • WPF
  • MVVM

Features

  • Implementation of the MVVM architecture
  • Implementation of navigation between screens

Installation and execution

  1. Clone the repository to your local machine
  2. Make sure you have the latest versions of Visual Studio, C#, WPF, and .NET Framework installed on your machine
  3. Open the "ModernDesingUI.sln" solution in Visual Studio
  4. Press F5 or click "Start" to build and run the project