Tagged Questions
2
votes
1answer
321 views
What part of LINQ to SQL's provider model makes it impossible to extend it to support third party (read: Non-Microsoft) databases?
There were supposedly some classes in the LINQ to SQL provider model that were sealed--but I never really figured out exactly which classes need to be 'unsealed' in order to use it.
Hypothetically ...