lundi 5 octobre 2015

query strategy with complex requirements

I'm looking for an extendable strategy for complex queries.

I have a list returned of tasks

The user can select various versions of this list:

  • New Work
  • Due Today
  • Needs extra info

etcetera.

Right now this is all munged in a stored proc in sql server and each case filters for different fields.

I need to be able to:

  1. extend the 'versions'
  2. change the strategy (linq, sql, dapper, ef)

Aucun commentaire:

Enregistrer un commentaire