9
Shouts

Moses' Blog | Mapping Conceptual Model Function to Complex Type in Entity Framework 4.0

published 774 days, 14 hours, 13 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 776 days, 17 hours, 38 minutes ago
Saturday, April 10, 2010 11:45:33 AM GMT Thursday, April 08, 2010 8:20:56 AM GMT

Introduction You might hear of KiGG, the open source project that is currently live as http://dotnetshoutout.com. I wanted to expose part of KiGG data as an OData Service for read only. But I figured out that exposing raw KiGG schema might not be useful. So I had to choose between 2 options that were up to my mind:Build some views on the physical store -database-. Create a new entity data model for those views and use the new data model context for DataServiceContext.Use Entity Framework 4.0 conceptual ...

category: Foundation | clicked: 1 | | source: mosesofegypt.net | show counter code
tags: linqtoentities, entityframework4, EF4, entityframework, DataServices, OData