G
Guest
Hi all,
I'm soon to overhaul my asp.net 2.0's backend data source. My plans:
-To implement a data access layer
-To move from access to SQL Server 2005.
I'm going to be implementing just about every provider that microsoft ships
for sql server (membership, profile, etc).
In addition to any general advice, I've got a specific question: I've got a
page with several user controls, some of which operate on similar data. Would
it make sense to fill a dataset and then cache it somehow and pass it around?
Would this be done in the data access layer?
Thanks...
-Ben
I'm soon to overhaul my asp.net 2.0's backend data source. My plans:
-To implement a data access layer
-To move from access to SQL Server 2005.
I'm going to be implementing just about every provider that microsoft ships
for sql server (membership, profile, etc).
In addition to any general advice, I've got a specific question: I've got a
page with several user controls, some of which operate on similar data. Would
it make sense to fill a dataset and then cache it somehow and pass it around?
Would this be done in the data access layer?
Thanks...
-Ben