Frage im Vorstellungsgespräch bei Rencata

What is ASP.NET MVC? Describe each component.

Antwort im Vorstellungsgespräch

Anonym

20. Sept. 2021

MVC is a design pattern and stands for Model-View-Controller. It helps to achieve separation of concerns by separating the application into 3 components. Model represents the data, View renders the UI to display the data, and Controller handles the user request.

1