<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Sync Framework Tutorial &#8211; Part #3 &#8211; Preparing the server database</title>
	<atom:link href="http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/</link>
	<description>Just me, you and a cup of tea...</description>
	<lastBuildDate>Thu, 01 Dec 2011 19:47:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Yet another blog about...</title>
		<link>http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/#comment-1416</link>
		<dc:creator><![CDATA[Yet another blog about...]]></dc:creator>
		<pubDate>Fri, 05 Mar 2010 00:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/#comment-1416</guid>
		<description><![CDATA[&lt;strong&gt;Sync framework - choose your primary keys type carefully...&lt;/strong&gt;

When you want to use the Microsoft Sync Framework in biderectionnal mode you have to choose your row&#039;s primary keys carefully !...]]></description>
		<content:encoded><![CDATA[<p><strong>Sync framework &#8211; choose your primary keys type carefully&#8230;</strong></p>
<p>When you want to use the Microsoft Sync Framework in biderectionnal mode you have to choose your row&#8217;s primary keys carefully !&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Lang</title>
		<link>http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/#comment-1280</link>
		<dc:creator><![CDATA[Michael Lang]]></dc:creator>
		<pubDate>Fri, 20 Mar 2009 05:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/#comment-1280</guid>
		<description><![CDATA[Readers should be aware since this article was posted another option has become available that can be used with the sync framework to track database changes, namely SQL Server 2008 change tracking.  See the following link for more details...

http://msdn.microsoft.com/en-us/library/cc305322.aspx]]></description>
		<content:encoded><![CDATA[<p>Readers should be aware since this article was posted another option has become available that can be used with the sync framework to track database changes, namely SQL Server 2008 change tracking.  See the following link for more details&#8230;</p>
<p><a href="http://msdn.microsoft.com/en-us/library/cc305322.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/cc305322.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/#comment-1247</link>
		<dc:creator><![CDATA[Jim]]></dc:creator>
		<pubDate>Wed, 31 Dec 2008 17:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/#comment-1247</guid>
		<description><![CDATA[You talk about BigInt, Binary(8) and Binary(50) ? what is going on here?]]></description>
		<content:encoded><![CDATA[<p>You talk about BigInt, Binary(8) and Binary(50) ? what is going on here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: App Sec Engineer</title>
		<link>http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/#comment-1236</link>
		<dc:creator><![CDATA[App Sec Engineer]]></dc:creator>
		<pubDate>Fri, 10 Oct 2008 09:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexduggleby.com/2007/12/16/sync-framework-tutorial-part-3-preparing-the-server-database/#comment-1236</guid>
		<description><![CDATA[Hey there, I have an application with a N-Tier + 1 architecture :P I know it may sound crazy but this very large app utilizes a windows forms console, communicating to a WCF Data Service, which acts as a proxy to a remoted application server that does the database talking. I only recently moved our technology to full use of WCF at the frontal tiers instead of a general application web service. Everything is running great and I now am attempting the local database cache and sync technology. I&#039;m concerned though that each of the examples I find, like this one, presume that the WCF service will be able to communicate with the databases directly. Do these sync components allow me to distribute or add an additional layer to the backend point where they perform their database interaction as to fit into my seemingly N+1 Tier architecture? I have already implemented the typical N-Tier framework by having my application service be the &quot;dataservice&quot; and simply replicating the &quot;Get&quot; functions out to the WCF tier. Perhaps something similar can be done for the sync components? I&#039;m just unclear as to what can and can&#039;t be serialized or which components of the sync framework I would place in the app service vs the WCF service. One thing for sure though, the WCF service the client communicates with can have no database access.
Any input would be very much appreciated :&gt;]]></description>
		<content:encoded><![CDATA[<p>Hey there, I have an application with a N-Tier + 1 architecture :P I know it may sound crazy but this very large app utilizes a windows forms console, communicating to a WCF Data Service, which acts as a proxy to a remoted application server that does the database talking. I only recently moved our technology to full use of WCF at the frontal tiers instead of a general application web service. Everything is running great and I now am attempting the local database cache and sync technology. I&#8217;m concerned though that each of the examples I find, like this one, presume that the WCF service will be able to communicate with the databases directly. Do these sync components allow me to distribute or add an additional layer to the backend point where they perform their database interaction as to fit into my seemingly N+1 Tier architecture? I have already implemented the typical N-Tier framework by having my application service be the &#8220;dataservice&#8221; and simply replicating the &#8220;Get&#8221; functions out to the WCF tier. Perhaps something similar can be done for the sync components? I&#8217;m just unclear as to what can and can&#8217;t be serialized or which components of the sync framework I would place in the app service vs the WCF service. One thing for sure though, the WCF service the client communicates with can have no database access.<br />
Any input would be very much appreciated :&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

