First post:
yazidarezki wrote: Hello, Has anybody tried to use LINQ to SQL and UNITY? For example, in the dinnernow example, we can have a gateway that is dependendent on MyDatacontext and MyTranslators; where MyDat...
Latest post:
ctavares wrote: Ah, I see. Right now, I think the best practice is to isolate most of your code from the DataContext behind a repository interface. You can then reimplement your interface to talk via Lin...