Top "Model-view-controller" questions

Model–View–Controller (MVC) is an architectural pattern used in software engineering.

How to render and append sub-views in Backbone.js

I have a nested-View setup which can get somewhat deep in my application. There are a bunch of ways I …

javascript model-view-controller backbone.js
Is MVC a Design Pattern or Architectural pattern

According to Sun and Msdn it is a design pattern. According to Wikipedia it is an architectural pattern In comparison …

model-view-controller design-patterns architectural-patterns
Django vs. Model View Controller

Can somebody explain me where the diferences are between Django and the Model View Controller pattern? Functionally, what can we …

django model-view-controller frameworks
Angular design pattern: MVC, MVVM or MV*?

Angular 1.x (AngularJS) was following more or less the MV* design principle because of its two-way data binding functionality. Angular2 …

angular model-view-controller design-patterns mvvm mv
How and where to define an environment variable on Azure

I have an ASP.NET MVC web application deployed to Azure. I'm reading my setting using the GetEnvironmentVariable(...) method. The …

asp.net-mvc azure model-view-controller environment-variables
Embedded statement cannot be a declaration or labeled statement

I am trying to create a user using claim identity asp.net I get this error while creating claims identity …

c# model-view-controller claims-based-identity
The MVC pattern and Swing

One of the design patterns which I find most difficult to get a real grasp of in "real Swing life" …

java swing model-view-controller
How would you implement MVC in a Windows Forms application?

I don't develop too many desktop / Windows Forms applications, but it had occurred to me that there may be some …

winforms model-view-controller
MVC: Where to put business logic?

First of all, I have seen many questions of this, but not enough reasoning behind that. If my question is …

c# asp.net-mvc model-view-controller business-logic
What's a good lightweight Python MVC framework?

I know there are a ton of Python frameworks out there. Can you guys point me in the right direction? …

python model-view-controller frameworks