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 project, and Plain Old C# Objects (POCO). The explanation follows.
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:
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.
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.
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.
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?
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 the applications (web and mobile) go through to get/save data.
Issue deploying Asp.Net MVC 4 website to Azure [closed]
Closed 11 years ago.
Issue deploying Asp.Net MVC 4 website to Azure [closed]
Closed 11 years ago.
Multiple orders in a single list
I have a problem with a ranking system I am using.