Microsoft Enterprise Library 5.0
Getting Started with Enterprise Library
Introducing Enterprise Library
Functional Application Block Dependency
Working of Data Access Application Block
Retrieving records using ExecuteReader
Retrieving records using DataSet
Retrieving a record as an object
Retrieving multiple records as an object collection
Executing a command using ExecuteNonQuery
Updating records using DataSet
Exception Handling Application Block
Wrapping an exception using Wrap handler
Replacing an exception using Replace handler
Logging an exception using Logging handler
WCF fault contract exception handler
Implementing custom exception handler
Configuring Isolated Cache Storage Backing Store
Configuring Database Cache Storage
Configuring and encrypting cached data
Validation Application Block features
Understanding ValidatorFactory
Understanding ValidationResults
Validating objects using attributes
Validating values programmatically
Validating objects using self-validation
Validating objects using configuration
Integrating with Windows Forms-based applications
Integrating the Validation block with ASP.NET
Implementing a Custom Validator
Implementing a custom Authorization Provider
Cryptography Application Block