Once you've installed entlib then, from the link you posted and your question, these are the ones I believe that you're looking for:
- Enterprise Library Policy Injection Application Block
- Enterprise Library Caching Application Block
- Enterprise Library Caching Data Provider (maybe)
- Enterprise Library Caching Cryptography Provider
- Enterprise Library Exception Handling Application Block
- Enterprise Library Exception Handling Logging Provider (most likely needed as well)
- Enterprise Library Logging Application Block
- Enterprise Library Logging Application Block Database Provider (if you intend to log to a db)
- Enterprise Library Validation Application Block
- Enterprise Library Validation Application Block ASP.NET Integration (web)
- Enterprise Library Validation Application Block WinForms Integration (win)
Otherwise, they're all well named in the add reference dialog. They all start with either "Enterprise Library ..." or "Microsoft.Practices. ...". And again, they're all pretty obvious as to what they do.
We don't use all of the app blocks here, but so far the only pattern/heuristic I've noticed is to manually add any "... Provider" reference manually, or you'll get non-obvious errors (Exception Handling Logging Provider is the most common). The config ui doesn't always add all of the references needed.