ASP.NET MVC 4 is the fourth major version of the ASP.NET Model-View-Controller platform for web applications.
0
votes
1answer
103 views
Issue deploying Asp.Net MVC 4 website to Azure [closed]
How do you deploy your website in Azure so that it looks exactly like when you run it in your localhost? This is a very simple website that I created following the ASP.NET MVC4 tutorials. However, I ...
-2
votes
0answers
53 views
Integrating PayPal with my MVC 4 application [closed]
I'm creating an MVC 4 browser based application that provides a service. The service will be free to start and then I'll start charging for it. I'd like to know, from people who have already done ...
1
vote
3answers
144 views
MVC4 Service > Controller Models
I'm working on a MVC4 N-tier application and have a quick question about Service to Controller relation and using Domain/ViewModel.
public ActionResult Details(int id = 0)
{
...
3
votes
3answers
122 views
Versioning an API
I'm starting a side project, the first stage will be a building a web application with MVC, in later stages we will be adding clients for mobile platforms. My thought was to create one API that all of ...
-1
votes
0answers
151 views
Good source code project examples of MVC 4/Jquery I could use as a reference? [closed]
I have a few projects like Sportstore (from a MVC book) and MusicStore (from the MVC web site) I use as reference sometimes..
Is there any good site that combines MVC 4/Jquery or even just Jquery ...
1
vote
2answers
120 views
MVC : Does Code to save data in cache or session belongs in controller?
I'm a bit confused if saving the information to session code below, belongs in the controller action as shown below or should it be part of my Model?
I would add that I have other controller methods ...
1
vote
1answer
112 views
Incorporating web designer's HTML pages into an MVC4 application
We are embarking on a new project which will be using the ASP .NET MVC4 platform.
I have been informed that the design is being outsourced to a custom design firm and they will be supplying us with ...
1
vote
0answers
138 views
Reusing values for segment variables when generating outbound URLs
When routes are matched to the outbound URLs, the routing system will try to find values for each of the segment variables in route's URL pattern by also looking at the values from the current ...
1
vote
2answers
841 views
ASP.NET MVC 4 with Entity Framework 5 and SimpleMembership integrated into Repository and Unit Of Work pattern
I have a ASP.NET MVC4 project in which I would like to use the SimpleMembership. The application has a Person table that holds relevant information about users in the system.
I would like a link ...
0
votes
1answer
286 views
Implementing a Service Layer with MVC4 while honoring Single Responsibility
I'm trying to learn some best practices while I ramp up on MVC4. I have a solution with three projects:
Web: MVC stuff
Core: Data Model
Tests: Testing classes
I'm now trying to add:
Services: ...
-3
votes
2answers
141 views
What approaches should be considered for user experience in asp.net mvc 4? [closed]
I'm a new ASP.NET MVC programmer. I've done asp.net webforms extensively and I used the Ajax Control Toolkit and update panels to provide a smoother user experience. What paradigms should I be ...
1
vote
1answer
164 views
project layout using webapi
I have the following project structure I would like to implement. I would like to know if there are any pitfalls to structuring my code this way. It is going to be using Microsoft's WebAPI, an MVC 4 ...
5
votes
4answers
7k views
What exactly is “Web API” in ASP.Net MVC4?
I know what a Web API is.
I've written API's in multiple languages (including in MVC3).
I'm also well practiced in ASP.Net.
I just discovered that MVC4 has "Web API" and without going through the ...
11
votes
3answers
5k views
WCF Data Services (OData) Vs ASP.NET Web API? Hypermedia?
I'm desiging a distributed application that will consist of REST services and a variety of clients (Silverlight, iOS, Windows Phone 7, etc). I was ready to decide that I would implement my REST ...

