Questions tagged as 'mvc'

1
answer

What is MVC (Model, View, Controller)?

After all, how does this architectural pattern work following the model, view, and controller layers?     
asked by 23.03.2015 / 20:39
2
answers

What is the View in the MVC standard?

I started in 2016 to use MVC standard, the concept of Model and Controller perfectly understand, / em> intrigues me. What is the View in an MVC template? I know what the client sees (data representation) , but what can be understoo...
asked by 28.11.2016 / 12:42
2
answers

What is MVP and MVVM?

It is very common to talk about the MVC (Model-View-Controller) standard. But the acronyms MVP (Model-View-Presenter) and MVVM (Model-View-View-Model) are little mentioned. What are they and what is their relationship with MVC?     
asked by 16.06.2014 / 17:59
3
answers

Where should be the business rule in the MVC standard?

A few weeks ago I started studying the ASP.NET MVC background, and since I came from Windows Forms, there are some things that have not been very clear yet. In all the applications I've done so far in this pattern, I've never bothered too muc...
asked by 19.02.2016 / 02:21
3
answers

Alternatives to MVC for Web Applications

Context (TL; DR) When talking about architectural design patterns, MVC is often talked about. For the web, usually something like the following image is used: Somuchoftheframeworkswehave,suchasZend,Symfony,Rails,andothersuseimplementations...
asked by 06.02.2014 / 02:31
2
answers

What are the advantages and disadvantages between action based and component based frameworks?

Regardless of the framework or language (php, java, c #) What are the main advantages and disadvantages between action based and component based frameworks? In what environment does one or the other fit best? Which one type of application...
asked by 22.04.2014 / 19:37
2
answers

What is a ViewModel in ASP.NET MVC?

I'm used to the MVC approach to frameworks like CakePHP and Laravel. Now that I'm delving into ASP.NET MVC, I'd like to understand what this ViewModel is for. What is the purpose of ViewModels?     
asked by 07.06.2018 / 18:31
2
answers

Where should exception handling be performed to display to the system user?

What is the best place to handle an exception and send a message to the system user in a desktop application? In the controller, in the view or elsewhere?     
asked by 11.12.2015 / 00:34
1
answer

Difficulties with selecting items in a QTreeView

Scenario: I have an application that manages a list of images of human faces with prototypical emotional expressions. I've created a class inherited from QAbstractListModel to provide the data access model (model), and I'm using two...
asked by 04.03.2015 / 04:35
3
answers

When is the controller necessary?

I've rarely used MVC just because me seem like every person uses his own way, I know that MVC came before the web, by reading these links I had a feeling that it seems that understanding one person is not the same as another for the use of MVC...
asked by 30.04.2015 / 19:29