Search code examples
c#.netlinqfoxpro

LINQ with FoxPro?


Is there a reasonable way to access FoxPro databases using LINQ?


Solution

  • One the blessing/curses of .NET is that the answer is rarely "no" to any .NET programming question.

    For example, this guy (thanks Sergey and Larry) shows a way to access FoxPro-type DBs with LINQ: http://blogs.msdn.com/calvin_hsia/archive/2007/11/30/6620133.aspx

    A better question is probably, not can you, but should you!?

    If you insist on such an option, the Entity Framework is probably a better place to look: http://msdn.microsoft.com/en-us/library/aa697427(VS.80).aspx