Sign in
Hongye Sun's Blog
My Projects
My Projects
AutoF5
Live editing ASP.NET in Visual Studio
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET
NuGet
Pages
Razor
SPA
TFS
Troubleshooting
Web Api
Archive
Archives
February 2013
(1)
September 2012
(2)
August 2012
(1)
March 2012
(1)
November 2011
(2)
December 2009
(1)
September, 2012
MSDN Blogs
>
Hongye Sun's Blog
>
September, 2012
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Hongye Sun's Blog
Support $format in ASP.NET Web Api
Posted
8 months ago
by
Hongye Sun - MSFT
1
Comments
OData protocal defines $format to support different format: http://www.odata.org/documentation/uri-conventions#FormatSystemQueryOption User can use following URL to change the return format to json instead of setting Accept header: http://localhost...
Hongye Sun's Blog
Loop Reference handling in Web API
Posted
8 months ago
by
Hongye Sun - MSFT
2
Comments
The Issue It's very common to have circular reference in models. For example, the following models shows a bidirection navigation property: 1: public class Category 2: { 3: public Category() 4: { 5: Products = new Collection<Product>...
Page 1 of 1 (2 items)