Welcome to Atlanta .NET Regular Guys Sign in | Join | Help

Is the Enterprise Library 2.0 Data Access Block crap?

In my last post about data access woes, I talked about how using the Enterprise Library to handle my data access might be responsible for slowing processing down to intolerable levels.  So now it looks like I have to rip it all out.  Sigh.  That's going to suck.

I'm thinking the pseudo code (using the entlib) looks like this:

open connection
get list of key values
close connection
for each key value
   open connection
   get object values based on key
   close connection
   populate object properites
end for


when it should be

open connection
get list of key values
close connection
// some work might happen here
open connection
for each key value
   get object values based on key
   populate object properties
end for
close connection


Is there a way to accomplish this with the Entlib 2.0?
Published 20-01-2006 02:36 by Matt Ranlett
Filed Under:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

What do you think?

(required) 
(optional)
(required) 

About Matt Ranlett

One of the two original Atlanta .NET Regular Guys, Matt fills his free time by helping to run several Atlanta area user groups, the Atlanta Code Camps, and works as one of the two INETA co-Vice Presidents of Technology
SkinName:iroha_Blog2
Powered by Community Server, by Telligent Systems