My thoughts on Web Services and .NET development
I just created some issues in codeplex for the features I discussed last week in these two posts:
Add support for switching the content type dynamically
http://www.codeplex.com/aspnet/WorkItem/View.aspx?WorkItemId=2846
Related Post: http://weblogs.asp.net/cibrax/archive/2008/12/05/dynamic-content-type-a-nice-to-have-feature-for-the-rest-starter-kit.aspx
Add support for conditional get in WebCache behavior
http://www.codeplex.com/aspnet/WorkItem/View.aspx?WorkItemId=2847
Related Post: http://weblogs.asp.net/cibrax/archive/2008/12/08/adding-conditional-get-support-to-the-wcf-rest-starter-kit.aspx
Feel free to vote any of them :)
Hi Pablo
We are looking at making the response format selection richer in a forthcoming framework release. We are also looking at conditional get support. Did you take a look at the WebOperationContext extension APIs in the starter kit for computing etags?
Thanks!
Vish
Very cool Vish!!!. I will try to take a look at the extension API this week, I did not know they exist. Thanks