Hi,
can anyone give a helping hand, I been watching the videos for the mvc storefront and have create my own website using these techniques i.e. DDD, Repository pattern but i wish to use Entity Framework.
In the Interfaces it returns IQueryable but with the entity framework i should return ObjectQuery instead? - I will be using LINQ.
Also in the storedfront example it goes something like this IQueryable GetCategories(); (couldn't enter greater than and less than punctuation here as stackoverflow seems to strip them)
As in the mvc stored the Category class was a build entity class (standard class) but with the entity framework these classes are prebuilt in the object context - are they not?
So i should need to build them.
I am a little confused, if anyone has any helpful example or code it would be really helpful.
As i say i have watched the videos from THe mvc storefront using linq2sql but really would like to use the entity framework.
Any ideas?
Thanks
Smithy