Hi,
I've been tasked by a client to come up with documentation on
standards to follow in creating a data access layer implemented
through stored procedures. When talking about a data access layer,
they mean what will be interfacing with the .NET DAL. Upper
management, and the general consensus here is to stay away from a
strictly CRUD-based, auto-generated set of stored procedures.
In my own design work, I've identified some places to abstract out
entities that aren't based strictly in one table. I'm not sure how to
put that thought process into a more generic document though. How to
decide when to abstract, etc.
My question is, does anyone know of any good references or similar
documents that I could use as a starter to make sure that I don't
leave out any major areas that need to be addressed? All of my
searches come up with DALs that are strictly written from the point of
view of the .NET developer.
Thanks,
-Tom.
I've been tasked by a client to come up with documentation on
standards to follow in creating a data access layer implemented
through stored procedures. When talking about a data access layer,
they mean what will be interfacing with the .NET DAL. Upper
management, and the general consensus here is to stay away from a
strictly CRUD-based, auto-generated set of stored procedures.
In my own design work, I've identified some places to abstract out
entities that aren't based strictly in one table. I'm not sure how to
put that thought process into a more generic document though. How to
decide when to abstract, etc.
My question is, does anyone know of any good references or similar
documents that I could use as a starter to make sure that I don't
leave out any major areas that need to be addressed? All of my
searches come up with DALs that are strictly written from the point of
view of the .NET developer.
Thanks,
-Tom.
Comment