<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Enterprise Library Contrib</title><link>http://www.codeplex.com/entlibcontrib/Project/ProjectRss.aspx</link><description>EntLib Contrib is a community developed library of extensions to the patterns &amp;#38; practices Enterprise Library. </description><item><title>New Post: FileLoadException error when installing Application Block Factory</title><link>http://www.codeplex.com/entlibcontrib/Thread/View.aspx?ThreadId=30797</link><description>&lt;div style="line-height: normal;"&gt;&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span style="font-family:Calibri"&gt;Hello, &lt;br&gt;
&lt;br&gt;
I've been trying to install the&amp;nbsp;Application Block Factory for Enterprise Library without any success. &lt;br&gt;
&lt;br&gt;
When installing the&amp;nbsp;Application Block Factory, I get almost all the way through and then get the following message:&lt;br&gt;
&lt;br&gt;
Error 1001 Exception occurred while initializing the installation:&lt;br&gt;
System.IO.FileLoadException: Could not load file or assembly &lt;br&gt;
'Microsoft.Practices.EnterpriseLibrary.BlockFactoryInstaller, Version=0.0.0.0, &lt;br&gt;
Caulture-neutral, PublicKeyToken=b02f5f7f11d50a3a' or one of its dependencies. String...&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I've tried to search for the BlockFactoryInstaller but can't find it anywhere.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
My environment is as follows:&lt;br&gt;
* Vista Business 64bit&lt;br&gt;
* Visual Studio Pro 2008&lt;br&gt;
*&amp;nbsp;Enterprise Library 4.0 - May 2008&lt;br&gt;
* Guidance Automation Extensions&lt;br&gt;
* Guidance Automation Toolkit For VS2008.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Can someone please help.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Bernie.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>bsircelj</author><pubDate>Thu, 03 Jul 2008 12:29:37 GMT</pubDate><guid isPermaLink="false">New Post: FileLoadException error when installing Application Block Factory 20080703122937P</guid></item><item><title>New Post: DAAB with Informix?</title><link>http://www.codeplex.com/entlibcontrib/Thread/View.aspx?ThreadId=30128</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br&gt;
Has anyone done anything to get Informix to work with the DAAB? We are about to start a project with IDS as our backend...&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Bernard&lt;br&gt;
&lt;/div&gt;</description><author>boflynn</author><pubDate>Mon, 23 Jun 2008 15:24:42 GMT</pubDate><guid isPermaLink="false">New Post: DAAB with Informix? 20080623032442P</guid></item><item><title>New Post: Strong Naming Guidance Package</title><link>http://www.codeplex.com/entlibcontrib/Thread/View.aspx?ThreadId=30116</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
I'm trying to build and register the Strong-Naming Guidance Package. First of all I found that the assemblies were all referring to a non-existent *.snk file in a keys folder and so wouldn't compile. Created a strong-name key file and recompiled the assemblies and that work. When registering the package though, I got the following error:&lt;br&gt;
&lt;br&gt;
Microsoft.Practices.RecipeFramework.ActionExecutionException: An exception occurred during the binding of reference or execution of recipe Register. Error was: Action Register failed to execute:&lt;br&gt;
Failed to process package. See the Guidance Package Development output window for more information about the error.. &lt;br&gt;
You can remove the reference to this recipe through the Guidance Package Manager. ---&amp;gt; System.Configuration.Install.InstallException: Failed to process package. See the Guidance Package Development output window for more information about the error.&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.MetaGuidancePackage.Registration.PackageRegistationAction.ThrowFailure(DTE vs, String currentOperation, String output)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.MetaGuidancePackage.Registration.PackageRegistationAction.Execute()&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionExecutionService.Execute(String actionName, Dictionary`2 inputValues)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionExecutionService.Execute(String actionName)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionCoordinationService.Run(Dictionary`2 declaredActions, XmlElement coordinationData)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.Recipe.ExecuteActions(IDictionaryService readOnlyArguments, IDictionaryService arguments, ITypeResolutionService resolution)&lt;br&gt;
&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.Recipe.UndoExecutedActionsAndRethrow(Exception ex)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.Recipe.ExecuteActions(IDictionaryService readOnlyArguments, IDictionaryService arguments, ITypeResolutionService resolution)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.Recipe.Execute(Boolean allowSuspend)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.GuidancePackage.Execute(String recipe, IAssetReference reference, IDictionary arguments)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.GuidancePackage.Execute(IAssetReference reference)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.RecipeReference.OnExecute()&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.AssetReference.Execute()&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeMenuCommand.OnExec()&lt;br&gt;
&amp;nbsp;&amp;nbsp; at Microsoft.Practices.RecipeFramework.VisualStudio.AssetMenuCommand.Invoke()&lt;br&gt;
&lt;br&gt;
Any idea what's wrong?&lt;br&gt;
&lt;/div&gt;</description><author>jimitndiaye</author><pubDate>Mon, 23 Jun 2008 11:30:00 GMT</pubDate><guid isPermaLink="false">New Post: Strong Naming Guidance Package 20080623113000A</guid></item><item><title>New Post: Entlib 4.0 Support</title><link>http://www.codeplex.com/entlibcontrib/Thread/View.aspx?ThreadId=30053</link><description>&lt;div style="line-height: normal;"&gt;Hi All,&lt;br&gt;
I'm interested in using some of the Entlib Contrib features, particularly the SqlExceptionHandler and PostSharp4Entlib. Will they work with Entlib 4? Will the entlib 4 configuration editor recognize the SqlExceptionHandler, for instance if I drop it in the bin the directory of the version&amp;nbsp; or they tied to particular versions?&lt;br&gt;
&lt;br&gt;
That said, what's the ETA for an Entlib Contrib release targetting Entlib 4?&lt;br&gt;
&lt;/div&gt;</description><author>jimitndiaye</author><pubDate>Sat, 21 Jun 2008 08:04:26 GMT</pubDate><guid isPermaLink="false">New Post: Entlib 4.0 Support 20080621080426A</guid></item><item><title>COMMENTED ISSUE: Integrated Tool on VS 2008</title><link>http://www.codeplex.com/entlibcontrib/WorkItem/View.aspx?WorkItemId=10246</link><description>Este script no sirve para VS2008 espa&amp;#241;ol, produce un error al abrir el VS.&lt;br /&gt;Aqu&amp;#237; les dejo una versi&amp;#243;n corregida y probada.&lt;br /&gt;Comments: ** Comment from web user: cdfaux ** &lt;p&gt;Lo &amp;#250;nico que cambia es &amp;#34;Program Files&amp;#34; x &amp;#34;Archivos de Programa&amp;#34;&lt;/p&gt;</description><author>cdfaux</author><pubDate>Tue, 27 May 2008 14:24:16 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Integrated Tool on VS 2008 20080527022416P</guid></item><item><title>CREATED ISSUE: Integrated Tool on VS 2008</title><link>http://www.codeplex.com/entlibcontrib/WorkItem/View.aspx?WorkItemId=10246</link><description>Este script no sirve para VS2008 espa&amp;#241;ol, produce un error al abrir el VS.&lt;br /&gt;Aqu&amp;#237; les dejo una versi&amp;#243;n corregida y probada.&lt;br /&gt;</description><author>cdfaux</author><pubDate>Tue, 27 May 2008 14:23:22 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Integrated Tool on VS 2008 20080527022322P</guid></item><item><title>CREATED ISSUE: Mysql Enterprise Library Contrib</title><link>http://www.codeplex.com/entlibcontrib/WorkItem/View.aspx?WorkItemId=10217</link><description>Can anyone please provide me the guildeline of how to use Extended SQL Data Access Block 3.1.1 for MySQL&lt;br /&gt;&lt;br /&gt;Thanks &amp;#33;&lt;br /&gt;</description><author>bskadam_511</author><pubDate>Wed, 21 May 2008 11:06:05 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Mysql Enterprise Library Contrib 20080521110605A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/entlibcontrib/SourceControl/ListDownloadableCommits.aspx</link><description>Add interfaces ITemplateText and ITemplateTextFormatter for use in TimeStampFunctionLogFileReader constructor.</description><author>randye</author><pubDate>Wed, 14 May 2008 00:41:55 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080514124155A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/entlibcontrib/SourceControl/ListDownloadableCommits.aspx</link><description>Generate log entries in CultureInfo&amp;#40;&amp;#34;de-DE&amp;#34;&amp;#41; so all entries have the same time stamp format for the reader</description><author>randye</author><pubDate>Tue, 13 May 2008 21:25:09 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080513092509P</guid></item><item><title>NEW POST: [LogParser] Message with CrLf</title><link>http://www.codeplex.com/entlibcontrib/Thread/View.aspx?ThreadId=27640</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
is there a way to get the complete log-message if the text contains CrLf like exception-informations? Actualy there is only the text until the 1st CrLf returned by the Logparser.&lt;br&gt;
&lt;br&gt;
thx, schue 
&lt;/div&gt;</description><author>schue</author><pubDate>Tue, 13 May 2008 17:01:42 GMT</pubDate><guid isPermaLink="false">NEW POST: [LogParser] Message with CrLf 20080513050142P</guid></item><item><title>COMMENTED ISSUE: Log Parser Cannot Parse the log entry.</title><link>http://www.codeplex.com/entlibcontrib/WorkItem/View.aspx?WorkItemId=10165</link><description>E.g. For the format text template &amp;#123;timestamp&amp;#40;local&amp;#41;&amp;#125;&amp;#58;&amp;#123;win32ThreadId&amp;#125; &amp;#123;threadName&amp;#125;&amp;#58;&amp;#123;category&amp;#125;&amp;#58; &amp;#123;message&amp;#125;&lt;br /&gt;&lt;br /&gt;regex created is &amp;#92;&amp;#123;timestamp&amp;#92;&amp;#40;local&amp;#92;&amp;#41;&amp;#125;&amp;#58;&amp;#40;&amp;#63;&amp;#60;win32ThreadId&amp;#62;&amp;#91;&amp;#43;-&amp;#93;&amp;#63;&amp;#92;d&amp;#43;&amp;#41;&amp;#92; &amp;#40;&amp;#63;&amp;#60;threadName&amp;#62;.&amp;#42;&amp;#63;&amp;#41;&amp;#58;&amp;#40;&amp;#63;&amp;#60;category&amp;#62;.&amp;#42;&amp;#63;&amp;#41;&amp;#58;&amp;#92; &amp;#40;&amp;#63;&amp;#60;message&amp;#62;.&amp;#42;&amp;#63;&amp;#41;&amp;#92;r&amp;#92;n&lt;br /&gt;&lt;br /&gt;which does not match  5&amp;#47;10&amp;#47;2008 10&amp;#58;51&amp;#58;15 AM&amp;#58;4764 Das&amp;#58;Error&amp;#58; Hello&lt;br /&gt;&lt;br /&gt;I guess local is the culprit. &lt;br /&gt;&lt;br /&gt;This translates to not being able to read the category etc from the log entry per-se.&lt;br /&gt;-----------&lt;br /&gt;In the sample flip the statements to generate and read the log alternatively.&lt;br /&gt; &amp;#47;&amp;#47;Logger.Write&amp;#40;&amp;#34;Hello&amp;#34;,&amp;#34;Error&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt; ParseRollingFile&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Comments: ** Comment from web user: rajivdas ** &lt;p&gt;Well I found it.&lt;br /&gt;You escape the regexstring to form &amp;#58; &amp;#92;&amp;#123;timestamp&amp;#92;&amp;#40;local&amp;#92;&amp;#41;&amp;#125;&amp;#58;&amp;#40;&amp;#63;&amp;#60;win32ThreadId&amp;#62;&amp;#91;&amp;#43;-&amp;#93;&amp;#63;&amp;#92;d&amp;#43;&amp;#41;&amp;#92; &amp;#40;&amp;#63;&amp;#60;threadName&amp;#62;.&amp;#42;&amp;#63;&amp;#41;&amp;#58;&amp;#40;&amp;#63;&amp;#60;category&amp;#62;.&amp;#42;&amp;#63;&amp;#41;&amp;#58;&amp;#92; &amp;#40;&amp;#63;&amp;#60;message&amp;#62;.&amp;#42;&amp;#63;&amp;#41;&amp;#92;r&amp;#92;n&lt;br /&gt;Then in TreatToken you try regexString.IndexOf&amp;#40;token&amp;#41; with &amp;#123;timestamp&amp;#40; which fails.&lt;br /&gt;I guess you need to UnEscape if case you fail to replace in the DoBuildRegularExpressionFromTemplate&lt;/p&gt;</description><author>rajivdas</author><pubDate>Sat, 10 May 2008 19:56:09 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Log Parser Cannot Parse the log entry. 20080510075609P</guid></item><item><title>CREATED ISSUE: Log Parser Cannot Parse the log entry.</title><link>http://www.codeplex.com/entlibcontrib/WorkItem/View.aspx?WorkItemId=10165</link><description>E.g. For the format text template &amp;#123;timestamp&amp;#40;local&amp;#41;&amp;#125;&amp;#58;&amp;#123;win32ThreadId&amp;#125; &amp;#123;threadName&amp;#125;&amp;#58;&amp;#123;category&amp;#125;&amp;#58; &amp;#123;message&amp;#125;&lt;br /&gt;&lt;br /&gt;regex created is &amp;#92;&amp;#123;timestamp&amp;#92;&amp;#40;local&amp;#92;&amp;#41;&amp;#125;&amp;#58;&amp;#40;&amp;#63;&amp;#60;win32ThreadId&amp;#62;&amp;#91;&amp;#43;-&amp;#93;&amp;#63;&amp;#92;d&amp;#43;&amp;#41;&amp;#92; &amp;#40;&amp;#63;&amp;#60;threadName&amp;#62;.&amp;#42;&amp;#63;&amp;#41;&amp;#58;&amp;#40;&amp;#63;&amp;#60;category&amp;#62;.&amp;#42;&amp;#63;&amp;#41;&amp;#58;&amp;#92; &amp;#40;&amp;#63;&amp;#60;message&amp;#62;.&amp;#42;&amp;#63;&amp;#41;&amp;#92;r&amp;#92;n&lt;br /&gt;&lt;br /&gt;which does not match  5&amp;#47;10&amp;#47;2008 10&amp;#58;51&amp;#58;15 AM&amp;#58;4764 Das&amp;#58;Error&amp;#58; Hello&lt;br /&gt;&lt;br /&gt;I guess local is the culprit. &lt;br /&gt;&lt;br /&gt;-----------&lt;br /&gt;In the sample flip the statements to generate and read the log alternatively.&lt;br /&gt; &amp;#47;&amp;#47;Logger.Write&amp;#40;&amp;#34;Hello&amp;#34;,&amp;#34;Error&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt; ParseRollingFile&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>rajivdas</author><pubDate>Sat, 10 May 2008 18:03:13 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Log Parser Cannot Parse the log entry. 20080510060313P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/entlibcontrib/SourceControl/ListDownloadableCommits.aspx</link><description>Remove source control bindings.</description><author>scottden</author><pubDate>Fri, 09 May 2008 18:34:26 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080509063426P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/entlibcontrib/SourceControl/ListDownloadableCommits.aspx</link><description>Add Strong Naming guidance package and add block factory.</description><author>scottden</author><pubDate>Fri, 09 May 2008 18:23:43 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080509062343P</guid></item><item><title>UPDATED RELEASE: Standalone Validation Application Block 1.2 (Oct 10, 2007)</title><link>http://www.codeplex.com/entlibcontrib/Release/ProjectReleases.aspx?ReleaseId=7637</link><description>See &amp;#91;Standalone Validation Block&amp;#93; for more information.&lt;br /&gt;&lt;br /&gt;Renamed assemblies to avoid confusion with EntLib.&lt;br /&gt;&lt;br /&gt;Fixed some issues that improves usability. See fixed workitems below.</description><author></author><pubDate>Thu, 24 Apr 2008 16:04:22 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Standalone Validation Application Block 1.2 (Oct 10, 2007) 20080424040422P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/entlibcontrib/SourceControl/ListDownloadableCommits.aspx</link><description>Added 1.2 release</description><author>dcazzulino</author><pubDate>Thu, 24 Apr 2008 16:03:35 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080424040335P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/entlibcontrib/SourceControl/ListDownloadableCommits.aspx</link><description>made a copy</description><author>dcazzulino</author><pubDate>Thu, 24 Apr 2008 16:00:35 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080424040035P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/entlibcontrib/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed a bug that broke the designer.</description><author>dcazzulino</author><pubDate>Thu, 24 Apr 2008 15:57:03 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080424035703P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/entlibcontrib/Wiki/View.aspx?title=Home&amp;version=43</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to the &lt;b&gt;EntLib Contrib&lt;/b&gt; project!
&lt;/h2&gt; &lt;br /&gt;EntLib Contrib is a community-developed library of extensions to the patterns &amp;amp; practices &lt;a href="/entlib" class="externalLink"&gt;Enterprise Library&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;In short, if you wrote it, why not share it with the world so that they can benefit form all your hard work?  With your help EntLib Contrib will evolve to include a wide range of additional providers, extensions, tools and even application blocks that can be used with Enterprise Library.&lt;br /&gt; &lt;br /&gt;Note: Extensions in the core EntLib Contrib project should work against official builds of Enterprise Library, and should not require any modifications to the core Enterprise Library code. Contributions that involve modifications to Enterprise Library code will be considered, but any such contributions will be made available as separate releases on this site.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
What's in EntLib Contrib?
&lt;/h3&gt;The latest release of EntLib Contrib is &lt;a href="http://www.codeplex.com/entlibcontrib/Release/ProjectReleases.aspx?ReleaseId=7302"&gt;Enterprise Library Contrib September 2007&lt;/a&gt;. It contains the following functionality. For more detailed documentation, follow the link to the release home page.&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Data Access Application Block extensions&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;MySql, SqLite and &lt;a href="http://www.codeplex.com/entlibcontrib/Wiki/View.aspx?title=Extended%20SQL%20Data%20Access%20Block&amp;amp;referringTitle=Home"&gt;SqlEx&lt;/a&gt; providers&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Exception Handling Application Block extensions &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;SqlException Wrap Handler&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Logging Application Block extensions &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;LogParser&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Policy Injection Application Block extensions &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PostSharp4EntLib&lt;/li&gt;&lt;li&gt;New matching rules: And, Or and Not&lt;/li&gt;&lt;li&gt;New call handlers: CursorCallHandler, OneWayCallHandler, SynchronizedCallHandler, ThreadSafeCallHandler, TransactionScopeCallHandler&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Validation Application Block extensions &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;New validators: CollectionCountValidator, TypeValidator&amp;lt;T&amp;gt;, ObjectValidator&amp;lt;T&amp;gt;, EnumDefinedValidator &lt;/li&gt;&lt;li&gt;Designtime enhancements: Lightweight type picker, Test command&lt;/li&gt;&lt;li&gt;Other extensions: Default validators, Argument Validation, ExternallyConfigurableObjectValidator &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;Other separate releases hosted on this site are:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/entlibcontrib/Release/ProjectReleases.aspx?ReleaseId=7637"&gt;Standalone Validation Application Block 1.2&lt;/a&gt;: adds deep WPF automatic object validating data-binding via a new ValidationBinding markup extension.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/entlibcontrib/Release/ProjectReleases.aspx?ReleaseId=6197"&gt;Extended SQL Data Access Block 3.1.1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;New contributions coming soon:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/entlibcontrib/Wiki/View.aspx?title=Resource%20Application%20Block%203.1&amp;amp;referringTitle=Home"&gt;Resource Application Block 3.1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h3&gt;
Contributing to EntLib Contrib
&lt;/h3&gt;Would you like to join as a developer of the EntLib Contrib project to share your own extensions or improve the existing codebase? Great! Here is what you need to know&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/entlibcontrib/Wiki/View.aspx?title=About%20p%26p%20%22Contrib%22%20projects&amp;amp;referringTitle=Home"&gt;About p&amp;amp;p &amp;quot;Contrib&amp;quot; projects&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/entlibcontrib/Wiki/View.aspx?title=Guidelines%20for%20EntLib%20Contrib%20code&amp;amp;referringTitle=Home"&gt;Guidelines for EntLib Contrib code&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/entlibcontrib/Wiki/View.aspx?title=Sign%20Up%20Process&amp;amp;referringTitle=Home"&gt;Sign Up Process&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;
Other p&amp;amp;p Contrib Projects
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/wcsfcontrib" class="externalLink"&gt;Web Client Software Factory Contrib&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/scsfcontrib" class="externalLink"&gt;Smart Client Software Factory Contrib&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Thu, 24 Apr 2008 15:53:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080424035301P</guid></item><item><title>NEW POST: Status of ODP.NET provider</title><link>http://www.codeplex.com/entlibcontrib/Thread/View.aspx?ThreadId=25975</link><description>&lt;div class="wikidoc"&gt;
I saw here: &lt;a href="http://www.codeplex.com/entlibcontrib/WorkItem/View.aspx?WorkItemId=3167" class="externalLink"&gt;http://www.codeplex.com/entlibcontrib/WorkItem/View.aspx?WorkItemId=3167&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that someone submitted a provider for ODP.NET. What's the status of this, will it be integrated in the next release?&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt; &lt;br /&gt;Florian&lt;br /&gt;
&lt;/div&gt;</description><author>kirchhof</author><pubDate>Tue, 15 Apr 2008 17:21:53 GMT</pubDate><guid isPermaLink="false">NEW POST: Status of ODP.NET provider 20080415052153P</guid></item></channel></rss>