0% found this document useful (0 votes)
158 views

Linqwithwcf

This document discusses creating a resource access layer using LINQ to SQL to interact with a Microsoft SQL Server database. LINQ queries will retrieve and save records from the database, which will then be exposed through a WCF service. The goal is to communicate the total number of customers to a WCF client.

Uploaded by

api-3845693
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
158 views

Linqwithwcf

This document discusses creating a resource access layer using LINQ to SQL to interact with a Microsoft SQL Server database. LINQ queries will retrieve and save records from the database, which will then be exposed through a WCF service. The goal is to communicate the total number of customers to a WCF client.

Uploaded by

api-3845693
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 19

WCF Integration (SOA)

over
Linq
Creating a Resource Access
Layer using LINQ
Creating a Resource Access Layer
using LINQ
• We will use LINQ to SQL to implement a
resource access layer that interacts with an
existing Microsoft SQL Server database.

• create a DataContext, write LINQ queries to


retrieve and save records from and to the
database and expose them through a Windows
Communication Foundation (WCF) service.
Job is to communicate the total number
Of the customer over the WCF
Client using the same
The end

You might also like