All Projects → RickStrahl → AspNetWebApiArticle

RickStrahl / AspNetWebApiArticle

Licence: other
Source code for ASP.NET WebApi Article for Code Magazine

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
CSS
56736 projects
HTML
75241 projects
Classic ASP
548 projects

Getting Started with ASP.NET Web API

Sample code for Code Magazine Article

This project is the source code for the above article and provides a small example application that demonstrates some of the core features of the ASP.NET Web API. It contains the code samples referenced in the article above.

Most of the examples are contained in the GetAlbums.htm/js pages with the AlbumApiController.cs and AlbumRpcApiController.cs providing the backend Web API controllers. Additional examples are shown in the SamplesApiController.

Solution Configuration

This project works with the ASP.NET MVC Release using .NET 4.0 runtime.

This is a VS2012 project, but it opens fine and works in VS2010.

Project should run as is after initial compilation in Visual Studio. Note that NuGet packages are not shipped and NuGet Package Restore is enabled so you need to be online (or have NuGet packages cached) in order for the project to pull in all the MVC/WebAPI NuGet references.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].