Relative Content

Tag Archive for asp.net-mvc-4

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.

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.

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.