rated by 0 users
This post has 3 Replies | 1 Follower

Top 25 Contributor
Posts 3
sai Posted: 02-06-2009 5:11 PM

Hello guys. Anyone here can discuss about the sql to linq in WCF? Im using Sql to Linq but in Windows App only.

Anyone here can discuss.

 

 

Tnx.

Sai

Top 10 Contributor
Posts 11

what do you want to do here? you can certainly use LINQ to SQL as your backend data access mechanism for a WCF service operation.

Top 25 Contributor
Posts 4

I agree to @cruizer

You could just simply create a separte project (Class Library) for your data access and reference it to your WFC project, instantiate it.

Reusable codes can help a lot too.

; ) cheers

JAYSON RAGASA   Applications Developer
 Anomalist Design LLC
Top 25 Contributor
Male
Posts 5

sai, you can use the Linq to SQL at the Data Access Layer. means to say, you create something like a class library that contains the code needed to access you database... and there, you will be using Linq to SQL. well, this is just one approach.

Page 1 of 1 (4 items) | RSS