4
shouts

LINQ to SQL and alternate Providers - Rick Strahl

posted by StevesSteves 301 days, 23 hours, 32 minutes ago
Monday, May 18, 2009 1:51:18 PM GMT

I’ve tried an interesting experiment today trying to see if I can get LINQ to SQL to run with a custom ADO.NET Data Provider I’ve created some time ago. Basically I implemented a provider that is a proxy to a remote Web  ‘service’ that can marshal SQL commands via Web Requests on a remote server. I implemented a custom provider for this interface that ships XML across the wire and marshals raw SQL commands to the Web server to process. It works well using plain ADO.NET and my own internal business layer....

category: Architecture | clicked: 2 | | source: west-wind.com | show counter code
tags: Linq To SQL

No comments yet, be the first one to post comment.

To post your comment please login or signup