Developer Code Samples

Contributions
Requests
Favorites
Sort By:

 This sample includes code for the following ASP.NET Web API tutorial:  Your First ASP.NET Web API  ASP.NET Web API is a framework for building web APIs on top of the .NET Framework. In this tutorial, you will use ASP.NET Web API to create a web API that returns
a list of produ
http://www.asp.net/web-api/overview/creating-web-apis/creating-a-web-api-that-supports-crud-operations[Excerpt]This tutorial shows how to support CRUD operations in an HTTP service using ASP.NET Web API.CRUD stands for "Create, Read, Update, and Delete," which are the four basic
This sample contains the completed project for the tutorial
Using Web API with Entity Framework on the
asp.net/web-api site.Excerpt:This tutorial shows how to use ASP.NET Web API with ADO.NET Entity Framework, using code-first development.Entity Framework is an object/relatio
This sample shows how to create OData end points iN ASP.NET Web API.The projects in this solution corrspond to the following Web API OData tutorials:
Product Service 01 - Read Only:http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api/getting-started-with-odata-in-
This sample contains the finished code for the tutorial Sending HTML Form Data.[Excerpt from the tutorial follows]This tutorial shows how to upload files to a web API. It also describes how to process multipart MIME data.Here is an example of an HTML form for uploading a file:<fo
From the following tutorial: http://www.asp.net/web-api/overview/extensibility/using-the-web-api-dependency-resolver [Excerpt] This tutorial shows how to inject dependencies into your ASP.NET Web API controller, using the Web API dependency resolver.A dependency is an object or i
This sample contains the complete source code for the following tutorial:Self-Host a Web API [Excerpt]Create a New ProjectStart Visual Studio 2010 and select New Project from the
Start page. Or, from the File menu, select New and then
Project.In the Templates pane, select Inst
Sample code for the tutorial at
http://www.asp.net/web-api/overview/working-with-http/sending-html-form-data,-part-1 [Excerpt]Part 1: Form-urlencoded DataThis article shows how to post form-urlencoded data to a Web API controller.
Overview of HTML Forms Sending Complex Types S
0 results
No sample requests were found.
No favorites have been added.