python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Specification pattern with Entity Framework generic repository pattern
Recently I have encountered an article Implement the Query Specification pattern and I am confused about using specification pattern with generic repository.
I have already a generic repo like this:
p...
Omer
Votes: 0
Answers: 1
Decorator in Node - is it possible to iterate through class methods inside the constructor in order to override / apply a decorator to them
Up front I'm new to Node / Javascript an. What I am trying to do is to add a logging to my repository using a decorator function. Therefor I'm trying to iterate though each function from inside the co...
lukas
Votes: 0
Answers: 1
C# Generic Repository Implementation
I want to have repository which the Generic Implementation of the repository can know about Base Entity Class and access its properties. base entity has all the basic properties of an entity like Id,D...

TheDeparted
Votes: 0
Answers: 2