Im using Enterprise Library 5.0 Data Access block. the Creation of a databaseinstance is really slow. DatabaseFactory.CreateDatabase() statement consumes a lot of time when connecting to SQL Server
Why are there no up to date tutorials books, or anything like that online for working with enterprise library 5.0 and Oracle ref cursors?Is there no one on Earth who needs help with that?I am absolute
Can anyone please tell me what is the prefered way to manage transaction when using Enterprise Library\'s DAAB (version 4.1)? I was thinking about
I am using following code to setup connection string: ConfigurationSourceBuilder builder = new ConfigurationSourceBuilder ();
With the introduction of newer paradigms in ASP.Net, are some of the Application Blocks in Enterprise Library becoming obsolete? For example, look at following:
In my application, the entity database schema is created after application deployment based on inputs captured from end user, using a tool. I cannot use Entity Framework in this situation, since model
I\'ve just started to use the enterprise library 5 data access application block, but I keep on getting login failed errors.
I\'m trying to create a DAO object that takes a constructor dependency to the Data Access Application Block\'s Database object. How do I setup my .config file to have开发者_如何学运维 Unity resolve th
Is there a simple code to populate a dropdown box开发者_JAVA技巧 using Enterprise Library 5.0 DAAB?
I hav开发者_如何学JAVAe been dabbling at Enterprise Library 5 Data Access blocks and it is pretty neat that you can return objects using IRowMapper (with and without creating accessors)