Skip to content
#

model-view-controller

The term MVC stands for Model-View-Controller. MVC is a software design pattern that separates an application’s logic according to responsibilities: The model manages the application’s data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.

Here are 20 public repositories matching this topic...

Repositório do desafio final da pós-graduação XP Educação em Arquiteto(a) de Software. Implementa um WebApp MVC e API RESTful em ASP.NET Core 8 com EF Core e SQL Server, orquestrados via Docker Compose, para operações CRUD e buscas avançadas em Clientes, Produtos e Pedidos.

  • Updated Apr 29, 2025
  • C#