Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in model-view-controller

Using MVC and fluent Nhibernate, how do I validate unique fields on my ViewModel before I bind them to my Domain Object and Save them?

Which design pattern could I use for showing dialog boxes?

What is the elegant solution for unrelated views in MVC web frameworks?

Serving static content with Spring 3

rules to redirect to subdomain

How would the 'Model' in a Rails-type webapp be implemented in a functional programming language?

Separating code from layout in template

php model-view-controller

Why does active record pattern not work with rich domain models?

MVC pattern: which is better? For views or controllers to create and reference the other?

KnockoutJS - Multiple partial views within on main view?

Reasons for not having a compact structure of an MVC application?

ClaimsPrincipal.Current vs. HttpContext.Current.User?

Rails 3 how do I use link_to to change the value of a boolean in the db?

MVC pattern differences

In MVC, does an ORM represent the model?

ASP.NET MVC - Model binding a set of dynamically generated checkboxes - how to

Javascript MVC frameworks [closed]

Does the traditional use of the controller in MVC lead to a violation of the Single Responsibility Principle?

Using Html.ActionLink with RouteValues

Location and responsibilities of Main class in MVC pattern