Note that there are some explanatory texts on larger screens.

plurals
  1. POPrism + Modules use WCF as dataaccess layer
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COWhich method of data access you use is pretty much orthogonal to your choice to use prism/unity. The method you choose will depend more upon other factors like what your database looks like, whether you're in control of the data store, what your scalability needs are, whether you want to use an ORM, etc.
      singulars
    2. COYou should try focusing your question better. You asked a handful of questions (What method of data access? Can I use my DAL directly from my viewModel? etc.) These are all questions that you should probably ask separately and explain each thoroughly if you expect people to understand the context of your problem and offer good advice. Otherwise, it seems that you are merely saying "I designed part of this project, but got stuck... can somebody out there in internet-land do the rest for me?"
      singulars
    3. COMy database is build up with the Entity Framework. Generated the code from the edmx that i builded. Scalability -> It wil only be used in my local network. I used already WCF services but not with edmx features/modules prism. Always directly from the Service to a client, with contracts that i wrote by myself. Now it should use the edmx entities. I don't want that somebody do the rest. I hope only someone can help me, to start right.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload