RIA Services and Entity Framework POCOs
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Mon, 05 Apr 2010 00:00:00 GMT
Indexed on
2010/04/05
16:53 UTC
Read the original article
Hit count: 194
Filed under:
WCF RIA Services contains a special domain service for entity framework which will automatically be used if you use the Domain Service template in Visual Studio.
This winter I tried the template with a few projects. One of them had EntityObjects and the other had POCO entities.
The EntityObjects worked great, but the POCO entities didn’t work at all.
The bulk of the problems were based on the fact that the EntityDomainService used methods from the first version of Entity Framework that relied...
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner