Pergunta de entrevista da empresa Civica

What is MVC?

Resposta da entrevista

Sigiloso

5 de jul. de 2020

MVC stands for Model, View, and Controller. MVC separates an application into three components - Model, View, and Controller. Model: Model represents the shape of the data. A class in C# is used to describe a model. Model objects store data retrieved from the database.