Tag: mvc
Found 402 results for 'mvc'.
1) mac - Terminal issues on OS X with XAMPP and Yii framework
2) php - What is the best way to create REST API error response model and error codes system?
3) design-patterns - Can domain models in the database be a sustainable solution?
4) database - How can I approach application programming from a database background?
5) php - What domain objects might I need to represent a user and users profile in a forum web application
6) mvc - Should you write your back-end as an API?
7) javascript - Is it acceptable to break MVC by storing data in the DOM in order to reduce load on the Database Server, ever?
8) mvc - Is there anything wrong with my project structure and naming convention in ASP.NET MVC and Web API?
9) design - How to decouple UI states?
10) c# - How can I apply the MVC pattern to a C# WinForms application?
11) design-patterns - Who can change the View in MVC?
12) design-patterns - Is a high atomicity in mvc overkill?
13) architecture - MVC architecture - communication between nested components
14) c# - Making Modular, Reusable and Loosely Coupled MVC Components
15) design - How should the model notify changes to the controller in the MVC paradigm?
16) design-patterns - Does my use of the strategy pattern violate the fundamental MVC pattern in iOS?
17) architecture - In MVC should a model handle validation?
18) mvc - How do I handle a Controller that's not controlling a specific Model?
19) java - MVC: Should my domain model look like this?
20) mvc - The right place for "app logic" in MVVM context
21) asp.net - Obtaining the best of both worlds: MVC and WebForms
22) mvc - Building websites, which is the better approach MVP or MVC?
23) design-patterns - MVC content management framework with an admin panel
24) .net - JQuery / JSON + .Net Service Layer - to WCF or Not to WCF?
25) object-oriented - Is it a good idea to let database surrogate key values spill out into other aspects of code (HTML, Controllers, Model, Repository layer)?
26) mvc - MVC - Checking data in the model or the controller?
27) database - MVC database connection .NET
28) web-applications - How to architecture a realtime-heavy websockets-based web application?
29) java - What are approaches for building more robust Ajax applications without using AngularJS
30) mvc - Server side or client side mvc: which approach imposes less load on the server?
31) javascript - Mixing Angular and ASP.NET MVC/Web api?
32) design-patterns - Where to put a certain kind of functions in MVC structure
33) mvc - MVC & 3 tier architecture in game - What is the business layer
34) mvc - Models Views and Controllers jobs
35) architecture - Architecture for web and mobile clients
36) database - Model-view-controller architecture, desktop application and database connection
37) design-patterns - Encapsulation for complex queries
38) mvc - MVC (templates): is it OK to call functions with arguments from the View?
39) design - MVC Design Pattern to Combine Multiple Models for use
40) architecture - MVC Architecture: How to generate a view-model that is displayed on every page
41) mvc - MVC Can the model know ANYTHING about the view?
42) design-patterns - MVC: Display requested content via the View
43) php - In MVC is it considered good practice to have private, non-action, functions in a controller class?
44) java - Do I need JUnit tests for the controller layer on a MVC when I have a database layer
45) mvc - Is creating an entity in a database considered to be business logic?
46) mvc - Encapsulating business logic that goes beyond validations in MVC
47) design - Entirely separate business logic layer from MVC
48) architecture - Business Logic Layer in MVC Application
49) mvc - Why put the business logic in the model? What happens when I have multiple types of storage?
50) design - Who communicates with the database in MVC/MVP?