<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>entlibcontrib Release Rss Feed</title><link>http://www.codeplex.com/entlibcontrib/Release/ProjectReleases.aspx</link><description>entlibcontrib Release Rss Description</description><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009)</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a &lt;b&gt;final&lt;/b&gt; round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQLite Provider&lt;/b&gt; - SQLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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. The Log parser now includes a TimeStamp parser.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block 3.1"&gt;Resource Application Block 3.1&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: An alternative type-picker that allows you to enter a typename in a text-box instead of using the tree-view.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;: Validate pre/post conditions of method calls.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Tue, 05 May 2009 19:27:21 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009) 20090505072721P</guid></item><item><title>Released: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009)</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a &lt;b&gt;final&lt;/b&gt; round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQLite Provider&lt;/b&gt; - SQLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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. The Log parser now includes a TimeStamp parser.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block 3.1"&gt;Resource Application Block 3.1&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: An alternative type-picker that allows you to enter a typename in a text-box instead of using the tree-view.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;: Validate pre/post conditions of method calls.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author></author><pubDate>Tue, 05 May 2009 19:27:20 GMT</pubDate><guid isPermaLink="false">Released: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009) 20090505072720P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009)</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQLite Provider&lt;/b&gt; - SQLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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. The Log parser now includes a TimeStamp parser.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block 3.1"&gt;Resource Application Block 3.1&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: An alternative type-picker that allows you to enter a typename in a text-box instead of using the tree-view.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;: Validate pre/post conditions of method calls.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Tue, 05 May 2009 18:31:12 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009) 20090505063112P</guid></item><item><title>Released: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009)</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQLite Provider&lt;/b&gt; - SQLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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. The Log parser now includes a TimeStamp parser.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block 3.1"&gt;Resource Application Block 3.1&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: An alternative type-picker that allows you to enter a typename in a text-box instead of using the tree-view.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;: Validate pre/post conditions of method calls.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author></author><pubDate>Tue, 05 May 2009 18:31:12 GMT</pubDate><guid isPermaLink="false">Released: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009) 20090505063112P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009)</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQLite Provider&lt;/b&gt; - SQLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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. The Log parser now includes a TimeStamp parser.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block 3.1"&gt;Resource Application Block 3.1&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: An alternative type-picker that allows you to enter a typename in a text-box instead of using the tree-view.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Tue, 05 May 2009 18:22:29 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009) 20090505062229P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009)</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQLite Provider&lt;/b&gt; - SQLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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. The Log parser now includes a TimeStamp parser.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: An alternative type-picker that allows you to enter a typename in a text-box instead of using the tree-view.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;[ArgumentValidation|VAB Contributions#ArgumentValidation&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Tue, 05 May 2009 17:57:14 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009) 20090505055714P</guid></item><item><title>Released: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009)</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQLite Provider&lt;/b&gt; - SQLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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. The Log parser now includes a TimeStamp parser.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: An alternative type-picker that allows you to enter a typename in a text-box instead of using the tree-view.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;[ArgumentValidation|VAB Contributions#ArgumentValidation&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author></author><pubDate>Tue, 05 May 2009 17:57:14 GMT</pubDate><guid isPermaLink="false">Released: Enterprise Library Contrib v3.1 May 2009 (May 05, 2009) 20090505055714P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQLite Provider&lt;/b&gt; - SQLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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. The Log parser now includes a TimeStamp parser.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: An alternative type-picker that allows you to enter a typename in a text-box instead of using the tree-view.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;[ArgumentValidation|VAB Contributions#ArgumentValidation&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Tue, 05 May 2009 13:15:04 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090505011504P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQLite Provider&lt;/b&gt; - SQLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Tue, 05 May 2009 13:03:15 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090505010315P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Tue, 05 May 2009 12:56:20 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090505125620P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Thu, 30 Apr 2009 22:12:18 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090430101218P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator - Allows for composition of multiple rulesets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Thu, 30 Apr 2009 22:10:05 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090430101005P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;CompositeRulesetValidator &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Thu, 30 Apr 2009 22:03:02 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090430100302P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
 * &lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. 
&lt;ul&gt;&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[ExternallyConfigurableObjectValidator|VAB Contributions#ExternallyConfig&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Thu, 30 Apr 2009 21:54:42 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090430095442P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; - Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
 &lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - Combines the benefits of the Enterprise Library Policy Injection and compile-time weaving by removing the limitations due to the use of remoting proxies. 
&lt;ul&gt;&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[ExternallyConfigurableObjectValidator|VAB Contributions#ExternallyConfig&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Thu, 30 Apr 2009 21:51:53 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090430095153P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Common extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TypeConfigurationElement&amp;lt;T&amp;gt;&lt;/b&gt; - Polymorphic Configuration Element without having to be part of a PolymorphicConfigurationElementCollection.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AnonymousConfigurationElement&lt;/b&gt; - Configuration element that can be uniquely identified without having to define its name explicitly.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt; -Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - 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. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[ExternallyConfigurableObjectValidator|VAB Contributions#ExternallyConfig&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Thu, 30 Apr 2009 21:49:58 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090430094958P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt;: Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - 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. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ExternallyConfigurableObjectValidator"&gt;ExternallyConfigurableObjectValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;</description><author>ewdev</author><pubDate>Thu, 30 Apr 2009 21:40:04 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090430094004P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt;: Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - 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. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ExternallyConfigurableObjectValidator"&gt;ExternallyConfigurableObjectValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Resource Application Block&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource Application Block"&gt;Resource Application Block&lt;/a&gt;&lt;/b&gt; - A Full Application Block of configurable providers for Globalization and Localization&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;</description><author>ewdev</author><pubDate>Thu, 30 Apr 2009 21:01:40 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090430090140P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;A final round up of all of the v3.1 core user contributions&lt;br&gt;&lt;br&gt;This release of Enterprise Library Contrib is a final round up of all of the Microsoft patterns &amp;amp; practices Enterprise Library 3.1 core user contributions containing the following community contributions:&lt;br&gt;
&lt;h3&gt;Data Access Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySql Provider&lt;/b&gt; - MySql provider for the Data Access Application Block.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SqLite Provider&lt;/b&gt; - SqLite provider for the Data Access Application Block. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended SQL Data Access Block"&gt;SqlEx Provider&lt;/a&gt;&lt;/b&gt; - This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. 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. &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Exception Handling Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=SqlException Wrap Handler"&gt;SqlException Wrap Handler&lt;/a&gt;&lt;/b&gt;: Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Logging Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=LogParser"&gt;LogParser&lt;/a&gt;&lt;/b&gt; - 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.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Policy Injection Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=PostSharp4EntLib"&gt;PostSharp4EntLib&lt;/a&gt;&lt;/b&gt; - 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. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Matching Rules&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;And Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; only if both of contained Matching Rules evalute to &amp;quot;true&amp;quot;.&lt;/li&gt;
&lt;li&gt;Or Matching Rule: Combines 2 Matching Rules and evaluates to &amp;quot;true&amp;quot; if either one of contained Matching Rules evalutes to &amp;quot;true&amp;quot;&lt;/li&gt;
&lt;li&gt;Not Matching Rule: Contains another Matching Rules and evaluates to &amp;quot;true&amp;quot; if the contained Matching Rules evalutes to &amp;quot;false&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PIAB Call Handlers&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.&lt;/li&gt;
&lt;li&gt;OneWayCallHandler: Queues the call to the next handler on the ThreadPool&lt;/li&gt;
&lt;li&gt;SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler&lt;/li&gt;
&lt;li&gt;ThreadSafeCallHandler: Synchronizes access to the next handler&lt;/li&gt;
&lt;li&gt;TransactionScopeCallHandler: Wraps the next handler with a TransactionScope&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Validation Application Block extensions&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Validators&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#CollectionCountValidator"&gt;CollectionCountValidator&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#TypeValidator"&gt;TypeValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ObjectValidator"&gt;ObjectValidator&amp;#60;T&amp;#62;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#EnumDefinedValidator"&gt;EnumDefinedValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Designtime enhancements&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Lightweight type picker"&gt;Lightweight type picker&lt;/a&gt;: 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).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Test command for Validation Rules"&gt;Test command for Validation Rules&lt;/a&gt;: A dialog that allows to test and play around with validators inside the configuration console.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Other extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#Defaultvalidators"&gt;Default Validators&lt;/a&gt;: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ArgumentValidation"&gt;ArgumentValidation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=VAB Contributions&amp;ANCHOR#ExternallyConfigurableObjectValidator"&gt;ExternallyConfigurableObjectValidator&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>ewdev</author><pubDate>Thu, 30 Apr 2009 20:56:15 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090430085615P</guid></item><item><title>Updated Release: Enterprise Library Contrib v3.1 May 2009</title><link>http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680</link><description>&lt;div&gt;A final round up of all of the v3.1 core user contributions&lt;/div&gt;</description><author>ewdev</author><pubDate>Mon, 27 Apr 2009 07:06:08 GMT</pubDate><guid isPermaLink="false">Updated Release: Enterprise Library Contrib v3.1 May 2009 20090427070608A</guid></item></channel></rss>