1

I'm planning on using EF in a WCF Service. The database that will be used already exists.

I was wondering if I need to map the retreived entities to a datacontract, or can I use them directly?

And on a more general base: are there any pitfalls I should beware of?

4

2 に答える 2

1

EF が既存の DB の POCO クラスを生成する場合、WCF[DataContract]. ただし、それらが非 POCO 追跡オブジェクトである場合は、WCF でシリアル化するために別の型に変換する必要があります。

しかし、WCF と EF には非常に多くのバージョン、構成、および使用方法があるため、これに確実に答えることは困難です。

于 2012-03-30T18:43:23.730 に答える
0

Entity Framework Provider (WCF Data Services) の使用を検討してください。

于 2012-03-30T16:37:50.717 に答える