Skip to content

Commit 19dc136

Browse files
committed
clean up
1 parent bb48b2d commit 19dc136

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

_posts/2015-03-08-storing-lists-in-entity-framework.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public class YourEntity
2020

2121
```
2222

23-
## Serializing Lists as Collections
24-
25-
I'm going to outline a solution
23+
## Serializing using Complex Types
2624

25+
After searching I cam upon a solution from [Bernhard Kircker](http://stackoverflow.com/questions/11985267/entity-framework-options-to-map-list-of-strings-or-list-of-int-liststring) that we have put into production and has been working very well for us. I'll outline here what we did, with thanks to Bernhard.
2726

27+
### Creating a Custom ICollection

0 commit comments

Comments
 (0)