0

can you use Entity Framework to expose an EDM over data contained in binary files ? or data contained in some obscure data retrieval mechanism ?

1
  • If you just need a solution that doesn't require a server, there are better options (SQLite, SQL CE, etc.) Commented Aug 18, 2011 at 14:22

1 Answer 1

2

If you can Write an Entity Framework Data Provider for your file type, then you can use Entity Framework with it.

I can certainly say that it won't be easy though.

Sign up to request clarification or add additional context in comments.

1 Comment

Is it possible to have an EDM that retrieves data from two sources at the same time ? Say, it retrieves 3 tables from an SQL Server database and some data from my file type ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.