Sign in
Kiran's Blog
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Content Negotiation
Web API request flow
Web API Stack Diagram
Web API stack flow
Archive
Archives
September 2012
(3)
May 2012
(4)
February 2012
(2)
Blog - Link List
ASP.NET MVC4 Web API related Blogs
Henrik's Blog
Mike Stall's Blog
Carlos's Blog
Hongmei's Blog
Yao's Blog
Ron's Blog
Youssef's Blog
MSDN Blogs
>
Kiran's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Kiran's Blog
Content Negotiation in ASP.NET MVC4 Web API Beta – Part 1
Posted
over 1 year ago
by
Kiran Challa
7
Comments
This is my first blog post…Yay! . In this blog post, I am going to describe about the Default Content Negotiation Algorithm that gets shipped as part of ASP.NET MVC4 Beta . The Web API provides a lot of nice features with which you can build RESTful services...
Kiran's Blog
Response buffering & chunking in Web Host scenarios
Posted
over 1 year ago
by
Kiran Challa
3
Comments
NOTE : The following table represents the behaviors that are part of Release Candidate(RC) version only. It does NOT represent data for currently in development bits. What is Chunked Transfer Encoding : This represented by the header “Transfer-Encoding...
Kiran's Blog
Handling Compression (Accept-Encoding) Sample
Posted
9 months ago
by
Kiran Challa
3
Comments
Long time back there was a question on forums regarding how we could achieve compression scenario via Accept-Encoding headers in Web API. Thought of bringing that sample here so that it could be useful for anyone looking for this kind of functionality...
Kiran's Blog
ASP.NET MVC4 Web API Stack Diagram
Posted
over 1 year ago
by
Kiran Challa
2
Comments
“A picture is worth a thousand words.” :-) NOTE : This stack represents the Release Candidate(RC) version only. It does not represent the stack that is part of our ongoing development. (click the image to get a larger image)...
Kiran's Blog
In memory client, host and integration testing of your Web API service
Posted
over 1 year ago
by
Kiran Challa
2
Comments
One of the great things about ASP.NET MVC4 Web API is its testability. If you have gone through my post ASP.NET MVC4 WebAPI Stack Diagram , you will notice that there is a block (green color) which says “ In memory client-host using no network (HttpMessageInvoker...
Kiran's Blog
ASP.NET MVC4 Web API Stack Diagram – currently in development
Posted
over 1 year ago
by
Kiran Challa
0
Comments
NOTE : The following diagram is NOT a representation of the stack of Release Candidate(RC) version. But it is something which is currently in development and most probably would be available for the final release. If you would like to look at the diagram...
Kiran's Blog
Content Negotiation in ASP.NET MVC4 Web API Beta – Part 2
Posted
over 1 year ago
by
Kiran Challa
0
Comments
This is the second post in this series related to the Default Content Negotiation that ships as part of ASP.NET MVC4 Beta . I am continuing from where we left off in Part 1 . 7 . Up until now , we have seen how the Accept and Request Content-Type headers...
Kiran's Blog
Receiving request file or data in Streamed mode at a Web API service
Posted
9 months ago
by
Kiran Challa
0
Comments
By default, the mode of receiving request data at a Web API service is in Buffered mode. This is good for most scenarios, but it could be a performance problem when you expect users to upload huge files to the service. In this scenario the files would...
Kiran's Blog
Opting in controllers to show up on Help Page
Posted
9 months ago
by
Kiran Challa
0
Comments
By default when you install the Help Page nuget package and launch the help view, you would see help for all the controllers and their actions that are part of your application. There might be requirements where you might not want to expose all the controllers...
Page 1 of 1 (9 items)