United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
Microsoft Developer Network
>
Samples
>
Loop Reference handling in Web API
Download Visual Studio
Quick Access
My Samples
Upload a sample
Browse Sample Requests
More From Hongye Sun - MSFT
Single Page Application with Backbone.js and ASP.NET Web API
(1)
Support $format in ASP.NET Web Api
(0)
Support Composite Key in ASP.NET Web API OData
(1)
Loop Reference handling in Web API
The IssueIt'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>();
Download
C# (1.4 MB)
Ratings
(1)
Downloaded
622 times
Favorites
Add To Favorites
Requires
Visual Studio 2012
Last Updated
9/5/2012
License
Apache License, Version 2.0
Share
Technologies
ASP.NET Web API
Topics
ASP.NET Web API
Report Abuse to Microsoft
Description
Browse Code
Q and A