Timeline for Clarification on MVC Architecture Overview
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 11, 2015 at 16:38 | comment | added | Stephen Hegarty | thank you @RobertHarvey! I appreciate your information :) gives me a better picture of MVC and its architecture :) | |
| Apr 11, 2015 at 16:36 | comment | added | Robert Harvey | The one which you build into your ASP.NET MVC4 project, probably using Web API. | |
| Apr 11, 2015 at 16:35 | comment | added | Stephen Hegarty | say i went to start a new ASP.NET MVC4 project on VS2012, what REST interface/service does it use out of the box is what i mean. | |
| Apr 11, 2015 at 16:34 | comment | added | Robert Harvey | What do you mean by "default REST service?" It's a service that provides data via a REST interface; you can build it any way you want. But it resides on the server, not the client. | |
| Apr 11, 2015 at 16:33 | comment | added | Robert Harvey | Actually, what you want that block to be is a Service Layer, which implements REST as its communication model. | |
| Apr 11, 2015 at 16:33 | comment | added | Stephen Hegarty | Thank you @RobertHarvey :) i have one small question just when we are on the topic of angular.js, what is the default REST service used in a defaulf MVC4 project? | |
| Apr 11, 2015 at 16:29 | comment | added | Robert Harvey | No, just the REST block. It's in the wrong place. The REST interface will provide data to the controller on the client side. | |
| Apr 11, 2015 at 16:25 | comment | added | Stephen Hegarty | yes i am using angular, so basically move all over to the server side except for the view? | |
| Apr 11, 2015 at 16:20 | comment | added | Robert Harvey | In your first diagram, the REST block should be on the server, not the client. I assume that you're using a client-side binding framework like Angular there. | |
| Apr 11, 2015 at 16:06 | answer | added | Ziv Levy | timeline score: 2 | |
| S Apr 11, 2015 at 12:51 | history | suggested | manlio | CC BY-SA 3.0 |
Embedded diagrams
|
| Apr 11, 2015 at 12:45 | review | Suggested edits | |||
| S Apr 11, 2015 at 12:51 | |||||
| Apr 11, 2015 at 12:37 | history | edited | Stephen Hegarty | CC BY-SA 3.0 |
added 84 characters in body
|
| Apr 11, 2015 at 12:32 | review | First posts | |||
| Apr 11, 2015 at 12:46 | |||||
| Apr 11, 2015 at 12:29 | history | asked | Stephen Hegarty | CC BY-SA 3.0 |