You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate PINQ.
Based off the .NET's LINQ (Language integrated query), PINQ unifies querying across arrays/iterators and external data sources, in a single readable and concise fluent API. Using this for the Repository implementation would make a lot of things (especially testing) much easier.
Storage
The storage layer is hidden behind an abstraction, the ORM. It allows to use different storage engines and technologies transparently.
Repositories
Based off the .NET's LINQ (Language integrated query), PINQ unifies querying across arrays/iterators and external data sources, in a single readable and concise fluent API. Using this for the Repository implementation would make a lot of things (especially testing) much easier.
Storage
The storage layer is hidden behind an abstraction, the ORM. It allows to use different storage engines and technologies transparently.
The text was updated successfully, but these errors were encountered: