📚 Practice Mode
.NET Best Practices and Design Patterns
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
Which of the following statements is incorrect about 'Repository' pattern?
- This pattern virtualises storage of entities in a persistent medium.
- It uses encapsulation technique to store the data.
- It allows the use of a common set of methods in the application.
- Its instance lifetime is that of the application domain.
- The repository uses a series of providers to connect to the source data.