<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Multi Tenant Data Access Blueprint</title><link>http://mtda.codeplex.com/project/feeds/rss</link><description>The Multi Tenant Data Access &amp;#40;MTDA&amp;#41; Blueprintis a part of the Microsoft Software-plus-Services Blueprints program.  The MTDA Blueprint provides guidance on writing a SQL Server based, single instance, multi-tenant data access layer similar to that used in LitwareHR sample applica</description><item><title>Source code checked in, #94877</title><link>http://mtda.codeplex.com/SourceControl/changeset/changes/94877</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:38:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94877 20121001103835P</guid></item><item><title>Source code checked in, #94876</title><link>http://mtda.codeplex.com/SourceControl/changeset/changes/94876</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:31:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94876 20121001103106P</guid></item><item><title>Source code checked in, #57274</title><link>http://mtda.codeplex.com/SourceControl/changeset/changes/57274</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 22:13:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #57274 20100728101323P</guid></item><item><title>New Post: BUMP!</title><link>http://www.codeplex.com/MTDA/Thread/View.aspx?ThreadId=41270</link><description>&lt;div style="line-height: normal;"&gt;Just looking to see if this is going to be released?&lt;br&gt;
&lt;/div&gt;</description><author>ccyvas</author><pubDate>Tue, 02 Dec 2008 14:15:14 GMT</pubDate><guid isPermaLink="false">New Post: BUMP! 20081202021514P</guid></item><item><title>New Post: TAP, TAP!</title><link>http://www.codeplex.com/MTDA/Thread/View.aspx?ThreadId=39266</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br&gt;
I am checking this everyday for the new MTDA, but I was wondering if you have any idea when this will drop? Not looking for any commitments, just an idea of when you think it might be done.&lt;br&gt;
&lt;/div&gt;</description><author>ccyvas</author><pubDate>Thu, 13 Nov 2008 15:57:51 GMT</pubDate><guid isPermaLink="false">New Post: TAP, TAP! 20081113035751P</guid></item><item><title>New Post: TAP, TAP!</title><link>http://www.codeplex.com/MTDA/Thread/View.aspx?ThreadId=39266</link><description>&lt;div style="line-height: normal;"&gt;How's that blueprint coming? :)&lt;br&gt;
&lt;/div&gt;</description><author>ccyvas</author><pubDate>Wed, 05 Nov 2008 17:20:35 GMT</pubDate><guid isPermaLink="false">New Post: TAP, TAP! 20081105052035P</guid></item><item><title>New Post: S+S MT Template?</title><link>http://www.codeplex.com/MTDA/Thread/View.aspx?ThreadId=39045</link><description>&lt;div style="line-height: normal;"&gt;Sorry, just saw this:&lt;br&gt;
&amp;gt;&lt;span id="ctl00_ctl00_MasterContent_TabContentPanel_Content_wikiSourceLabel"&gt;&lt;strong&gt;This Blueprint is being upgraded to work with the Microsoft Blueprints Manager&lt;/strong&gt;&lt;/span&gt;
&lt;/div&gt;</description><author>ccyvas</author><pubDate>Mon, 03 Nov 2008 13:20:30 GMT</pubDate><guid isPermaLink="false">New Post: S+S MT Template? 20081103012030P</guid></item><item><title>New Post: S+S MT Template?</title><link>http://www.codeplex.com/MTDA/Thread/View.aspx?ThreadId=39045</link><description>&lt;div style="line-height: normal;"&gt;&lt;span&gt;I thought this was where I would find the S+S MT template for use by the Blueprints Manager - but I'm not seeing it. Am I in the right spot?&lt;/span&gt;
&lt;/div&gt;</description><author>ccyvas</author><pubDate>Sun, 02 Nov 2008 22:37:53 GMT</pubDate><guid isPermaLink="false">New Post: S+S MT Template? 20081102103753P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/MTDA/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MTDA&amp;amp;DownloadId=39041" alt="logo.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Multi-Tenant Data Access Blueprint
&lt;/h1&gt; &lt;br /&gt;The Multi Tenant Data Access (MTDA) Blueprint, part of the Software-plus-Services Blueprint program, provides guidance on writing a SQL Server based, single instance, multi-tenant data access layer similar to that used in &lt;a href="http://www.codeplex.com/Litwarehr" class="externalLink"&gt;LitwareHR&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; sample application (SQL Server version).&lt;br /&gt; &lt;br /&gt;This blueprint uses the &amp;quot;extension table&amp;quot; design pattern, where two databases are created: &lt;b&gt;TenantMetaData&lt;/b&gt; that holds tenant entity definitions together with cross-tenant information, and &lt;b&gt;TenantData&lt;/b&gt; to store actual instances:&lt;br /&gt; &lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MTDA&amp;amp;DownloadId=39042" alt="Aa479086_mlttntda14(en-us,MSDN_10).gif" /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;The blueprint consists of:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;The &lt;b&gt;&lt;i&gt;base&lt;/i&gt;&lt;/b&gt; blueprint, that generates the scaffolding of the solution and tenant management.&lt;/li&gt;&lt;li&gt;An optional &lt;b&gt;&lt;i&gt;Unit tests&lt;/i&gt;&lt;/b&gt; blueprint for adding a test project to the solution, with basic fixtures.&lt;/li&gt;&lt;li&gt;An &lt;b&gt;&lt;i&gt;entity&lt;/i&gt;&lt;/b&gt; definition blueprint to help you create entities with extensible and flexible schemas.&lt;/li&gt;&lt;li&gt;A &lt;b&gt;&lt;i&gt;sample&lt;/i&gt;&lt;/b&gt; blueprint that demonstrates customization of entity schema and basic queries.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;This Blueprint is being upgraded to work with the Microsoft Blueprints Manager&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Related projects and articles:
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/LitwareHR/Release/ProjectReleases.aspx?ReleaseId=8440" class="externalLink"&gt;LitwareHR data access performance guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/architecture/aa479086.aspx" class="externalLink"&gt;Multi-Tenant Data Architecture&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Litwarehr" class="externalLink"&gt;LitwareHR sample application&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/blueprints" class="externalLink"&gt;Microsoft Blueprints manager&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>mglehman</author><pubDate>Wed, 29 Oct 2008 02:14:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081029021406A</guid></item><item><title>Created Issue: The project MultitenantBlueprint.Services is missing the file BusinessLogic\PositionService.cs.</title><link>http://www.codeplex.com/MTDA/WorkItem/View.aspx?WorkItemId=7480</link><description>The project MultitenantBlueprint.Services is missing the file BusinessLogic&amp;#92;PositionService.cs.&lt;br /&gt;</description><author>dadvav</author><pubDate>Tue, 02 Sep 2008 16:50:07 GMT</pubDate><guid isPermaLink="false">Created Issue: The project MultitenantBlueprint.Services is missing the file BusinessLogic\PositionService.cs. 20080902045007P</guid></item><item><title>New Post: Missing PositionService.cs</title><link>http://www.codeplex.com/MTDA/Thread/View.aspx?ThreadId=34533</link><description>&lt;div style="line-height: normal;"&gt;The project MultitenantBlueprint.Services is missing the file BusinessLogic\PositionService.cs.&lt;br&gt;
&lt;/div&gt;</description><author>marlonoliveira</author><pubDate>Fri, 29 Aug 2008 13:18:18 GMT</pubDate><guid isPermaLink="false">New Post: Missing PositionService.cs 20080829011818P</guid></item></channel></rss>