<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Grigori Melnik: Thoughts on Agile Software Engineering and Beyond</title><link>http://blogs.msdn.com/agile/default.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>p&amp;p Summit 2009: What’s coming in Enterprise Library 5.0</title><link>http://blogs.msdn.com/agile/archive/2009/10/16/p-p-summit-2009-what-s-coming-in-enterprise-library-5-0.aspx</link><pubDate>Fri, 16 Oct 2009 13:51:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9908182</guid><dc:creator>gmelnik</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/agile/comments/9908182.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9908182</wfw:commentRss><description>&lt;p&gt;Yesterday &lt;a href="http://blogs.msdn.com/bobbrum"&gt;Bob Brumfield&lt;/a&gt; and I gave a talk on EntLib5.0 at &lt;a href="http://pnpsummit.com"&gt;p&amp;amp;p summit in Redmond&lt;/a&gt; . We’ve discussed the underlying architectural refactoring and previewed the following improvements:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Data accessors that will help you easily consume sproc results when using Data Access Application Block – instead of a data reader you get an &lt;font face="conso"&gt;IEnumerable&lt;/font&gt; back and can do all LINQ magic on it.&lt;/li&gt;    &lt;li&gt;Logging Block performance improvements due to optimizations using predefined timestamp patterns mapped to high-speed formatting implementations and new “local” tokens for context info (e.g. localMachine, localAppDomain) that we cache.&lt;/li&gt;    &lt;li&gt;Improved config experience epic which included:&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;programmatic config support via fluent interface&lt;/li&gt;      &lt;li&gt;face lift of the config tool to make it more intuitive (especially when displaying relationships), simpler (by removing a lot of design time dlls) and better extensible (by simplifying the way config for custom handlers/blocks) can be plugged into the config tool)&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Honouring validation attributes in &lt;font face="Consolas"&gt;System.ComponentModel.DataAnnotations &lt;/font&gt;&lt;/li&gt;    &lt;li&gt;Getting EntLib objects in various ways :&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;via a single point of entry &lt;font face="conso"&gt;EnterpriseLibraryContainer.Current&lt;/font&gt;&lt;/li&gt;      &lt;li&gt;or injected by the container&lt;/li&gt;   &lt;/ul&gt; &lt;/ol&gt;  &lt;p&gt;We also demoed container independency story which allows to switch the underlying container. Out of the box, you get EntLib shipped with &lt;a href="http://msdn.com/unity"&gt;Unity&lt;/a&gt;, but if you prefer to use another DI container, now you can easily switch over.&lt;/p&gt;  &lt;p&gt;We are planning several webcasts to share these demos.&lt;/p&gt;  &lt;p&gt;In the meantime, feel free to check out our recent bits &lt;a href="http://entlib.codeplex.com/SourceControl/ListDownloadableCommits.aspx"&gt;here&lt;/a&gt; and provide feedback.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9908182" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/p_2600_amp_3B00_p/default.aspx">p&amp;amp;p</category><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/Unity/default.aspx">Unity</category><category domain="http://blogs.msdn.com/agile/archive/tags/events/default.aspx">events</category><category domain="http://blogs.msdn.com/agile/archive/tags/pnpsummit/default.aspx">pnpsummit</category></item><item><title>Removing WMI support from Enterprise Library</title><link>http://blogs.msdn.com/agile/archive/2009/10/13/removing-wmi-support-from-enterprise-library.aspx</link><pubDate>Tue, 13 Oct 2009 20:00:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9906799</guid><dc:creator>gmelnik</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/agile/comments/9906799.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9906799</wfw:commentRss><description>&lt;p&gt;In our quest to simplify EntLib’s codebase, we are considering removing WMI2 support in v5. This is based on recommendation by our Advisory board, as well as lack of usage and interest from the user community and the high development complexity to maintain WMI2 integration (the code itself as well as non-trivial environmental setup on dev and test machines).&lt;/p&gt;  &lt;p&gt;If this is something you care deeply about, please scream now. We are waiting for any scenarios that could convince us to keep WMI2 support of EntLib objects till the end of October.&lt;/p&gt;  &lt;p&gt;Note: as part of our instrumentation story, we will continue to maintain EventLog and perf counter updates.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9906799" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/managability/default.aspx">managability</category><category domain="http://blogs.msdn.com/agile/archive/tags/WMI/default.aspx">WMI</category></item><item><title>Enterprise Library reaches 2 million downloads!</title><link>http://blogs.msdn.com/agile/archive/2009/09/08/enterprise-library-reaches-2-million-downloads.aspx</link><pubDate>Wed, 09 Sep 2009 02:49:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9892878</guid><dc:creator>gmelnik</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/agile/comments/9892878.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9892878</wfw:commentRss><description>&lt;p&gt;Enterprise Library has a broad reach and adoption. No wonder, since it embodies many of the proven .NET development practices and ships with the code, tests and hands-on labs – lots to reuse and lots to learn from. The EntLib community has welcomed more than 2 million downloads worldwide! At least 10% of Fortune 500 companies use Enterprise Library (that’s who we know of). In addition, I’ve noticed that employers now list specifically EntLib skills in their developer job ads on monster and workopolis. &lt;/p&gt;  &lt;p&gt;To celebrate the 2M milestone, our p&amp;amp;p colleagues surprised us with a cake. A slice goes to everyone who has ever worked on application blocks or the library itself (one day I’ll be able to do a better job and acknowledge each and everyone of you!) as well as to all community members who have used EntLib, commented on it, reported bugs, suggested improvements, written extensions. It’s been five years since this effort began and the tremendous success of EntLib today is largely due to all of you! Thank you! We look forward to continuing collaboration with you.&lt;/p&gt;  &lt;p&gt;Don’t forget to check out our &lt;a href="http://entlib.codeplex.com/"&gt;Codeplex development site&lt;/a&gt; where you can see what’s coming next (in v5) and download most recent code drops.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/EnterpriseLibraryreaches2milliondownload_ECA0/Final_EntLib_2M_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="EntLib_2M_celebration" border="0" alt="EntLib_2M_celebration" src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/EnterpriseLibraryreaches2milliondownload_ECA0/Final_EntLib_2M_thumb.jpg" width="644" height="404" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9892878" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib+Contrib/default.aspx">EntLib Contrib</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category></item><item><title>EntLib/Unity Trainers</title><link>http://blogs.msdn.com/agile/archive/2009/08/14/entlib-unity-trainers.aspx</link><pubDate>Sat, 15 Aug 2009 01:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9870645</guid><dc:creator>gmelnik</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/agile/comments/9870645.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9870645</wfw:commentRss><description>&lt;P&gt;If you are offering industrial or academic courses or workshops&amp;nbsp;that use Enterprise Library or Unity, I hope you are already taking advantage of our updated &lt;A href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ab3f2168-fea1-4fc2-b40c-7867d99d4b6a"&gt;&lt;FONT color=#006bad&gt;Hands-On Labs&lt;/FONT&gt;&lt;/A&gt;. I would like to know what else&amp;nbsp;we could do to better support you and the learners.&lt;/P&gt;
&lt;P&gt;Please reply to&amp;nbsp;this post or ping me directly. You may also want to send me your syllabus and we’ll consider profiling you under the Learning section of our &lt;A href="http://entlib.codeplex.com/"&gt;&lt;FONT color=#006bad&gt;Codeplex site&lt;/FONT&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;- Grigori&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9870645" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/Unity/default.aspx">Unity</category><category domain="http://blogs.msdn.com/agile/archive/tags/labs/default.aspx">labs</category><category domain="http://blogs.msdn.com/agile/archive/tags/ease+of+use/default.aspx">ease of use</category><category domain="http://blogs.msdn.com/agile/archive/tags/learnability/default.aspx">learnability</category><category domain="http://blogs.msdn.com/agile/archive/tags/training/default.aspx">training</category></item><item><title>Showcasing patterns &amp; practices’ goodness</title><link>http://blogs.msdn.com/agile/archive/2009/08/13/showcasing-patterns-practices-goodness.aspx</link><pubDate>Fri, 14 Aug 2009 07:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9869353</guid><dc:creator>gmelnik</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/agile/comments/9869353.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9869353</wfw:commentRss><description>&lt;P&gt;These are some of the events I’ll be presenting at in the next couple of months:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Patterns &amp;amp; Practices Conference Ukraine, Kiev, Sep 16, 2009 (&lt;A href="http://www.pnp.in.ua/" mce_href="http://www.pnp.in.ua"&gt;www.pnp.in.ua&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;Patterns &amp;amp; Practices Summit Russia, Moscow, Sep 22, 2009 (&lt;A href="http://www.pnpsummit.ru/" mce_href="http://www.pnpsummit.ru"&gt;www.pnpsummit.ru&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;Patterns &amp;amp; Practices Summit Redmond, Oct 12-16, 2009 (&lt;A href="http://www.pnpsummit.com/" mce_href="http://www.pnpsummit.com"&gt;www.pnpsummit.com&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;TechEd EMEA, Berlin, Nov 9-13, 2009 (&lt;A href="http://www.msteched.com/" mce_href="http://www.msteched.com"&gt;www.msteched.com&lt;/A&gt;) &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Whether you are using Enterprise Library or any other p&amp;amp;p asset, I’d be happy to chat with you about your experience. Look forward to it! &lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 251px; HEIGHT: 51px" title="pnp summit Redmond" border=0 hspace=5 alt="pnp summit Redmond" vspace=5 src="http://blogs.msdn.com/blogfiles/ajoyk/WindowsLiveWriter/BecomeaFanofppsummit_1499A/clip_image019_2.jpg" width=251 height=51 mce_src="http://blogs.msdn.com/blogfiles/ajoyk/WindowsLiveWriter/BecomeaFanofppsummit_1499A/clip_image019_2.jpg"&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9869353" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/p_2600_amp_3B00_p/default.aspx">p&amp;amp;p</category><category domain="http://blogs.msdn.com/agile/archive/tags/events/default.aspx">events</category></item><item><title>Unity 2.0 container update</title><link>http://blogs.msdn.com/agile/archive/2009/07/16/unity-2-0-container-update.aspx</link><pubDate>Thu, 16 Jul 2009 21:18:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9835910</guid><dc:creator>gmelnik</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/agile/comments/9835910.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9835910</wfw:commentRss><description>&lt;p&gt;Our latest work on Unity 2.0 is available on &lt;a href="http://unity.codeplex.com/SourceControl/ListDownloadableCommits.aspx"&gt;Codeplex&lt;/a&gt; (see &lt;a href="http://unity.codeplex.com/SourceControl/changeset/view/28516"&gt;change set 28516&lt;/a&gt;). This is the first work we’ve done on Unity as part of the &lt;a href="http://blogs.msdn.com/agile/archive/2009/04/16/enterprise-library-5-0-product-backlog-prioritization-results.aspx"&gt;EntLib5.0 effort&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Major changes in this drop include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;ObjectBuilder2 DLL is now gone. The code is now completely contained in the Unity assembly, and you won't need to reference OB2 anymore in your projects using Unity. Over time the ObjectBuilder stuff is going to lose a lot of it's generality and be just the underpinnings for the container. &lt;/li&gt;    &lt;li&gt;We're taking a first cut at fixing our exception messages. All the extra &lt;font face="Lucida Console"&gt;BuildFailedException&lt;/font&gt;’s that ended up in the inner exception tree are now GONE. Instead, you get a top level ResolutionFailedException, and the InnerException is the actual exception that caused resolution to fail. And the exception message has been reformatted significantly to hopefully get a better description of what the container was doing, and how it ended up where it did, when the error occurred. This is in response to user feedback to provide better error messaging in Unity. We consider this to be a significant improvement, but still need your feedback. In particular, we look forward to specific suggestions about how we could change the messages to be even more descriptive and intuitive. Please reply to this post or via &lt;a href="http://unity.codeplex.com/Thread/View.aspx?ThreadId=62292"&gt;Codeplex discussion thread&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;Silverlight projects are now updated to Silverlight 3. &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9835910" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/dependency+injection/default.aspx">dependency injection</category><category domain="http://blogs.msdn.com/agile/archive/tags/Unity/default.aspx">Unity</category><category domain="http://blogs.msdn.com/agile/archive/tags/new+release/default.aspx">new release</category><category domain="http://blogs.msdn.com/agile/archive/tags/user+experience/default.aspx">user experience</category></item><item><title>Acceptance Test Engineering Guide, volume 1 BETA2 release</title><link>http://blogs.msdn.com/agile/archive/2009/06/30/acceptance-test-engineering-guide-volume-1-beta2-release.aspx</link><pubDate>Wed, 01 Jul 2009 03:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9810189</guid><dc:creator>gmelnik</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/agile/comments/9810189.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9810189</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/AcceptanceTestEngineeringGuidevolume1BET_F57E/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 15px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/AcceptanceTestEngineeringGuidevolume1BET_F57E/image_thumb.png" width="248" height="323" /&gt;&lt;/a&gt; Today I am pleased to announce the release of the beta2 of the first volume of our &lt;a href="http://testingguidance.codeplex.com"&gt;Acceptance Test Engineering Guide&lt;/a&gt;. We are getting closer to “done”.&lt;/p&gt;  &lt;p&gt;As it became apparent that the primary reader personas for each part in the original guide (that was released as &lt;a href="http://testingguidance.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=18914"&gt;beta1&lt;/a&gt;) were different&amp;#160; and the size of the guide was approaching 800 pages, we decided to split it into 3 volumes. It allows us to ship Volume I sooner while finishing Volume II and III. Incremental delivery for the win! &lt;/p&gt;  &lt;p&gt;Based on the first round of reviews, Volume I has undergone some serious rewriting (especially, the Gating model, which is now called the Acceptance Process Model) and the entire new chapters were added (Part II – Perspectives on Acceptance). &lt;/p&gt;  &lt;p&gt;Here’s the current structure of the guide:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;Volume I &lt;/b&gt;provides an overview of the acceptance process and how acceptance testing and other key practices fit into the process. This volume is intended to be read from beginning to end. It is subdivided into three main parts:&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;&lt;b&gt;Part I – Thinking about Acceptance&lt;/b&gt; explains six mental models that are useful when thinking about the acceptance process. &lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;Chapter 1 The Acceptance Process&lt;/li&gt;        &lt;li&gt;Chapter 2 Decision-Making Model&lt;/li&gt;        &lt;li&gt;Chapter 3 Project Context Model&lt;/li&gt;        &lt;li&gt;Chapter 4 System Requirements Model&lt;/li&gt;        &lt;li&gt;Chapter 5 Risk Model&lt;/li&gt;        &lt;li&gt;Chapter 6 Doneness Model&lt;/li&gt;     &lt;/ul&gt;      &lt;li&gt;&lt;b&gt;Part II – Perspectives on Acceptance&lt;/b&gt; describes the acceptance process from the perspectives of key stakeholders in two different kinds of organizations: the Information Technology Department in a business and the Product Development Company. Most readers involved in the acceptance process should find some commonality with at least one of the roles describes.&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;Chapter 7 Business Lead’s Perspective&lt;/li&gt;        &lt;li&gt;Chapter 8 Product Manager’s Perspective&lt;/li&gt;        &lt;li&gt;Chapter 9 Test Manager’s Perspective&lt;/li&gt;        &lt;li&gt;Chapter 10 Development Manager’s Perspective&lt;/li&gt;        &lt;li&gt;Chapter 11 User Experience Specialist’s Perspective&lt;/li&gt;        &lt;li&gt;Chapter 12 Operations Manager’s Perspective&lt;/li&gt;        &lt;li&gt;Chapter 13 Solution Architect’s Perspective&lt;/li&gt;        &lt;li&gt;Chapter 14 Enterprise Architect’s Perspective&lt;/li&gt;        &lt;li&gt;Chapter 15 Legal Perspective&lt;/li&gt;     &lt;/ul&gt;      &lt;li&gt;&lt;b&gt;Part III – Accepting Software&lt;/b&gt; introduces the practices that are necessary for planning the acceptance process, for performing acceptance testing and for improving the acceptance process. &lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;Chapter 16 Planning for Acceptance&lt;/li&gt;        &lt;li&gt;Chapter 17 Assessing Software&lt;/li&gt;        &lt;li&gt;Chapter 18 Managing the Acceptance Process&lt;/li&gt;        &lt;li&gt;Chapter 19 Streamlining the Acceptance Process&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;Volume II&lt;/b&gt; is a collection of what we call &lt;i&gt;thumbnails&lt;/i&gt; that describe the practices introduced in Volume I in more detail. A thumbnail is a short overview of a practice that explains what it is, when you may want to use it, the risks that it mitigates, and an overview of how to perform the practice. Thumbnails also include a list of references to papers, books, and other resources that provide more complete descriptions of the practices in question. The main purpose of a thumbnail is to describe a topic well enough to provide an overview, serve as a mental reminder for someone who has used the practice on how to do it, and give someone unfamiliar with the practice enough information about the practice and its applicability to determine if they want to learn more about it. Some of these topics and practices have entire books written about them that describe the concepts in greater detail and depth than this guide could possibly do. Volume II is intended to be used as a reference; most readers will not read it from beginning to end.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;Volume III&lt;/b&gt;. This volume is a collection of sample artifacts generated by applying different practices in a fictional but realistic situation for the fictional company Global Bank. These artifacts are embedded in a series of case studies of what the Global Bank team may have produced while building the application. The case studies provide some context to the individual artifacts. They also provide cross-references to the practices described in Volume II. The artifacts are intended to be used as way to learn more about how to perform a practice; they can also be used as templates for your own artifacts.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;As always, we look forward to your feedback! Feel free to submit it through the &lt;a href="http://testingguidance.codeplex.com/"&gt;Codeplex site&lt;/a&gt; (Issue Tracker or Discussion Forum) or simply &lt;a href="http://blogs.msdn.com/agile/contact.aspx"&gt;email it to me&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9810189" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/intro/default.aspx">intro</category><category domain="http://blogs.msdn.com/agile/archive/tags/guide/default.aspx">guide</category><category domain="http://blogs.msdn.com/agile/archive/tags/acceptance+tests/default.aspx">acceptance tests</category><category domain="http://blogs.msdn.com/agile/archive/tags/software+acceptance/default.aspx">software acceptance</category><category domain="http://blogs.msdn.com/agile/archive/tags/readiness+assessment/default.aspx">readiness assessment</category><category domain="http://blogs.msdn.com/agile/archive/tags/new+release/default.aspx">new release</category><category domain="http://blogs.msdn.com/agile/archive/tags/acceptance+testing/default.aspx">acceptance testing</category></item><item><title>Enterprise Library 5.0: Architectural refactoring complete</title><link>http://blogs.msdn.com/agile/archive/2009/06/25/enterprise-library-5-0-architectural-refactoring-complete.aspx</link><pubDate>Fri, 26 Jun 2009 01:19:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9804389</guid><dc:creator>gmelnik</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/agile/comments/9804389.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9804389</wfw:commentRss><description>&lt;p&gt;The highest priority story in the &lt;a href="http://blogs.msdn.com/agile/archive/2009/04/16/enterprise-library-5-0-product-backlog-prioritization-results.aspx"&gt;EntLib5 backlog&lt;/a&gt; is ARC01: Architectural refactoring, which includes the use of a dependency injection container for wiring your EntLib objects instead of the one-off ObjectBuilder factories and DI container independence (to allow other containers such Spring.NET, Castle/Windsor, StructureMap, Ninject etc. to be used instead of Unity if you prefer so). This work is now complete. For details of this architectural update, please see an easy-to-read &lt;a href="http://blogs.msdn.com/bobbrum/archive/2009/06/23/enterprise-library-5-0-some-architecture-changes.aspx"&gt;summary by Bob Brumfield&lt;/a&gt;. We also touch on this in the channel9 &lt;a href="http://blogs.msdn.com/agile/archive/2009/06/25/video-on-what-s-coming-in-entlib-5-0.aspx"&gt;video&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;As usual, the updated bits are available for preview on Codeplex - &lt;a title="http://entlib.codeplex.com/SourceControl/ListDownloadableCommits.aspx" href="http://entlib.codeplex.com/SourceControl/ListDownloadableCommits.aspx"&gt;http://entlib.codeplex.com/SourceControl/ListDownloadableCommits.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9804389" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/extensibility/default.aspx">extensibility</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/Unity/default.aspx">Unity</category><category domain="http://blogs.msdn.com/agile/archive/tags/ease+of+use/default.aspx">ease of use</category></item><item><title>Video on what’s coming in EntLib 5.0</title><link>http://blogs.msdn.com/agile/archive/2009/06/25/video-on-what-s-coming-in-entlib-5-0.aspx</link><pubDate>Fri, 26 Jun 2009 01:01:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9804364</guid><dc:creator>gmelnik</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/agile/comments/9804364.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9804364</wfw:commentRss><description>&lt;p&gt;In this channel9 video, Chris and I give a 10,000 ft view on what’s coming in EntLib5.0. For details, consult our &lt;a href="http://blogs.msdn.com/agile/archive/2009/04/16/enterprise-library-5-0-product-backlog-prioritization-results.aspx"&gt;product backlog&lt;/a&gt;.&lt;/p&gt; &lt;iframe height="325" src="http://channel9.msdn.com/posts/akmsft/469919/player/" frameborder="0" width="320" scrolling="no" mce_src="http://channel9.msdn.com/posts/akmsft/469919/player/"&gt;&lt;/iframe&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9804364" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/talks/default.aspx">talks</category><category domain="http://blogs.msdn.com/agile/archive/tags/webcasts/default.aspx">webcasts</category><category domain="http://blogs.msdn.com/agile/archive/tags/videos/default.aspx">videos</category><category domain="http://blogs.msdn.com/agile/archive/tags/plans/default.aspx">plans</category><category domain="http://blogs.msdn.com/agile/archive/tags/user+experience/default.aspx">user experience</category></item><item><title>Thoughts on improving performance of the Logging Application Block</title><link>http://blogs.msdn.com/agile/archive/2009/06/19/thoughts-on-improving-performance-of-the-logging-application-block.aspx</link><pubDate>Fri, 19 Jun 2009 20:16:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9790831</guid><dc:creator>gmelnik</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/agile/comments/9790831.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9790831</wfw:commentRss><description>&lt;p&gt;EntLib5 team is working on improving performance of the logging block (story LAB02 in our &lt;a href="http://blogs.msdn.com/agile/archive/2009/04/16/enterprise-library-5-0-product-backlog-prioritization-results.aspx"&gt;product backlog&lt;/a&gt;).&amp;#160; We’ve identified that message formatting in particular takes substantial amount of time based on our own performance tests and customer reports. So, we are considering alternatives. One of them is improving performance of the formatting operations and another one is doing formatting and logging asynchronously, thus offloading the formatting work to a separate thread and improving perceived performance. Note, this discussion is not about optimizing the message formatting mechanism, which we may address separately.&lt;/p&gt;  &lt;p&gt;Our intention is to implement these improvements on the &lt;strong&gt;opt-in&lt;/strong&gt; basis to preserve the default behavior of the Logging Block consistent with the previous versions of the EntLib.&lt;/p&gt;  &lt;p&gt;Here are the possible &lt;b&gt;limitations&lt;/b&gt; we’ve identified when doing formatting and logging asynchronously:&lt;/p&gt;  &lt;p&gt;1. When using the Logging Block, it is possible to utilize non-EntLib-specific .NET trace listeners (such as console, debug, eventlog, etc.). These trace listeners use TraceEventCache object to obtain context information, including thread-specific information, which we cannot control. This means that performing the logging operation in a thread different than the originating one may result in the log entry that has inaccurate context information.&lt;/p&gt;  &lt;p&gt;2. Besides, the TraceEventCache also supplies the call stack, which we can force to be pre-computed in the originating thread. However, this turns out to be very expensive and likely be a waste since not all trace listeners would require it. Options include:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Pre-compute always&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;b. User elects to pre-compute via configuration&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;c. Add logic to the block to determine whether pre-compute is necessary based on the configuration of the trace listeners&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;u&gt;Note,&lt;/u&gt; this is not the call stack you would care about when logging exceptions through the LoggingHandler of the Exception Handling Application Block. In this scenario, the actual message (together with the call stack) gets formed before a call to the Logging Block is even made.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;3. With this approach, there is no guarantee that all log entries are effectively logged. For example, if a log entry posted just before the application terminates, it’s possible that the logging thread may not complete its processing.&lt;/p&gt;  &lt;p&gt;We’d like to understand which logging characteristics you care about. Among the following, please &lt;b&gt;&lt;u&gt;select top 3&lt;/u&gt;&lt;/b&gt; that matter to you:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;A. &lt;/i&gt;&lt;i&gt;Maintain the chronological order of log entries&lt;/i&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;B. &lt;/i&gt;&lt;i&gt;Avoid depletion of the thread pool&lt;/i&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;C. &lt;/i&gt;&lt;i&gt;Minimize the lag time between post of the log entry and its persistence (this would reduce the risk of losing posted entries)&lt;/i&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;D. &lt;/i&gt;&lt;i&gt;Start throttling to avoid unbound memory consumption&lt;/i&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;E. &lt;/i&gt;&lt;i&gt;Ability to provide custom logging strategies (such as async logging) to be plugged-in&lt;/i&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;F. &lt;/i&gt;&lt;i&gt;Ability to elect which categories/trace listeners use async or sync logging mechanism&amp;#160;&amp;#160; &lt;/i&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Based on relative importance of these choices, we will select a design direction ranging from using the thread pool to implementing more sophisticated thread and data management.&lt;/p&gt;  &lt;p&gt;With your votes (feel free to reply to this post or send Grigori an &lt;a href="http://blogs.msdn.com/agile/contact.aspx"&gt;email&lt;/a&gt;), please describe the context driving your choices and any other comments or concerns we may have overlooked.&lt;/p&gt;  &lt;p&gt;We would appreciate your rapid feedback – if you care for this story, please do not wait with your response.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9790831" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/performance/default.aspx">performance</category><category domain="http://blogs.msdn.com/agile/archive/tags/LAB/default.aspx">LAB</category><category domain="http://blogs.msdn.com/agile/archive/tags/logging/default.aspx">logging</category></item><item><title>Taking User Experience Seriously</title><link>http://blogs.msdn.com/agile/archive/2009/05/14/taking-user-experience-seriously.aspx</link><pubDate>Thu, 14 May 2009 09:14:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9614425</guid><dc:creator>gmelnik</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/agile/comments/9614425.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9614425</wfw:commentRss><description>&lt;p&gt;As I have mentioned in my previous &lt;a href="http://blogs.msdn.com/agile/archive/2009/04/16/enterprise-library-5-0-product-backlog-prioritization-results.aspx" target="_blank"&gt;posts&lt;/a&gt;, over the years, Enterprise Library grew large (it now includes 9 application blocks), and arguably more complex than it really needs to be. With v5, we are focusing on enhanced user experience, simplicity, and learnability. We are tackling these goals from several dimensions: architectural refactoring to simplify our code base and make it easier for users to extend EntLib; improving our config experience through the config tool; and writing more approachable guides. Let me describe these in a bit more detail.  &lt;h4&gt;Simplifying the underlying architecture&lt;/h4&gt; &lt;p&gt;The creation of EntLib objects is, on the surface, pretty simple. You call into the appropriate factory, stuff happens, the current configuration is read, and the appropriate instances are returned to you. Of course, the aforementioned “stuff” gets rather complex. Every EntLib object requires the object itself, a Data class describing the configuration, a custom factory class, and (usually) an assembler class, plus a bunch of attributes scattered around to wire them all up together. Maintaining all these moving parts can be challenging to the uninitiated, and this is a major barrier to people who want to build their own blocks or extensions.  &lt;p&gt;At its heart, the ObjectBuilder infrastructure (and the factories and assemblers, etc.) was really a very specialized dependency injection framework. With the basic idea of DI moving into the mainstream, we took the opportunity to revisit this design. We are replacing all our custom object creation infrastructure with a dependency injection container plus methods that properly configure the container. The net result is the removal of a lot of moving parts, which simplifies the codebase significantly. You no longer have to wade through quite so much infrastructure to get to the real meat of what Entlib is doing. And switching to a full-featured DI container also gives us much more flexibility, both in Entlib and in how it interacts with your applications.  &lt;h4&gt;Usability of the config tool experience&lt;/h4&gt; &lt;p&gt;The config tool (available as a standalone application, or as an integrated configuration editor with Visual Studio starting with EntLib v3) was a major step forward in creating, modifying, and validating application block settings. No one wants to manually tweak xml configuration. The tool has not undergone any major changes since v1. It uses a tree-based interface that, according to some anecdotal evidence, users find not very intuitive. There also seem to be some conceptual barriers in connecting various parts. We would like to understand the current user experience and improve it in v5, specifically in regards to:  &lt;ul&gt; &lt;li&gt;&lt;b&gt;Approachability and usability&lt;/b&gt;. Important goals are increasing &lt;b&gt;efficiency of use&lt;/b&gt; and &lt;b&gt;reducing pain points &lt;/b&gt;associated with common tasks.  &lt;li&gt;&lt;b&gt;Extensibility&lt;/b&gt; is a key feature of EntLib. The new design for the configuration tool must be robust and flexible enough to support multiple types of user customization and also scale with future EntLib releases.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;In order to do this methodically, we are partnering with seasoned user experience researchers (&lt;i&gt;Kelly Franznick&lt;/i&gt; and &lt;i&gt;Jen Amsterlaw &lt;/i&gt;of Blink Interactive) and executing on the following plan:  &lt;blockquote&gt; &lt;p&gt;1) &lt;b&gt;Baseline usability testing of the v4.1 config tool&lt;/b&gt;. This is needed to identify areas for improvement, and as a standard to compare to the new tool, once it is designed and implemented. We are targeting .NET developers who are fairly new to EntLib (1-3 months of experience) and IT Operations/Admins who are new to EntLib. By asking users to perform specific tasks in a controlled and moderated setting, we are focusing on specific areas of concern, including processes that require conceptual understanding to assess learning curve issues. &lt;b&gt;We are currently doing this at TechEd in LA. If you are interested in participating, stop by the p&amp;amp;p booth on the exhibit floor (blue area).&lt;/b&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;2) &lt;b&gt;User research.&lt;/b&gt; This will involve interviewing existing end users to understand their goals, motivations, and perceptions of the overall EntLib experience. Together with the results of the baseline usability testing, the user research will inform the next phase, which will focus on interaction design.&lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;3) &lt;b&gt;Interaction design&lt;/b&gt;. During this phase, three distinct concepts will be designed to reflect the major workflows of the EntLib improved config. These will be presented in the form of wireframe prototypes.&lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;4) &lt;b&gt;Prototype usability testing&lt;/b&gt; will test these prototypes.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Based on the results of these studies, we will analyze the feasibility of implementing the best prototype and build the new tool. I will keep the community updated about how these activities are going.  &lt;h4&gt;Learnability&lt;/h4&gt; &lt;p&gt;&lt;a href="http://entlib.codeplex.com/Wiki/View.aspx?title=EntLib5%20Developer%20Notes"&gt;&lt;img title="DeveloperNotes_Preview" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 0px 10px 30px; border-left: 0px; border-bottom: 0px" height="420" alt="DeveloperNotes_Preview" src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/TakingUserExperienceSeriously_145AB/DeveloperNotes_Preview_1.png" width="322" align="right" border="0"&gt;&lt;/a&gt; Our current set of docs includes over 1000 pages. We understand that no one has time to read all of that information, some of which has more details that most users need. To address this, we are experimenting with a new style of documentation — &lt;b&gt;Developer Notes&lt;/b&gt;. These are written in a more informal, conversational style, are task based and are meant to be more approachable. The key here is for users to be able to quickly find out how to do common tasks with EntLib (thus, we are limiting the size of the guide to be under 200 pages total). &lt;b&gt;&lt;i&gt;Chapter 1. Meet the Librarian&lt;/i&gt;&lt;/b&gt; and &lt;b&gt;&lt;i&gt;Chapter 3. Error Management Made Exceptionally Easy&lt;/i&gt;&lt;/b&gt; are available for &lt;a href="http://entlib.codeplex.com/Wiki/View.aspx?title=EntLib5%20Developer%20Notes"&gt;preview&lt;/a&gt; and public commenting.  &lt;p&gt;The first 50 people who provide thoughtful feedback will receive a complete copy of the book once it is out.  &lt;p&gt;Hope these three initiatives give you a good indication of how seriously the EntLib team takes user experience. If you have other suggestions, we welcome them as well.  &lt;p&gt;Back to TechEd crowd now…  &lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9614425" width="1" height="1"&gt;</description></item><item><title>EntLibContrib – May 2009 Release and future plans</title><link>http://blogs.msdn.com/agile/archive/2009/05/05/entlibcontrib-may-2009-release-and-future-plans.aspx</link><pubDate>Wed, 06 May 2009 02:02:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9589902</guid><dc:creator>gmelnik</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/agile/comments/9589902.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9589902</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt; &lt;p&gt;Two of our &lt;a href="http://codeplex.com/entlibcontrib" target="_blank"&gt;community&lt;/a&gt; champions &lt;a href="http://www.nventive.net/blog2/" target="_blank"&gt;François Tanguay&lt;/a&gt; and &lt;a href="http://steve-phillips.blog.co.uk/" target="_blank"&gt;Stephen Phillips&lt;/a&gt; just pushed out a &lt;strong&gt;&lt;a href="http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26680" target="_blank"&gt;new release of EntLibContrib&lt;/a&gt;&lt;/strong&gt;. This is the &lt;strong&gt;final&lt;/strong&gt; round-up of all of the user contributions built around the &lt;strong&gt;Enterprise Library v3.1&lt;/strong&gt; core. They are now working on the upgrade to the EntLib v4.1 core.&lt;/p&gt; &lt;p&gt;The latest release of EntLibContrib contains the following functionality: &lt;/p&gt; &lt;ul&gt; &lt;li&gt;Common Block extensions  &lt;ul&gt; &lt;li&gt;TypeConfigurationElement&amp;lt;T&amp;gt;, AnonymousConfigurationElement&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Data Access Application Block extensions  &lt;ul&gt; &lt;li&gt;MySql, SQLite and &lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Extended%20SQL%20Data%20Access%20Block"&gt;SqlEx&lt;/a&gt; providers&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Exception Handling Application Block extensions  &lt;ul&gt; &lt;li&gt;SqlException Wrap Handler&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Logging Application Block extensions  &lt;ul&gt; &lt;li&gt;LogParser, TimeStampParser&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Policy Injection Application Block extensions  &lt;ul&gt; &lt;li&gt;PostSharp4EntLib  &lt;li&gt;New matching rules: And, Or and Not  &lt;li&gt;New call handlers: CursorCallHandler, OneWayCallHandler, SynchronizedCallHandler, ThreadSafeCallHandler, TransactionScopeCallHandler&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/Wiki/View.aspx?title=Resource%20Application%20Block%203.1"&gt;Resource Application Block 3.1&lt;/a&gt; &lt;ul&gt; &lt;li&gt;Configurable providers for Globalization and Localization  &lt;li&gt;Full application block complete with support for the console, instrumentation and group policies&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Validation Application Block extensions  &lt;ul&gt; &lt;li&gt;New validators: CollectionCountValidator, CompositeRulesetValidator, TypeValidator&amp;lt;T&amp;gt;, ObjectValidator&amp;lt;T&amp;gt;, EnumDefinedValidator  &lt;li&gt;Designtime enhancements: Lightweight type picker, Test command  &lt;li&gt;Other extensions: Default validators, Argument Validation, ExternallyConfigurableObjectValidator &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;The Enterprise Library Contribution Project is to be revamped and upgraded to work from the Entlib v4.1 core&lt;/b&gt; - This will also include VS2008 solutions and projects and be built using .NET framework v3.5 SP1. To start the ball rolling the Resource Application Block has been upgraded to v4.1 and a &lt;b&gt;new Query Application Block v4.1&lt;/b&gt; has been added to provide the next level of integration for data storage. With the DAAB you got separation from the Database vendor with QAB you get separation from the data storage type with providers for the DAAB, Xml files and Web Services. &lt;/p&gt; &lt;p&gt;Other separate releases hosted on the EntLibContrib site are: &lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://entlibcontrib.codeplex.com/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;a href="http://entlibcontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=6197"&gt;Extended SQL Data Access Block 3.1.1&lt;/a&gt;: Now integrated into the main EntLibContrib release.&lt;/li&gt;&lt;/ul&gt;Other contributions in the source code but not in the latest release:  &lt;ul&gt; &lt;li&gt;Query Application Block 4.1 &lt;b&gt;New&lt;/b&gt; - Next level of integration up from the DAAB providing a common interface for data stored in a DB, XML file or Web/WCF service  &lt;li&gt;Resource Application Block 4.1 &lt;b&gt;New&lt;/b&gt; - Upgraded to include Unity integration and to work with EntLib4.1 core and VS2008  &lt;li&gt;The Application Block Software Factory (needs &lt;a href="http://msdn.microsoft.com/en-us/teamsystem/aa718948.aspx" target="_blank"&gt;GAX&lt;/a&gt;)  &lt;li&gt;The Strong-Naming Guidance Package (needs GAX)&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Kudos to Stephen and François! Great job, &lt;a href="http://entlibcontrib.codeplex.com/People/ProjectPeople.aspx" target="_blank"&gt;community&lt;/a&gt;! It’s good to see passion around improving and extending the EntLib. I would like to acknowledge the following contributions and contributors in particular:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;MySQL Data provider = &lt;em&gt;Wesley Hobbie&lt;/em&gt;&lt;/li&gt; &lt;li&gt;SQLite Data Provider = &lt;em&gt;Kenneth Scott&lt;/em&gt;&lt;/li&gt; &lt;li&gt;Extended SQL Data Provider = &lt;em&gt;Chris Dufour&lt;/em&gt;&lt;/li&gt; &lt;li&gt;SQL Exception Wrap Handler = &lt;em&gt;Tom Hollander&lt;/em&gt;&lt;/li&gt; &lt;li&gt;LogParser = &lt;em&gt;Alois Kraus, Randy E. &lt;/em&gt;and &lt;em&gt;Mark Seemann&lt;/em&gt;&lt;/li&gt; &lt;li&gt;PostSharp4EntLib = &lt;em&gt;Gael Fraiteur&lt;/em&gt;&lt;/li&gt; &lt;li&gt;Policy Injection Extensions = &lt;em&gt;Olaf Conijn&lt;/em&gt; and &lt;em&gt;François Tanguay&lt;/em&gt;&lt;/li&gt; &lt;li&gt;Resource Application Block = &lt;em&gt;Steve Phillips&lt;/em&gt;&lt;/li&gt; &lt;li&gt;Validation Application Block extensions = &lt;em&gt;Tom Hollander, Olaf Conijn, Martin Lapierre, Martin Bennedik&lt;/em&gt; and &lt;em&gt;François Tanguay&lt;/em&gt;&lt;/li&gt; &lt;li&gt;Standalone VAB = &lt;em&gt;Daniel Cazzulino&lt;/em&gt;&lt;/li&gt; &lt;li&gt;Common Extensions = &lt;em&gt;Francois Tanguay&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Look forward to the next EntLibContrib release!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9589902" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib+Contrib/default.aspx">EntLib Contrib</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/new+release/default.aspx">new release</category></item><item><title>Enterprise Library 5.0 … and we’re off!</title><link>http://blogs.msdn.com/agile/archive/2009/04/20/enterprise-library-5-0-and-we-re-off.aspx</link><pubDate>Mon, 20 Apr 2009 20:56:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9557041</guid><dc:creator>gmelnik</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/agile/comments/9557041.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9557041</wfw:commentRss><description>&lt;p&gt;We have officially started our development work on EntLib5.0. Earlier I’ve &lt;a href="http://blogs.msdn.com/agile/archive/2009/04/16/enterprise-library-5-0-product-backlog-prioritization-results.aspx"&gt;shared our product backlog&lt;/a&gt;, which was largely driven by you, the community. Our initial plan is to ship in early 2010.  &lt;p&gt;If you want to stay tuned with what we’re doing, the best way is to keep an eye on the home page of our community site at &lt;a href="http://codeplex.com/entlib"&gt;http://codeplex.com/entlib&lt;/a&gt;. Here, you can view recent posts aggregated from individual team members’ blogs, participate in online discussions, get the most recent bits of code, see file bugs/issues, and access other useful resources. &lt;p&gt;As you probably know, we run our projects in agile fashion (XP@Scrum). For those wondering, yes, we do perform TDD, pairing (I kid you not! – even distributed pairing), automated acceptance testing, refactoring, daily standups, regular retrospectives, customer proxy demos, and iteration planning; plus frequent releases, continuous integration, collective code/content ownership, low-fi information radiators, and progress tracking. We are working in two-week iterations and will be doing regular source drops on Codeplex. &lt;p&gt;Now it’s time to introduce the mighty team. You will recognize some familiar faces (many of us have worked on one or more of the previous EntLib releases) and also see some new ones. I am privileged to work with this group of accomplished professionals. I give you… &amp;lt;drum roll please&amp;gt;: &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/EnterpriseLibrary5.0andwereoff_99CF/image_2.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="333" alt="image" src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/EnterpriseLibrary5.0andwereoff_99CF/image_thumb.png" width="648" border="0"&gt;&lt;/a&gt;  &lt;p&gt;from left to right: &lt;i&gt;David Hill&lt;/i&gt; (architect), &lt;i&gt;Alex Homer&lt;/i&gt; (documentation and user experience lead/writer), &lt;i&gt;Chris Tavares&lt;/i&gt; (dev lead/architect), &lt;i&gt;Bob Brumfield&lt;/i&gt; (dev/architect), &lt;i&gt;Fernando Simonazzi &lt;/i&gt;(dev/architect), &lt;i&gt;François Tanguay&lt;/i&gt; (system test/dev), &lt;i&gt;Nelly Delgado&lt;/i&gt; (release lead), &lt;i&gt;Grigori Melnik&lt;/i&gt; (product owner/program manager). Not shown are: &lt;i&gt;Rohit Sharma&lt;/i&gt; (test lead), &lt;em&gt;RoAnn Corbisier&lt;/em&gt; (technical writer/content coordinator), &lt;i&gt;Dennis DeWitt&lt;/i&gt; (technical writer), &lt;i&gt;Carlos Farre&lt;/i&gt; (perf test consultant), &lt;i&gt;Mani Krishnaswami&lt;/i&gt; (test), &lt;em&gt;Nicolas Botto (system test/dev), Olaf Conijn (dev), Mr X (security test). &lt;/em&gt; &lt;p&gt;For the kickoff iteration, we were able to get the core of the team together in Redmond. The level of energy was remarkable! This team has all necessary expertise, diversity of perspectives, and desire to deliver even more goodness and value with EntLib v5.0. &lt;p&gt;You should realize that, in reality, the team is way bigger. It includes 20 members of the advisory board who we meet with on a regular basis (every 2-3 weeks). These experts help steer our direction. I must say that they are quite direct and honest, and are not shy in pushing back on any of our ideas that don’t make sense to them or do not provide sufficient value for the buck. The advisory board is representative of our target audience with experts from large and small companies, from a wide variety of domains (such as retail, transportation, government, insurance, finance, military, health care, education, media, IT services, and more).  &lt;p&gt;We are also leveraging much of the learning from the previous four major releases of EntLib. Therefore, we appreciate everyone who has ever been a part of the EntLib team. We are smarter today because of you! &lt;p&gt;In addition, seven members of the patterns &amp;amp; practices directorate (&lt;i&gt;John deVadoss, Ade Miller, Ajoy Krishnamoorthy, Don Smith, Javed Sikander, Mohammad Al-Sabt&lt;/i&gt;, and &lt;i&gt;Steve Elston&lt;/i&gt;) blessed our project. Their trust and support in our abilities to self-organize and self-manage are real tokens of confidence.  &lt;p&gt;All other teams at patterns &amp;amp; practices are involved and provide their feedback informally on the daily basis. We also interact with many members of other Microsoft product groups via regular workshops, brownbags, and internal discussion forums (with 300+ members).  &lt;p&gt;I would also like to acknowledge our sustained engineering team from Avanade, who have been doing a terrific job in providing &lt;a href="http://www.avanade.com/entlib/"&gt;online technical support&lt;/a&gt;. &lt;p&gt;And, of course, you – the community! Anyone who ever participated in our surveys, submitted requests/bug reports through Codeplex, shared their EntLib extensions via &lt;a href="http://www.codeplex.com/entlibcontrib"&gt;EntLibContrib&lt;/a&gt;, participated in the customer workshops, came to our booth at the conventions (TechEd, PDC, p&amp;amp;p summit, etc.), or in any other way provided feedback or suggestions has contributed to this development effort. For that, we salute and thank you! We build EntLib &lt;b&gt;for&lt;/b&gt; you and &lt;b&gt;with&lt;/b&gt; you! &lt;p&gt;We all look forward to yet another exciting ride developing EntLib v5.0!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9557041" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/p_2600_amp_3B00_p/default.aspx">p&amp;amp;p</category><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/agile/default.aspx">agile</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/plans/default.aspx">plans</category></item><item><title>Enterprise Library 5.0: Product Backlog prioritization results</title><link>http://blogs.msdn.com/agile/archive/2009/04/16/enterprise-library-5-0-product-backlog-prioritization-results.aspx</link><pubDate>Thu, 16 Apr 2009 21:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9553341</guid><dc:creator>gmelnik</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.msdn.com/agile/comments/9553341.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9553341</wfw:commentRss><description>&lt;/STYLE&gt;&lt;LINK target=%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/props0002.xml href="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/item0001.xml" rel=dataStoreItem mce_href="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/item0001.xml"&gt;&lt;LINK target=%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/props0004.xml href="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/item0003.xml" rel=dataStoreItem mce_href="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/item0003.xml"&gt;&lt;LINK href="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/themedata.thmx" rel=themeData mce_href="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/themedata.thmx"&gt;&lt;LINK href="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/colorschememapping.xml" rel=colorSchemeMapping mce_href="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/colorschememapping.xml"&gt;
&lt;STYLE&gt;
&lt;!--
 /* Font Definitions */
 @font-face
	{font-family:wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;
	mso-font-charset:2;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;
	mso-font-charset:0;
	mso-generic-font-family:roman;
	mso-font-pitch:variable;
	mso-font-signature:-1610611985 1107304683 0 0 159 0;}
@font-face
	{font-family:calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:-1610611985 1073750139 0 0 159 0;}
@font-face
	{font-family:tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:-520082689 -1073717157 41 0 66047 0;}
 /* Style Definitions */
 p.msonormal, li.msonormal, div.msonormal
	{mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-parent:"";
	margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
p.msocommenttext, li.msocommenttext, div.msocommenttext
	{mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-link:"Comment Text Char";
	margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
span.msocommentreference
	{mso-style-noshow:yes;
	mso-style-priority:99;
	mso-ansi-font-size:8.0pt;
	mso-bidi-font-size:8.0pt;}
a:link, span.msohyperlink
	{mso-style-priority:99;
	mso-themecolor:hyperlink;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.msohyperlinkfollowed
	{mso-style-noshow:yes;
	mso-style-priority:99;
	mso-themecolor:followedhyperlink;
	text-decoration:underline;
	text-underline:single;}
p.msocommentsubject, li.msocommentsubject, div.msocommentsubject
	{mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-parent:"Comment Text";
	mso-style-link:"Comment Subject Char";
	mso-style-next:"Comment Text";
	margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;
	font-weight:bold;}
p.msoacetate, li.msoacetate, div.msoacetate
	{mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-link:"Balloon Text Char";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:8.0pt;
	font-family:"Tahoma","sans-serif";
	mso-fareast-font-family:calibri;
	mso-fareast-theme-font:minor-latin;}
p.msolistparagraph, li.msolistparagraph, div.msolistparagraph
	{mso-style-priority:34;
	mso-style-unhide:no;
	mso-style-qformat:yes;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:.5in;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
p.msolistparagraphcxspfirst, li.msolistparagraphcxspfirst, div.msolistparagraphcxspfirst
	{mso-style-priority:34;
	mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
p.msolistparagraphcxspmiddle, li.msolistparagraphcxspmiddle, div.msolistparagraphcxspmiddle
	{mso-style-priority:34;
	mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
p.msolistparagraphcxsplast, li.msolistparagraphcxsplast, div.msolistparagraphcxsplast
	{mso-style-priority:34;
	mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:.5in;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
span.commenttextchar
	{mso-style-name:"Comment Text Char";
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-unhide:no;
	mso-style-locked:yes;
	mso-style-link:"Comment Text";
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;}
span.commentsubjectchar
	{mso-style-name:"Comment Subject Char";
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-unhide:no;
	mso-style-locked:yes;
	mso-style-parent:"Comment Text Char";
	mso-style-link:"Comment Subject";
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;
	font-weight:bold;}
span.balloontextchar
	{mso-style-name:"Balloon Text Char";
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-unhide:no;
	mso-style-locked:yes;
	mso-style-link:"Balloon Text";
	mso-ansi-font-size:8.0pt;
	mso-bidi-font-size:8.0pt;
	font-family:"Tahoma","sans-serif";
	mso-ascii-font-family:tahoma;
	mso-hansi-font-family:tahoma;
	mso-bidi-font-family:tahoma;}
.msochpdefault
	{mso-style-type:export-only;
	mso-default-props:yes;
	mso-ascii-font-family:calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
.msopapdefault
	{mso-style-type:export-only;
	margin-bottom:10.0pt;
	line-height:115%;}
@page section1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.section1
	{page:section1;}
 /* List Definitions */
 @list l0
	{mso-list-id:655694384;
	mso-list-type:hybrid;
	mso-list-template-ids:-1181729466 877293790 1773060952 -1587222320 -76359802 -268303924 1655891406 -976436080 2060360138 -2028074968;}
@list l0:level1
	{mso-level-number-format:bullet;
	mso-level-text:\f0a7;
	mso-level-tab-stop:.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:wingdings;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
--&gt;
&lt;/STYLE&gt;

&lt;DIV class=Section1&gt;
&lt;P class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Some two weeks ago, we &lt;A href="http://blogs.msdn.com/agile/pages/enterprise-library-5-0-product-backlog-tentative-non-prioritized.aspx" mce_href="http://blogs.msdn.com/agile/pages/enterprise-library-5-0-product-backlog-tentative-non-prioritized.aspx"&gt;exposed the preliminary product backlog&lt;/A&gt; for Enterprise Library 5.0 and invited the community to &lt;A href="http://blogs.msdn.com/agile/archive/2009/03/27/enterprise-library-5-0-tentative-product-backlog-published-story-feature-prioritization-is-open-your-participation-is-invited.aspx" mce_href="http://blogs.msdn.com/agile/archive/2009/03/27/enterprise-library-5-0-tentative-product-backlog-published-story-feature-prioritization-is-open-your-participation-is-invited.aspx"&gt;vote&lt;/A&gt; on the features that matter to them most. And what a response we got! Over 2,600 people viewed the backlog and 981 cast their votes, with 230 troopers persevering to the very end. 18 members of the EntLib Expert Advisory Board also voted. In this post I would like thank you all for taking the time to complete the survey, and I want to share the results with you.&lt;/P&gt;
&lt;P class=MsoNormal&gt;In retrospective, every previous EntLib release had a theme:&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0in" type=square&gt;
&lt;LI class=MsoNormal style="mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;1.0 = Integration of application blocks 
&lt;LI class=MsoNormal style="mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;2.0 = .NET 2.0 update 
&lt;LI class=MsoNormal style="mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;3.0 = Validation, PIAB, Block Factory 
&lt;LI class=MsoNormal style="mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;4.0 = Dependency Injection with Unity, WMI 2.0 &lt;/LI&gt;&lt;/UL&gt;
&lt;P class=MsoNormal&gt;Over the years, EntLib grew larger, and arguably more complex than it really needs to be. The community has spoken loud and clear that they want EntLib to be easier to learn and to use. We have taken this feedback seriously, and have decided to focus this release on enhanced user experience, simplicity, and learnability. The working slogan is “&lt;B style="mso-bidi-font-weight: normal"&gt;Simplicity for the Win!&lt;/B&gt;”.&lt;/P&gt;
&lt;P class=MsoNormal&gt;So, getting back to the product backlog. Let me explain the methodology we used to analyze the data. Stories voted as Priority 1 got 20 points, Priority 2 got 19 points, Priority 3 got 18 points, and so on, with Priority 20 getting only 1 point. Votes from our team of expert advisors’ carried double weight. Then, for each story, we calculated an arithmetic sum (the total number of points), and - using these numbers - ranked all of the stories (obviously the story with the most points was ranked as #1).&lt;/P&gt;
&lt;P class=MsoNormal&gt;Based on past experience, we didn’t want to plan our development execution in the strict natural order of story rank, because this would require juggling various blocks within each iteration, and potentially create silos of experts around each block. Instead, we wanted an iteration to have a theme that the entire team can focus on. Therefore, we decided to carry out affinity mapping of stories for each block, and calculate their group weightings (ignoring all stories with ranks 50 and higher, since those automatically made our P3 bucket and so are not likely to be done). We then stack ranked the P1 groups (colored green in the following table) and we plan to address them in the stack ranked order, with the individual stories inside the group still ranked according to the original scores. Note that learnability and user experience stories will be addressed in parallel with all the development stories throughout the entire project, and -therefore - those groups are listed near the top of the backlog.&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="MARGIN-LEFT: 5.4pt; WIDTH: 473.4pt; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt" cellSpacing=0 cellPadding=0 width=789 border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; BORDER-TOP-STYLE: none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 0.2in; mso-border-bottom-alt: solid windowtext .5pt" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Total points&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; BORDER-TOP-STYLE: none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 0.2in; mso-border-bottom-alt: solid windowtext .5pt" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Rank&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; BORDER-TOP-STYLE: none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 0.2in; mso-border-bottom-alt: solid windowtext .5pt" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Description&lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN lang=RU style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: ru"&gt; (T-shirt size)&lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 1"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; BORDER-TOP-STYLE: none; PADDING-TOP: 0in; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 0.2in; BORDER-BOTTOM-STYLE: none; mso-border-top-alt: solid windowtext .5pt" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Architecture&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; BORDER-TOP-STYLE: none; PADDING-TOP: 0in; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 0.2in; BORDER-BOTTOM-STYLE: none; mso-border-top-alt: solid windowtext .5pt" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; BORDER-TOP-STYLE: none; PADDING-TOP: 0in; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 0.2in; BORDER-BOTTOM-STYLE: none; mso-border-top-alt: solid windowtext .5pt" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 2"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;2910&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;ARC01 : Architectural update: use DI container instead of one-off Object Builder factories; DI container independence (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 3"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;2164&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;ARC02 : Simplification of the codebase (identify redundancies, obsoletes etc.) (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 4"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1898&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;6&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;ARC03 : Reduction of the number of assemblies (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 5"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Learnability&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 6"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;2082&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN03: Notebook-style 150 page book for Enterprise Developers (XXL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 7"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1400&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;12&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN02: Notebook-style 150 page book for Architects (XXL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 8"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1338&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;14&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN08: Updated Quickstarts (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 9"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;976&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;22&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN09: Updated Hands-on Labs (XXL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 10"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;590&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;37&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN10: EntLib Overview Video (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 11"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;524&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;42&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN07: Migration guide v.4.1 -&amp;gt;5.0 (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 12"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;User Experience&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 13"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1876&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;8&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;UX05: Config tool facelift - towards a more intuitive and easier to use UI (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 14"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1718&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;10&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;UX03: Config IntelliSense for Unity and EntLib in XmlEditor (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 15"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1610&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;15&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;UX01: Better error reporting/messaging throughout (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 16"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1010&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;28&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;UX02: Debugging Visualizer for Unity (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 17"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;744&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;36&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;UX04: Config IntelliSense for Unity in XmlEditor (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 18"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Data Access&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 19"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;2652&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;DAAB01: DAAB &amp;amp; LINQ basic integration (i.e. execute a query on a database, get back an object that you can do LINQ on) (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 20"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;2012&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;9&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;DAAB02: Async ADO.NET support (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 21"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1390&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;16&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;DAAB04: No swallowing of SQL exceptions (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 22"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Logging&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 23"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;2006&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;7&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LAB02: Async logging (text formatting done asynchronously) to cut down on load on primary thread (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 24"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1100&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;17&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LAB03: Automatically purging old files by the rolling trace listener (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 25"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Tool support&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 15pt; mso-yfti-irow: 26"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 15pt" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1516&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 15pt" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;13&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 15pt" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;TOOL02: Support of Unity configuration (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 27"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Unity&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 28"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1072&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;19&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;UIN01: Generalized interceptor (XXL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 29"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1108&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;U06: Clearer error reporting (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 30"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1042&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;23&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;U05: Unity-MEF Integration (e.g. unityContainer.Resolve&amp;lt;MefPart&amp;gt;()) (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 31"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;896&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;24&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;U03: Support for passing arguments to the Resolve method (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 32"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Config&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 33"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1962&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;11&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;CFG01 : Config decentralization (support for config stored in multiple sources) (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 34"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1276&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;18&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;CFG05:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Making Unity configuration less verbose (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 35"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1072&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;21&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;CFG07: Unity config auto-registration: expanded conventions and helper classes to reduce need for explicit configuration (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 36"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;804&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;34&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;CFG02:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Improved Config API (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 37"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;850&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;38&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;CFG03:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Support for different sections of config in different media (not just files) (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 38"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Validation&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 39"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;2438&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB01: Integration with WPF (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 40"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1020&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;25&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB04: Decorating LINQ objects with Validation attributes (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 41"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;944&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;26&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB02: Integration with/assistance in implementing IDataErrorInfo (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 42"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;840&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;33&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB07: Validation Block refactoring to allow using Unity to resolve Validators (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 43"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;570&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;40&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB12: Inheritance-aware object validator (M or ?)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 44"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 473.4pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=789 colSpan=3&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Installability/Uninstallability&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 45"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;858&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;29&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;INS01: Installer allows you to pick which specific blocks to install instead of the whole package (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 46"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;864&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;31&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;INS03: EntLib installers to be included as part of installers of other custom products (merge modules) (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 47"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Extensibility&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 48"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;1028&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;30&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;EXT01: Simplifying writing extensions and plugging their custom configs into the config tool (XXL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 49"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;PIAB&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 50"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;784&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;32&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;PIAB01: Implement PIAB interface that takes an interceptor type (to leverage new Unity interceptors) (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 51"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;718&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;35&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;PIAB03: New handlers (incl. RequiresTransaction and Call Forwarding) (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 52"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 133.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=222 colSpan=2&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Resource management&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 53"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;996&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;27&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;RAB03: Resource Application Block (a provider to get assorted resources from various media/sources) (XXL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 54"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;Localizability&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 55"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;834&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;39&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LOC01: Localizability of EntLib assemblies (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 56; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 86pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;752&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 47.1pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=79&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;41&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #c6efce; PADDING-BOTTOM: 0in; WIDTH: 340.3pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=567&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #006100; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LOC02: Localizability of exception messages and templates (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Stories in P2 (yellow in the following table) and P3 (red) categories are listed according to their ranks, and not group ranks. Should time permit, we will address the P2 stories in the order shown.&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="MARGIN-LEFT: 5.4pt; WIDTH: 472.5pt; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt" cellSpacing=0 cellPadding=0 width=788 border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: white; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;P2&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: white; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: white; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 1"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;614&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;43&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN01: Discoverability and context/dependencies EntLib poster (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 2"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;556&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;44&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN11: EntLib5.0 New Features Video (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 3"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;682&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;45&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;EHAB02: Parameterized templates for exceptions (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 4"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;572&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;46&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;TOOL01: Type picker improvements (sped up search, better generics UI) (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 5"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;516&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;47&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;U04: Container introspection (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 6"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;590&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;48&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN12: Unity Overview Video (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 7"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;500&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;49&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB06: Simple validating field only if the value is not null (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 8"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;590&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;50&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB13: Support for recursive data structures (M) &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 9"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;496&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;51&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;U02: Allow a mapping from a named registration to the "default" one (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 10"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;506&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;54&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB08: Enabling Validation Block to be used with 3rd party object relational mappers (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 11"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;482&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;55&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB09: Honouring validation attributes defined in System.ComponentModel.DataAnnotations (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 12"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;468&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;59&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN04: Notebook-style 100 page book for Operations/IT management (XXL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 13"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;394&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;65&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffeb9c; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c6500; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB03: ArgumentValidationException.ToString() show the validation results (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 14"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: white; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;P3&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: white; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal"&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: white; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;I&gt;&lt;SPAN style="COLOR: black; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 15"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;500&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;52&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;UIN02: Caching of matching policies (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 16"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;608&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;53&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;DAAB03: Fix: validation of sprocs parameters – do not validate (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 17"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;496&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;56&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LAB04: Authenticated Email Trace Listener (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 18"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;430&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;57&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;CFG06:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Support other config schemas for Unity config (e.g. XAML-based config)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 19"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;402&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;58&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;U01: ResolveAll to return unnamed registration too (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 20"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;390&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;60&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LAB01: ETW sink (?, potentially XXL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 21"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;422&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;61&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN14: Unity Extensibility Guide (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 22"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;424&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;62&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB16: Additional validator: Validator that checks that an enum contains a value that maps onto its defined values (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 23"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;404&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;63&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;INS02: Installer ships both debug and release versions of the DLLs (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 24"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;546&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;64&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;CFG04:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Support for multiple pieces of config for a single block in multiple places (XXL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 25"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;412&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;66&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;EHAB01: Default post-handling action to ThrowNewException instead of NotifyRethrow (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 26"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;378&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;67&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;TOOL04: Web-based config tool (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 27"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;372&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;68&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;CACHE01:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Adding a reason to the class that informs a user why their object was removed from the cache (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 28"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;409&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;69&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN15: Guidance on environmental overrides in Unity (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 29"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;409&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;70&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN15: Unity&amp;amp; MEF decision tree/matrix (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 30"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;344&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;71&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.1pt; TEXT-INDENT: -0.2pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.02; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB14: Provide NullValidator to properly "ignore nulls" instead of the "Or composite" (S-M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 31"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;390&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;72&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;CACHE02: Cache backing store targeting ESENT (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 32"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;352&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;73&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB15: Additional validator: Number of decimal places validator (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 33"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;292&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;74&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;PIAB02: Add non-generic overloads (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 34"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;344&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;75&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB05: Simplifying checking for positive / negative values (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 35"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;282&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;76&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN05: Migration guide v.2.0 -&amp;gt;5.0 (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 36"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;266&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;77&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB11: Better localization support (i.e. the first time the validator is used, the locale for the messages is defined) (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 37"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;270&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;78&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB18: RelativeDateTimeValidator update to&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;compare against UtcNow instead of Now&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 38"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;238&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;79&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB10: Honouring MetadataType attribute (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 39"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;238&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;80&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;TOOL03: Block invocation from the configuration designer (e.g. Configure a block, Right-click, Copy “Code to Invoke”, and then paste it elsewhere) (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 40"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;234&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;81&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;TOOL05: Easier manipulation of validation trees (potentially, drag&amp;amp;drop) (M)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 41"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;238&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;82&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;VAB17: Validator that compares against a single specific value (S)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 42"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;196&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;83&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN06: Migration guide v.3.1 -&amp;gt;5.0 (XL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.2in; mso-yfti-irow: 43; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 85.7pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=143&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;162&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 48.6pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=81&gt;
&lt;P class=MsoNormal style="MARGIN-BOTTOM: 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: center" align=center&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;84&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ffc7ce; PADDING-BOTTOM: 0in; WIDTH: 338.2pt; PADDING-TOP: 0in; HEIGHT: 0.2in" vAlign=bottom noWrap width=564&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: -0.1pt; LINE-HEIGHT: normal; mso-para-margin-top: 0in; mso-para-margin-right: 0in; mso-para-margin-bottom: .0001pt; mso-para-margin-left: -.01gd; mso-char-indent-count: -.01; mso-prop-change: 'Grigori Melnik' 20090416t1137"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #9c0006; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-bidi-font-family: 'Times New Roman'"&gt;LEARN13: Unity Extensibility Video (L)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;The initial request for a &lt;A href="http://blogs.msdn.com/agile/archive/2009/03/26/thinking-about-business-rules-in-enterprise-library-5-0.aspx" mce_href="http://blogs.msdn.com/agile/archive/2009/03/26/thinking-about-business-rules-in-enterprise-library-5-0.aspx"&gt;Business Rules Application Block&lt;/A&gt; (which would help developers to take advantage of the WF business rule engine without creating a workflow) has been evaluated, and we solicited additional feedback from the advisors and the community. We didn’t see much convergence on the scenarios, and concluded that - at this point - we would not be playing in this area.&lt;/P&gt;
&lt;P class=MsoNormal&gt;With regard to the platform we will target, originally our plan was to target binaries to version 4.0 of the .NET Framework. However, our advisors and the community pushed back on this. The result from 1,229 votes is shown in the following graph:&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0ProductBacklogprioritizationresults_A427/image_2.png" mce_href="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0ProductBacklogprioritizationresults_A427/image_2.png"&gt;&lt;IMG title="Targeted Framework for EntLIb poll results" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=300 alt="Targeted Framework for EntLIb poll results" src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0ProductBacklogprioritizationresults_A427/image_thumb.png" width=307 border=0 mce_src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0ProductBacklogprioritizationresults_A427/image_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="mso-no-proof: yes"&gt;&lt;?xml:namespace prefix = v /&gt;&lt;v:shapetype id=_x0000_t75 coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;&lt;v:stroke joinstyle="miter"&gt;&lt;v:formulas&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:formulas&gt;&lt;v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"&gt;&lt;o:lock v:ext="edit" aspectratio="t"&gt;&lt;/v:shapetype&gt;&lt;v:shape id=Picture_x0020_1 style="VISIBILITY: visible; WIDTH: 212.4pt; HEIGHT: 207pt; mso-wrap-style: square" o:spid="_x0000_i1026" type="#_x0000_t75"&gt;&lt;v:imagedata src="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/image001.emz" o:title="" mce_src="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/image001.emz"&gt;&lt;/v:shape&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;This data is significant enough for us to adjust our plans to meet the community needs, and so we will target the binaries to version 3.5 SP1 of the .NET Framework. We will also carry out our test path on version 4.0 of the .NET Framework to ensure compatibility.&lt;/P&gt;
&lt;P class=MsoNormal&gt;A similar question was asked about the framework version to which we should target Unity. The graph below shows the result of the votes, and so the decision is similar to that for EntLib 5.0. We will be targeting version 3.5 SP1, but also testing on version 4.0.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0ProductBacklogprioritizationresults_A427/image_6.png" mce_href="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0ProductBacklogprioritizationresults_A427/image_6.png"&gt;&lt;IMG title=image style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=283 alt=image src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0ProductBacklogprioritizationresults_A427/image_thumb_2.png" width=346 border=0 mce_src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0ProductBacklogprioritizationresults_A427/image_thumb_2.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="mso-no-proof: yes"&gt;&lt;v:shape id=Picture_x0020_2 style="VISIBILITY: visible; WIDTH: 268.8pt; HEIGHT: 201.6pt; mso-wrap-style: square" o:spid="_x0000_i1025" type="#_x0000_t75"&gt;&lt;v:imagedata src="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/image003.png" o:title="Unity2_target_chart" mce_src="%5bBlog%20post%5d%20Backlog%20prioritization%20results_files/image003.png"&gt;&lt;/v:shape&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/v:imagedata&gt;&lt;/v:imagedata&gt;&lt;/o:lock&gt;&lt;/v:path&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:stroke&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9553341" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/survey/default.aspx">survey</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/Unity/default.aspx">Unity</category><category domain="http://blogs.msdn.com/agile/archive/tags/plans/default.aspx">plans</category><category domain="http://blogs.msdn.com/agile/archive/tags/learnability/default.aspx">learnability</category><category domain="http://blogs.msdn.com/agile/archive/tags/user+experience/default.aspx">user experience</category></item><item><title>Enterprise Library 5.0 – tentative product backlog published, story/feature prioritization is open – your participation is invited!</title><link>http://blogs.msdn.com/agile/archive/2009/03/27/enterprise-library-5-0-tentative-product-backlog-published-story-feature-prioritization-is-open-your-participation-is-invited.aspx</link><pubDate>Fri, 27 Mar 2009 09:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9513219</guid><dc:creator>gmelnik</dc:creator><slash:comments>20</slash:comments><comments>http://blogs.msdn.com/agile/comments/9513219.aspx</comments><wfw:commentRss>http://blogs.msdn.com/agile/commentrss.aspx?PostID=9513219</wfw:commentRss><description>&lt;p&gt;EntLib Community!&lt;/p&gt; &lt;p&gt;First of all, let me thank all of those who actively took part in providing their ideas and suggestions for the next version of EntLib. There are &lt;a href="http://blogs.msdn.com/agile/archive/2009/01/26/enterprise-library-5-what-s-on-your-wish-list.aspx#comments" target="_blank" mce_href="http://blogs.msdn.com/agile/archive/2009/01/26/enterprise-library-5-what-s-on-your-wish-list.aspx#comments"&gt;over 50 comments&lt;/a&gt; posted to my original invite and a similar number of emails, all of which have been reviewed by the EntLib team. In addition, we have analyzed the results of the &lt;a href="http://tinyurl.com/entlib" target="_blank" mce_href="http://tinyurl.com/entlib"&gt;EntLib satisfaction survey&lt;/a&gt;, examined discussions and issues posted on the &lt;a href="http://codeplex.com/entlib" target="_blank" mce_href="http://codeplex.com/entlib"&gt;EntLib community site&lt;/a&gt; and conducted extensive consultations with the members of our Advisory Board. &lt;/p&gt; &lt;p&gt;The list included over 100 items, most of which are exposed now. If we missed anything important there is still room for you to add some suggestions of your own. &lt;/p&gt; &lt;p&gt;We have also done “T-shirt sizing” of the stories – a rough, relative estimation of the effort involved in delivering a given story. &lt;/p&gt; &lt;p&gt;At this point, we would like to invite you to select and prioritize candidate features/stories you care about. Please review them carefully along with the associated effort estimates and cast your votes.&amp;nbsp; Do remember to stay within the budget (100 points). Here’s the link to the &lt;a href="http://www.zoomerang.com/Survey/?p=WEB228YZEBVGGB" target="_blank" mce_href="http://www.zoomerang.com/Survey/?p=WEB228YZEBVGGB"&gt;online survey&lt;/a&gt;.&lt;/p&gt; &lt;table class="MsoTableMediumGrid1Accent2" style="border-right: medium none; border-top: medium none; border-left: medium none; border-bottom: medium none; border-collapse: collapse; mso-border-alt: solid #cf7b79 1.0pt; mso-border-themecolor: accent2; mso-border-themetint: 191; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt" cellspacing="0" cellpadding="0" border="1"&gt; &lt;tbody&gt; &lt;tr style="mso-yfti-irow: -1; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt; &lt;td style="border-right: #cf7b79 1pt solid; padding-right: 5.4pt; border-top: #cf7b79 1pt solid; padding-left: 5.4pt; background: #efd3d2; padding-bottom: 0in; border-left: #cf7b79 1pt solid; width: 6.65in; padding-top: 0in; border-bottom: #cf7b79 1pt solid; mso-border-themecolor: accent2; mso-border-themetint: 191; mso-background-themecolor: accent2; mso-background-themetint: 63" valign="top" width="798"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal; mso-yfti-cnfc: 5"&gt;&lt;b&gt;NOTE&lt;/b&gt;&lt;span style="mso-bidi-font-weight: bold"&gt;: Due to the limitation of the surveying tool that doesn’t permit ranking matrices wider than 10, I had to flatten the survey that resulted in the 2nd page being rather long. It does NOT require you to answer all 20 questions though. You can vote for as few as top 5 and then move to the next page and vote for Integration Packs.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;Also note, that the backlog with the codes is posted on a separate page (see the link in the survey) and you can open it in a separate window, screen or print for referencing. Alternatively, simply review the backlog and take notes of the features you care about and then simply select them as your priorities.&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0tentativeproductbacklogpublishedfea_13AAA/EntLib_voting_2.png" mce_href="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0tentativeproductbacklogpublishedfea_13AAA/EntLib_voting_2.png"&gt;&lt;img title="EntLib_voting" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="450" alt="EntLib_voting" src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0tentativeproductbacklogpublishedfea_13AAA/EntLib_voting_thumb.png" width="375" border="0" mce_src="http://blogs.msdn.com/blogfiles/agile/WindowsLiveWriter/Ent.0tentativeproductbacklogpublishedfea_13AAA/EntLib_voting_thumb.png"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;We will analyze the results and produce the prioritized backlog defining what the team will focus on in the next several months. We will share the results of the prioritization exercise with the community.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9513219" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/agile/archive/tags/p_2600_amp_3B00_p/default.aspx">p&amp;amp;p</category><category domain="http://blogs.msdn.com/agile/archive/tags/EntLib/default.aspx">EntLib</category><category domain="http://blogs.msdn.com/agile/archive/tags/Enterprise+Library/default.aspx">Enterprise Library</category><category domain="http://blogs.msdn.com/agile/archive/tags/Unity/default.aspx">Unity</category><category domain="http://blogs.msdn.com/agile/archive/tags/new+release/default.aspx">new release</category></item></channel></rss>