I'm working with a multitier SOA based enterprise application with every complex business logics. Many business validations require large amount of support data from database, which slow down the performance. The number of concurrent users are about 1000. The client is multitier with WinForms on top.
We are considering almost all the enterprise library blocks.
- Caching Application Block
- Data Access Application Block
- Exception Handling Application Block
- Logging Application Block
- Policy Injection Application Block
- Security Application Block
- Unity Application Block
Validation Application Block
- Is enterprise library right way to go?
- Please suggest libraries/frameworks that are better in your opinion, but consider telling way they are better.
- Would it be bad practice to mix enterprise library with other libraries? For example we consider using log4net for logging.