
Buenas
después de un par de meses con el programa EntLib Contrib en marcha, ya podemos ver algunas de las contribuciones que la comunidad ha hecho y que se han liberado for everyone.
el primer release de Enterprise Library Contrib contiene:
- PostSharp4EntLib
Combines the benefits of the Enterprise Library Policy Injection and of compile-time weaving by removing the limitations due to the use of remoting proxies. - LogParser
Combines the benefits of the Enterprise Library Logging Application Block with the ability to deserialize from a human readable log text file all LogEntry objects back. This enables sophisticated log filter capabilities with LINQ on normal log files (.NET 2.0 and Orcas samples) with very few lines of code. - MySql for DAAB - MySql provider for the Data Access Application Block.
- SqlLite for DAAB - SqlLite provider for the Data Access Application Block.
- Additional PIAB Matching Rules
- And Matching Rule: Combines 2 Matching Rules and evaluates to "true" only if both of contained Matching Rules evalute to "true".
- Or Matching Rule: Combines 2 Matching Rules and evaluates to "true" if either one of contained Matching Rules evalutes to "true"
- Not Matching Rule: Contains another Matching Rules and evaluates to "true" if the contained Matching Rules evalutes to "false".
- Additional VAB Validators
- Externally Configurable Object Validator: An Object Validator that allows to use configuration from a configuration file other than web.config or app.config.
- Designtime Enhancement
- Lightweigth type-picker for VAB: An alternative type-picker for the validation application block that allows you to enter a typename in a text-box (instead of using the tree-view to navigate the whole lot of types in the current appdomain).
- Extended SQL Data Access Block - This data access application block extends the SQL Data Access Block provided by Enterprise Library. It provides additional overloads for the UpdateDataSet method so that a collection of rows or a table can be passed to the DataAdapter for update. These methods were developed to support updating datasets that have multiple tables and cascading hierarchies.
será cuestión de probarlo :D, y si quieres aprender un poco más sobre EntLib 3.1, date una vuelta por Madrid el proximo jueves en las oficinas de Microsoft.
Fuentes:
Saludos
El Bruno
Crossposting from
ElBruno.com