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. .
, - .