Prism + modules use WCF as data access layer

I am writing an application (WPF) where I use a prism structure. I have a client with a shell. I have a module. So these are different projects. Each module is a separate project. Modules are loaded by Unity.

I have the following

Solution
 Client
    Modules
    Client ( app )

 Common
    Entities

 Server
    Data
    Web

So you can see that I have a data project under the server folder. There you can find edmx. The web project is empty, the Entities project is also empty.

The client (application) has a shellview with its loader. The client is working. Only the level of data access needs to be integrated.

What is the best solution for accessing data? WCF, something else? Which template should we use for objects. How can we use this service in modules where there is a code (View / ViewModel)?

Pff, . stackoverflow. . , - .

+3
3

POCO STE .edmx . WCF .

Prism Solution , , Client (Prism) WCF.

0

, Calcium SDK (http://calcium.codeplex.com/), Prism WCF.

0

WCF EntityFramework , .

, , . - "" - .

, .

WPF clent: , .

: - , WCF RIA. , silverlight .net RIA Link Visual Studio. . "" (: enums.shared.cs) , WCF .

, .

0

All Articles