Chapter 6. Adding Database Support and Exception Handling
In the previous chapter, we created a WCF service with two layers. We didn't add the third layer, that is, the data access layer. Therefore, all of the service operations just returned a fake result from the business logic layer.
In this chapter, we will add the third layer to the WCF service. We will also introduce fault contracts for service error handling.
We will accomplish the following tasks in this chapter:
- Creating the data access layer project
- Calling the data access layer from the business logic layer
- Preparing the
Northwind
database for the service - Adding the connection string to the configuration file
- Querying the database using
GetProduct
- Testing the
GetProduct
method - Updating the database ...
Get WCF Multi-layer Services Development with Entity Framework Fourth Edition 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.