Is Unit Of Work and Repository Patterns very useful for big projects?
Now, the first question should be, why do I need a repository or unit of work pattern at all? Couldn’t I just use the EF context from the controller, having the full power of directly writing the query I need and returning the data? Answer: You could, but the real intent behind is testability and … Read more