Microsoft Enterprise Library 5.0 Released

Microsoft Enterprise Library is a popular collection of reusable software components (called application blocks) designed to address common cross-cutting concerns of enterprise application developers (such as logging, validation, data access, exception handling, and more). Entlib is provided as source code, test cases, and documentation that can be used "as is" or extended, and encapsulates the Microsoft recommended and proven practices for .NET application development.

Downloads, Videos and Docs are here: msdn.microsoft.com/en-us/library/ff632023.aspx

For more information, check out the P&P Blog, or the Community forum: entlib.codeplex.com

What’s New in v5.0?

This major release of Enterprise Library contains many compelling new features and updates that will make developers more productive. There are no new blocks; instead the team focused on making the existing blocks shine, on testability, maintainability and easier learning. The new features include:

· Major architectural refactoring that provides improved testability and maintainability through full support of the dependency injection style of development

· Dependency injection container independence (Unity ships with Enterprise Library, but you can replace Unity with a container of your choice)

· Programmatic configuration support, including a fluent configuration interface and an XSD schema to enable IntelliSense

· Redesign of the configuration tool to provide:

o A more usable and intuitive look and feel

o Extensibility improvements through meta-data driven configuration visualizations that replace the requirement to write design time code

o A wizard framework that can help to simplify complex configuration tasks

· Data accessors for more intuitive processing of data query results

· Asynchronous data access support

· Honoring validation attributes between Validation Application Block attributes and DataAnnotations

· Integration with Windows Presentation Foundation (WPF) validation mechanisms

· Support for complex configuration scenarios, including additive merge from multiple configuration sources and hierarchical merge

· Optimized cache scavenging

· Better performance when logging

· Support for the .NET 4.0 Framework and integration with Microsoft Visual Studio 2010

· Improvements to Unity

o Streamlined configuration schema

o A simplified API for static factories and interception

o The capability to add interface implementation through interception

o Additional types of lifetime manager

o Deferred resolution (automatic factories)

· A reduction of the number of assemblies

The detailed list of all changes is included in the Enterprise Library documentation and also online.