Showing posts with label Enterprise Library. Show all posts
Showing posts with label Enterprise Library. Show all posts

Tuesday, October 2, 2007

EntLib Contrib September 2007 Release

entlib EntLib Contrib is a community-developed library of extensions to the patterns & practices Enterprise Library.

The latest release of EntLib Contrib is Enterprise Library Contrib September 2007.

What's new? Per Tom Hollander:

  • Data Access Application Block extensions:
    • MySql, SqLite and SqlEx providers.
  • Exception Handling Application Block extensions:
    • SqlException Wrap Handler.
  • Logging Application Block extensions:
    • LogParser.
  • Policy Injection Application Block extensions:
    • PostSharp4EntLib.
    • New matching rules: And, Or and Not.
    • New call handlers: CursorCallHandler, OneWayCallHandler, SynchronizedCallHandler, ThreadSafeCallHandler, TransactionScopeCallHandler.
  • Validation Application Block extensions:
    • New validators: CollectionCountValidator, TypeValidator<T>, ObjectValidator<T>, EnumDefinedValidator.
    • Designtime enhancements: Lightweight type picker, Test command.
    • Other extensions: Default validators, Argument Validation, ExternallyConfigurableObjectValidator.