frankiDotNet

Results 25 comments of frankiDotNet

Is it possible that you have to create an equality operator for the CompositeKey ?

I have tested it with this code: ```cs public class CompositeId : CompositeId { private const int HASH_MULTIPLIER = 31; public CompositeId() { } public CompositeId(TId1 id1, TId2 id2) {...

For my personal problem there is the solution with the LinqService, that's right. But I think that this is another point of view, the initial thought was, is there a...

Sure, this is not a must have feature! By the way, great job with the project and the support!!!!

Is there any way to make a workaround for this? Something like a Pipe that supports multiple parameters and returns a function?