Skip to content
Duane Dibley edited this page Nov 13, 2015 · 4 revisions

Road Map

Vision

The vision of the StoredProcedureFramwork is to provide a framework of .net code which can be used to easily represent stored procedures, their parameters and return types by .Net P.O.C.O.s and use these objects to call the stored procedures.

MileStones

  • Be able to represent a Stored procedure with a P.O.C.O Done
  • Be able to call the stored procedure Done
  • Be able to return results from stored procedure Done
  • Have integration tests suite WIP
  • Have code example suite that documents how to use the framework WIP
  • Handle Common DataTypes Done
  • Handle lesser used DataTypes
  • Handle multiple record sets Done
  • Handle Table Value Parameters WIP

Features

  • Ability to support P.O.C.O.s that represent stored procedures
  • Ability to call stored procedures in a database using these P.O.C.O.s
  • Ability to use both Entity Framework DBContext and/or ADO.Net
  • Ability to support Table Value Parameters

Metrics / KPIs