Integrating the Service Layer
Now that we've got our Service Layer working, let's refactor our presentation code to use it by following these steps:
- Remove the reference from
Northwind.Application
toNorthwind.Data
. - Right-click on Northwind.Application in Solution Explorer and select Add a Service Reference.
- In the dialog that pops up, click on the Discover button and set Namespace to CustomerService, as shown in the following screenshot and then click on the OK button.
Note
Our next section will be about adding Persistence Ignorance to the design. Persistence ignorance is the decoupling of the presentation tier from the lower data tiers. It will minimize ...
Get MVVM Survival Guide for Enterprise Architectures in Silverlight and WPF now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.