Sign in
Henrik's Blog
Henrik works at Microsoft building software for the Web. You can also find me on twitter -- my twitter handle is @frystyk.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
AspNet
AspNetWebAPI
CodePlex
HTTP
HttpClient
MongoDB
MVC
Razor
REST
WebAPI
Archive
Archives
November 2012
(1)
September 2012
(1)
August 2012
(6)
June 2012
(3)
May 2012
(2)
April 2012
(5)
March 2012
(2)
February 2012
(9)
March, 2012
MSDN Blogs
>
Henrik's Blog
>
March, 2012
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Henrik's Blog
Asynchronous File Upload using ASP.NET Web API
Posted
over 1 year ago
by
Henrik F Nielsen
6
Comments
HTML Form File upload (defined in RFC 1867 ) is a classic mechanism for uploading content to a Web server and is supported by all browsers that I am aware of. This blog shows how to handle Form File Upload in ASP.NET Web API asynchronously using the Task...
Henrik's Blog
Async Mashups using ASP.NET Web API
Posted
over 1 year ago
by
Henrik F Nielsen
7
Comments
This blog shows an example of how to build an ASP.NET Web API ApiController that asynchronously talks to multiple other Web APIs in parallel without blocking a thread on the server. Btw, if you have detected a certain theme in these blogs around using...
Page 1 of 1 (2 items)