Μέσα από το blog του Grigori Melnik, ανακοινώθηκε η κυκλοφορία του Microsoft Enterprise Library 5.0. To Microsoft Enterprise Library 5.0 είναι διαθέσιμο για download μέσα από το CodePlex site, καθώς και από το Microsoft Downloads.
Το Microsoft Enterprise Library είναι μια συλλογή από επαναχρησιμοποιήσιμα application blocks που είναι σχεδιασμένα να βοηθήσουν τους προγραμματιστές με κοινά προβλήματα enterprise development. Αυτή η έκδοση περιλαμβάνει: 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.
Αυτή η έκδοση του Enterprise Library περιέχει πολλά νέα χαρακτηριστικά και ενημερώσεις που θα κάνουν τους προγραμματιστές πιο παραγωγικούς. Μερικά από αυτά:
- 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
[Via: Grigori Melnik: Thoughts on Agile Software Engineering and Beyond]
George J.