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
- What are the best practices for high performance Enterprise library DAAB DB creation
- Can I Create a object pooling mechanism and reuse the Objects rather than creating it again and again. Will this create any concurrency problems?