Enterprise Library 5.0已发布,详见pnp官网

Overview

Microsoft Enterprise Library is a collection of reusable application blocks designed to assist software developers with common enterprise development challenges. This release includes: Caching Application Block, Cryptography Application Block, Data Access Application Block, Exception Handling Application Block, Logging Application Block, Policy Injection Application Block, Security Application Block, Validation Application Block, and Unity Application Block.

This major release of Enterprise Library contains many compelling new features and updates that will make developers more productive. These 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 it 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:
    • A more usable and intuitive look and feel
    • Extensibility improvements through meta-data driven configuration visualizations that replace the requirement to write design time code
    • 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 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
  • A reduction of the number of assemblies
  • Support for the .NET 4.0 Framework and integration with Microsoft Visual Studio 2010
  • Improvements to Unity

EL5.0团队


Enterprise Library 5.0已发布,详见pnp官网
它们分别是(从左到右) :

From left to right:
Erik Renaud (System Tester/Developer), Fernando Simonazzi (Developer), Chris Tavares (Dev Lead/Architect), Rohit Sharma (Test Lead), Rick Carr (Content Tester), Grigori Melnik (Product/Program Manager), Olaf Conijn (Developer), Mani Krishnaswami (Tester), Bob Brumfield (Developer/Architect), Nicolas Botto (Tester/Developer), Dennis DeWitt (Technical Writer), Santhosh Panneerselvam (Tester).

Not shown:
Alex Homer (Technical Writer); Richard Burte (Release Engineer), Carlos Farre (Perf Tester), David Hill (Architect), François Tanguay (Developer/Tester), Masashi Narumoto (Tester), RoAnn Corbisier (Technical Editor), Don Smith (Community PM), Ravindra Varman (Tester), Lavanya Selvaraj (Tester), Meenakshi Krishnamoorthi (Tester), Magdelene Sona (Tester), Sachin Tah (Tester), Tracy Emory (Admin support), Heidi Adkisson (UX Designer), Jen Amsterlaw (UX Researcher), Kelly Franznick (UX Researcher), Damon van Vessem (UX Designer), Brad Cunningham (UX Designer/Developer), Tom Draper (Graphics Designer).

Big thanks also goes to the members of the Advisory Board and the community members who provided their valuable feedback.

 

详见P&P.