Author: Henrik's Blog | Posted on: 7/20/2012 5:01:45 PM | Views : 1223

If you are interested in samples for ASP.NET Web API and HttpClient then please check out our new git repository on aspnet.codeplex.com . Here you will find an initial set of samples written in C# showing various features of ASP.NET Web API and HttpClient. The set is only the beginning. We are very interested in getting your feedback and suggestions for how to improve the samples and what features you would to see. Should the format be different? Should they be documented in other ways? Please let us know by registering issues ! Prerequisites The samples are split into two parts: those that target .Net 4 and those that target .Net 4.5. The latter use the async/await keywords introduced in Visual Studio 2012 which makes programming with asynchronous...(read more) ...

Go to the complete details ...