<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>patterns &amp; practices – Enterprise Library</title><link>http://entlib.codeplex.com/Project/ProjectRss.aspx</link><description>The Microsoft Enterprise Library is a collection of reusable software components &amp;#40;application blocks&amp;#41; designed to assist software developers with common enterprise development challenges.</description><item><title>New Post: Object Validator and Object Collection Validator</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61518</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, I am a newbie in EntLib. Could any one give me some simple application that uses Object Validator and Object Collection Validator. Thank you.&lt;/p&gt;&lt;/div&gt;</description><author>happynuts</author><pubDate>Sun, 05 Jul 2009 19:03:25 GMT</pubDate><guid isPermaLink="false">New Post: Object Validator and Object Collection Validator 20090705070325P</guid></item><item><title>New Post: Scenario for RelativeDateTimeValidator</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61516</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Please give me some scenario for using the RelativeDateTimeValidator. Thank you.&lt;/p&gt;&lt;/div&gt;</description><author>jbb1980</author><pubDate>Sun, 05 Jul 2009 17:09:18 GMT</pubDate><guid isPermaLink="false">New Post: Scenario for RelativeDateTimeValidator 20090705050918P</guid></item><item><title>New Post: VAB and WCF</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61512</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How to use VAB in WCF? can someone provide me sample?&lt;/p&gt;&lt;/div&gt;</description><author>jbb1980</author><pubDate>Sun, 05 Jul 2009 16:09:23 GMT</pubDate><guid isPermaLink="false">New Post: VAB and WCF 20090705040923P</guid></item><item><title>Created Issue: ValidationProvider and Validation of NumericUpDown Decimal Value</title><link>http://entlib.codeplex.com/WorkItem/View.aspx?WorkItemId=23376</link><description>As we now NumericUpDown.Value is Decimal type. If You will want boun it with object field which type is Int it will go on. Then if you will set attribute of ValidationApplication block RangeValidator&amp;#91;1,100&amp;#93; and then if You connect to this NumericUpDown ValidationProvider when Validation event occur You will get error of conversion. Validator will check what is type of field in our object it will get that is Int for that he will get convert class it will be Int32Converter. Then it will take the NumericUpDown.Value which is Decimal at this moment we will get Error that the value should be of specified Int type. I had modified my enterprise entlib src and repair it I check if value.GetType&amp;#40;&amp;#41; is decimal then i convert it to string and it works. For me it&amp;#39;s ok because for this NumericUpDown I hawe set it has no thousand separator.&lt;br /&gt;</description><author>szymonk</author><pubDate>Sun, 05 Jul 2009 13:15:27 GMT</pubDate><guid isPermaLink="false">Created Issue: ValidationProvider and Validation of NumericUpDown Decimal Value 20090705011527P</guid></item><item><title>New Post: Database.cs method GetSqlStringCommand is not marked virtual</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61440</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;is there a reason why in class Database.cs the method &amp;quot;GetSqlStringCommand&amp;quot; is not marked virtual ?&lt;br&gt;In a &amp;nbsp;proyect i'm working we're creating a spring proxy of the Database class, and while exposing the original interface, the method &amp;quot;GetSqlStringCommand&amp;quot; cant be proxied ,but all the other &amp;quot;execute*&amp;quot; methods do work and the only difference is that the other methods are virtual.&lt;/p&gt;
&lt;p&gt;So is there a design decison for this? could it be changed in the future?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Database.cs&lt;br&gt;
&lt;p&gt;/// &amp;lt;summary&amp;gt;&lt;br&gt;/// &amp;lt;para&amp;gt;Creates a &amp;lt;see cref=&amp;quot;DbCommand&amp;quot;/&amp;gt; for a SQL query.&amp;lt;/para&amp;gt;&lt;br&gt;/// &amp;lt;/summary&amp;gt;&lt;br&gt;/// &amp;lt;param name=&amp;quot;query&amp;quot;&amp;gt;&amp;lt;para&amp;gt;The text of the query.&amp;lt;/para&amp;gt;&amp;lt;/param&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br&gt;/// &amp;lt;returns&amp;gt;&amp;lt;para&amp;gt;The &amp;lt;see cref=&amp;quot;DbCommand&amp;quot;/&amp;gt; for the SQL query.&amp;lt;/para&amp;gt;&amp;lt;/returns&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br&gt;public &lt;span style="color:#0000ff"&gt;&lt;strong&gt;virtual&lt;/strong&gt;&lt;/span&gt; DbCommand GetSqlStringCommand(string query)&lt;br&gt;{&lt;br&gt;&lt;span style="white-space:pre"&gt; &lt;/span&gt;if (string.IsNullOrEmpty(query)) throw new ArgumentException(Resources.ExceptionNullOrEmptyString, &amp;quot;query&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;&amp;nbsp;return CreateCommandByCommandType(CommandType.Text, query);&lt;br&gt;}&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>leonard_h</author><pubDate>Fri, 03 Jul 2009 20:45:58 GMT</pubDate><guid isPermaLink="false">New Post: Database.cs method GetSqlStringCommand is not marked virtual 20090703084558P</guid></item><item><title>New Post: The located assembly's manifest definition does not match the assembly reference.</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61405</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;First thing to verify, make sure that the referenced assemblies are the custom ent lib dlls. Can you please remove the reference and add again? then have a rebuild. You've said that it worked for you, then what did you change before it started showing errors?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Valiant Dudan&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;Global Technology and Solutions&lt;br&gt;Avanade, Inc.&lt;br&gt;&lt;a href="mailto:entlib.support@avanade.com"&gt;entlib.support@avanade.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>AvanadeSupport</author><pubDate>Fri, 03 Jul 2009 13:29:35 GMT</pubDate><guid isPermaLink="false">New Post: The located assembly's manifest definition does not match the assembly reference. 20090703012935P</guid></item><item><title>New Post: Wierd PIAB bug</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61409</link><description>&lt;div style="line-height: normal;"&gt;&lt;p style="margin:0cm 0cm 10pt"&gt;&lt;span style="" lang=EN-US&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;Hi we are using PIAB for security interception on our business objects. The current configuration uses a custom matching rule that matches all interface methods that derive for our base business logic interface and it worked perfectly until for some weird reason interception got called on Dispose method that is not a part of any of business interfaces that our rule matches. IDisposable is defined on our objects but the object needs to be cast to IDisposable before you can call dispose.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 10pt"&gt;&lt;span style="" lang=EN-US&gt;&lt;span style="font-size:small;font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 10pt"&gt;&lt;span style="" lang=EN-US&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;I checked the handler&amp;rsquo;s pipeline and it contained 6 instead of 5 (no. of methods in the interface) handler pipelines and the metadata key used to match for one was the same as the dispose method one. So interception is working as it should the weird thing is that the handler pipeline with dispose methods metadata key shouldn&amp;rsquo;t even be there and that this extra handler is not deterministic - it always at the same spot on a particular computer, but no 2 computers have the problem with the same business object and one computer even has handlers attached to GetType method that is not a part of any interface.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 10pt"&gt;&lt;span style="" lang=EN-US&gt;&lt;span style="font-size:small;font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 10pt"&gt;&lt;span style="" lang=EN-US&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;We also checked if all interfaces in our classes get handled but that&amp;rsquo;s not the case since most of our business classes implement at least 5-6 interfaces and only methods from our interface that derives from the for mentioned base interface get handled plus one extra method that causes problems.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 10pt"&gt;&lt;span style="" lang=EN-US&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;Anyone else had this problem?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>peterjavornik</author><pubDate>Fri, 03 Jul 2009 12:54:37 GMT</pubDate><guid isPermaLink="false">New Post: Wierd PIAB bug 20090703125437P</guid></item><item><title>New Post: The located assembly's manifest definition does not match the assembly reference.</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61405</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am getting the following error when i try to run the project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)&lt;/em&gt; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The dll'd refered are Customized entLib dll's.So i have given public has null in web.config.The same settings worked for me but now i am getting this error when i have taken only&amp;nbsp; &lt;strong&gt;Data(DAAB),ExceptionHandling(EHAB),Logging(project of Exception Handling Block), Logging.Database of Logging Application block projects&lt;/strong&gt; and added them to my solution.Even this worked initiallly but suddenly&amp;nbsp; not working.What is the reason.Please let me know.Thanks,&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ravi&lt;/p&gt;&lt;/div&gt;</description><author>ravi_y4u</author><pubDate>Fri, 03 Jul 2009 12:06:56 GMT</pubDate><guid isPermaLink="false">New Post: The located assembly's manifest definition does not match the assembly reference. 20090703120656P</guid></item><item><title>New Post: Asynchronous Application Block</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61270</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've read somewhere that there was no strong demand for both Asynchronous and Aggregation Application block&amp;nbsp; that's why they decided to leave them out.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Sarah Urmeneta&lt;br&gt;&lt;/em&gt;&lt;/strong&gt;Global Technology and Solutions&lt;br&gt;Avanade, Inc.&lt;br&gt;&lt;a href="mailto:entlib.support@avanade.com"&gt;&lt;span style="color:#3e62a6"&gt;entlib.support@avanade.com&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>AvanadeSupport</author><pubDate>Fri, 03 Jul 2009 03:16:17 GMT</pubDate><guid isPermaLink="false">New Post: Asynchronous Application Block 20090703031617A</guid></item><item><title>New Post: Programatically enabling/disabling category filters</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61235</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yup, that was GetSection, not GetSource, my fault.&amp;nbsp; Not sure why&amp;nbsp;that change&amp;nbsp;didn't worked for you though.&amp;nbsp; Anyway, here's&amp;nbsp; a thread relating to your second question - &lt;a href="http://entlib.codeplex.com/Thread/View.aspx?ThreadId=16623"&gt;http://entlib.codeplex.com/Thread/View.aspx?ThreadId=16623&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Sarah Urmeneta&lt;br&gt;&lt;/em&gt;&lt;/strong&gt;Global Technology and Solutions&lt;br&gt;Avanade, Inc.&lt;br&gt;&lt;a href="mailto:entlib.support@avanade.com"&gt;&lt;span style="color:#3e62a6"&gt;entlib.support@avanade.com&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>AvanadeSupport</author><pubDate>Fri, 03 Jul 2009 03:08:52 GMT</pubDate><guid isPermaLink="false">New Post: Programatically enabling/disabling category filters 20090703030852A</guid></item><item><title>New Post: Config file for Logging application</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61255</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Do you have any other specific question on this?&amp;nbsp; I'm not sure if you decided to use any of the 2 suggestions I made.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Sarah Urmeneta&lt;br&gt;&lt;/em&gt;&lt;/strong&gt;Global Technology and Solutions&lt;br&gt;Avanade, Inc.&lt;br&gt;&lt;a href="mailto:entlib.support@avanade.com"&gt;&lt;span style="color:#3e62a6"&gt;entlib.support@avanade.com&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>AvanadeSupport</author><pubDate>Fri, 03 Jul 2009 03:02:20 GMT</pubDate><guid isPermaLink="false">New Post: Config file for Logging application 20090703030220A</guid></item><item><title>Created Issue: Typo in Cryptography Application Block</title><link>http://entlib.codeplex.com/WorkItem/View.aspx?WorkItemId=23353</link><description>The class CrytographicOperationErrorEventArgs is missing a &amp;#39;p&amp;#39; in its name.&lt;br /&gt;</description><author>rferj</author><pubDate>Thu, 02 Jul 2009 18:59:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Typo in Cryptography Application Block 20090702065944P</guid></item><item><title>New Post: Programatically enabling/disabling category filters</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61235</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="font-family:Courier New"&gt;&lt;span style="color:#2b91af"&gt;Actually I think the syntax is this: &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Courier New"&gt;&lt;span style="color:#2b91af"&gt;LoggingSettings&lt;/span&gt; loggingSettings = (&lt;span style="color:#2b91af"&gt;LoggingSettings&lt;/span&gt;)configuration.&lt;strong&gt;Sections.Get&lt;/strong&gt;(&lt;span style="color:#2b91af"&gt;LoggingSettings&lt;/span&gt;.SectionName);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Courier New"&gt;So all seams to be working, but can you tell me how to force the application reconsult the configuration file settings immediatly after I call&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;entlibConfig.Save();&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Jess&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>jesterbratt</author><pubDate>Thu, 02 Jul 2009 17:51:06 GMT</pubDate><guid isPermaLink="false">New Post: Programatically enabling/disabling category filters 20090702055106P</guid></item><item><title>New Post: Programatically enabling/disabling category filters</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61235</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks, but I get a compile error on this line:&amp;nbsp;&amp;nbsp;LoggingSettings loggingSettings = (LoggingSettings)entlibconfig.GetSource(&amp;quot;loggingConfiguration&amp;quot;);&lt;/p&gt;
&lt;p&gt;Error: &amp;quot;System.configuration.configuration does not contain a definition for 'GetSource' and no extension method 'GetSource' accepting a first argument of type Syste.Configuratin.Configuration coudl be found&amp;quot;&lt;/p&gt;
&lt;p&gt;Does this compile for you?&lt;/p&gt;
&lt;p&gt;I tried changing to GetSection but that gives an error as well:&lt;/p&gt;
&lt;p&gt;Error Cannot convert type 'System.Configuration.ConfigurationSection to 'Microsoft.Practices.EnterpriseLIbrary.Logging.Configuration.LoggingSettings&lt;/p&gt;
&lt;p&gt;Jess&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>jesterbratt</author><pubDate>Thu, 02 Jul 2009 17:03:25 GMT</pubDate><guid isPermaLink="false">New Post: Programatically enabling/disabling category filters 20090702050325P</guid></item><item><title>New Comment on "How do I implement a conditional validation?"</title><link>http://entlib.codeplex.com/Wiki/View.aspx?title=How do I implement a conditional validation?&amp;ANCHOR#C13284</link><description>How do I implement conditional validation that used by the PropertyProxyValidator&amp;#63;  SelfValidation does not work with the PropertyProxyValidator.</description><author>jamiedixon</author><pubDate>Thu, 02 Jul 2009 16:29:09 GMT</pubDate><guid isPermaLink="false">New Comment on "How do I implement a conditional validation?" 20090702042909P</guid></item><item><title>New Post: Enterprise Library and .NET 4.0 beta 1 - it doesn't work</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=56814</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Would you anticipate that this issue would be corrected by the time that beta2 is released?&lt;/p&gt;
&lt;p&gt;Also, when I attempted to use some Entlib assemblies within a .NET 4.0 beta 1 project, I was presented with some errors during compilation related to indirect references to .NET 2.0 assemblies such as System.Management. Is this issue related to the one you mention above?&lt;/p&gt;&lt;/div&gt;</description><author>mdkowalski</author><pubDate>Thu, 02 Jul 2009 14:31:08 GMT</pubDate><guid isPermaLink="false">New Post: Enterprise Library and .NET 4.0 beta 1 - it doesn't work 20090702023108P</guid></item><item><title>Commented Issue: Logging of Exceptions fails after a while</title><link>http://entlib.codeplex.com/WorkItem/View.aspx?WorkItemId=17203</link><description>We are using enterprise library 3.1 &amp;#40;Logging and Exception handling application blocks&amp;#41; in our ASP.NET Web application.  Our application has the code and the required configuration to log the error messages to both flat file and event log when there is an exception.  Logging is working fine, but intemittently it stops logging any messages even when there is an exception.  Logging starts working normally as soon as we restart the IIS, but after a while it stops again.  We are not able to find the pattern or root cause of when the logging is stopped.  Has anyone faced similar issue&amp;#63;  Anyone has any ideas or suggestions to debug or fix the issue&amp;#63;&lt;br /&gt;&lt;br /&gt;Software &amp;#47; Server Environment&amp;#58;&lt;br /&gt;Enterprise Library 3.1 &amp;#40;May 2007&amp;#41;, .NET 2.0, ASP.NET 2.0, IIS 6.0, Windows 2003 Server&lt;br /&gt;Comments: ** Comment from web user: BMukund ** &lt;p&gt;We have the same issue. On one of our environments when you deploy application and restart IIS the logging works however it stops at some point and then never logs any error messages. Again if we restart IIS the logging starts again but can stop at any time,.&lt;/p&gt;&lt;p&gt;Any pointer in right direct will be really appreciated.&lt;/p&gt;</description><author>BMukund</author><pubDate>Thu, 02 Jul 2009 14:06:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: Logging of Exceptions fails after a while 20090702020616P</guid></item><item><title>New Post: Config file for Logging application</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61255</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;I am trying to encapsulate everything related to logging in the class library with custom trace listener, custom logger, custom logentry and related config file and I want Web App to just call custom logger class and its method.&lt;/p&gt;&lt;/div&gt;</description><author>smsayami</author><pubDate>Thu, 02 Jul 2009 13:53:56 GMT</pubDate><guid isPermaLink="false">New Post: Config file for Logging application 20090702015356P</guid></item><item><title>New Post: Asynchronous Application Block</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61270</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank, I already found that but not already test yet. Another way is the code project &lt;a title="CodeProject Article:ACB" href="http://www.codeproject.com/KB/cs/AsynchronousCodeBlocks.aspx"&gt;http://www.codeproject.com/KB/cs/AsynchronousCodeBlocks.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Both are Net 2.0 and for the first one, it including in EntLib2.0, so I concern about&amp;nbsp; version compatible becauese our team use Enterprise Lib 4.1&lt;/p&gt;
&lt;p&gt;And I am just a stupid beginner in C# so want to look for the uptodate Code Block without any modified.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Asynchronous is very complicated topic, I think it should have a place in next version&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>ronnared</author><pubDate>Thu, 02 Jul 2009 10:36:20 GMT</pubDate><guid isPermaLink="false">New Post: Asynchronous Application Block 20090702103620A</guid></item><item><title>New Post: Asynchronous Application Block</title><link>http://entlib.codeplex.com/Thread/View.aspx?ThreadId=61270</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It was already deprecated way back, not sure exactly what version.&amp;nbsp; You can download it now separately - &lt;a href="http://msdn.microsoft.com/en-us/library/ms998466.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms998466.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Sarah Urmeneta&lt;br&gt;&lt;/em&gt;&lt;/strong&gt;Global Technology and Solutions&lt;br&gt;Avanade, Inc.&lt;br&gt;&lt;a href="mailto:entlib.support@avanade.com"&gt;&lt;span style="color:#3e62a6"&gt;entlib.support@avanade.com&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>AvanadeSupport</author><pubDate>Thu, 02 Jul 2009 05:41:21 GMT</pubDate><guid isPermaLink="false">New Post: Asynchronous Application Block 20090702054121A</guid></item></channel></rss>