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 Answer
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.
1 Comment
Attilah
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 ?