<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sse Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home</link><description>sse Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://sse.codeplex.com/wikipage?version=15</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br /&gt;&lt;br /&gt;This projects provides an open-source implementation of the required behavior from the spec.&lt;br /&gt;&lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft&amp;#39;s CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt;&lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt;&lt;br /&gt;What can you do with the library right now?&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;
&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;
&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;
&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;
&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;&lt;/ul&gt;
The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt;&lt;br /&gt;The library was created with the following goals in mind:
&lt;ul&gt;&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;
&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;
&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The following are non-goals:
&lt;ul&gt;&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;
&lt;li&gt;Provide a server-side story &lt;/li&gt;
&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;&lt;/ul&gt;
 &lt;br /&gt;&lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you&amp;#39;ll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don&amp;#39;t want to, just exclude the Samples solution folder from the solution.&lt;br /&gt;&lt;br /&gt;*&lt;a href="http://sse.codeplex.com/releases/view/5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks &lt;a href="http://johncrowley.net" class="externalLink"&gt;John Crowley&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for dreaming up such a cool logo for SSE!&lt;br /&gt;&lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;This project is owned by the &lt;a href="http://www.codeplex.com/MVPXML" class="externalLink"&gt;MVPXML Project&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sse&amp;DownloadId=18609" alt="ClariusLabsCodePlex.png" title="ClariusLabsCodePlex.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Sat, 17 Jul 2010 17:51:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100717055118P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br /&gt;&lt;br /&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;*&lt;a href="http://www.codeplex.com/sse/Release/ProjectReleases.aspx?ReleaseId=5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Thanks &lt;a href="http://johncrowley.net" class="externalLink"&gt;John Crowley&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for dreaming up such a cool logo for SSE!&lt;br /&gt; &lt;br /&gt;Special thanks to Ed Jezierski, Adrian Alonso, Vanessa Cillo, Ary Borenszweig, Mariano Rodriguez and Jose Gallardo for their contributions to the project, and to the SSE specification authors for putting together an innovative specification with the potential to change the way we approach information and collaboration. &lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;This project is owned by the &lt;a href="http://www.codeplex.com/MVPXML" class="externalLink"&gt;MVPXML Project&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=18609" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Wed, 12 Sep 2007 20:36:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912083613P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br /&gt;&lt;br /&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;*&lt;a href="http://www.codeplex.com/sse/Release/ProjectReleases.aspx?ReleaseId=5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Thanks &lt;a href="http://johncrowley.net" class="externalLink"&gt;John Crowley&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for dreaming up such a cool logo for SSE!&lt;br /&gt; &lt;br /&gt;Special thanks to Ed Jezierski, Adrian Alonso, Vanessa Cillo, Ary Borenszweig, Mariano Rodriguez and Jose Gallardo for their contributions to the project, and to the SSE specification authors for putting together an innovative specification with the potential to change the way we approach information and collaboration. &lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;This project is owned by the &lt;a href="http://www.codeplex.com/MVPXML" class="externalLink"&gt;MVPXML Project&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Mon, 13 Aug 2007 05:32:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070813053208A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br /&gt;&lt;br /&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;*&lt;a href="http://www.codeplex.com/sse/Release/ProjectReleases.aspx?ReleaseId=5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Thanks &lt;a href="http://johncrowley.net" class="externalLink"&gt;John Crowley&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for dreaming up such a cool logo for SSE!&lt;br /&gt; &lt;br /&gt;Special thanks to Ed Jezierski, Adrian Alonso, Vanessa Cillo, and Ary Borenszweig for their contributions to the project, and to the SSE specification authors for putting together an innovative specification with the potential to change the way we approach information and collaboration. &lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;This project is owned by the &lt;a href="http://www.codeplex.com/MVPXML" class="externalLink"&gt;MVPXML Project&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Fri, 10 Aug 2007 22:51:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070810105115P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br /&gt;&lt;br /&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;*&lt;a href="http://www.codeplex.com/sse/Release/ProjectReleases.aspx?ReleaseId=5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Thanks &lt;a href="http://johncrowley.net" class="externalLink"&gt;John Crowley&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for dreaming up such a cool logo for SSE!&lt;br /&gt; &lt;br /&gt;Special thanks to Ed Jezierski, Adrian Alonso, Vanessa Cillo, and Ary Borenszweig for their contributions to the project, and to the SSE specification authors for putting together an innovative specification with the potential to change the way we approach information and collaboration. &lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Mon, 30 Jul 2007 15:11:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070730031113P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br/&gt;&lt;br/&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt; &lt;br /&gt;*&lt;a href="http://www.codeplex.com/sse/Release/ProjectReleases.aspx?ReleaseId=5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Thanks &lt;a href="http://johncrowley.net" class="externalLink"&gt;John Crowley&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for dreaming up such a cool logo for SSE!&lt;br /&gt; &lt;br /&gt;Special thanks to Ed Jezierski, Adrian Alonso, Vanessa Cillo, and Ary Borenszweig for their contributions to the project, and to the SSE specification authors for putting together an innovative specification with the potential to change the way we approach information and collaboration. &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Fri, 29 Jun 2007 04:47:46 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070629044746A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br/&gt;&lt;br/&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt; &lt;br /&gt;*&lt;a href="http://www.codeplex.com/sse/Release/ProjectReleases.aspx?ReleaseId=5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Thanks &lt;a href="http://johncrowley.net" class="externalLink"&gt;John Crowley&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for dreaming up such a cool logo for SSE!&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Wed, 27 Jun 2007 18:39:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070627063931P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br/&gt;&lt;br/&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt; &lt;br /&gt;*&lt;a href="http://www.codeplex.com/sse/Release/ProjectReleases.aspx?ReleaseId=5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Thanks &lt;a href="johncrowley.net" class="externalLink"&gt;John Crowley&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for dreaming up such a cool logo for SSE!&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Wed, 27 Jun 2007 05:46:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070627054602A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br/&gt;&lt;br/&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt; &lt;br /&gt;*&lt;a href="http://www.codeplex.com/sse/Release/ProjectReleases.aspx?ReleaseId=5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Wed, 27 Jun 2007 03:18:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070627031813A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br/&gt;&lt;br/&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt; &lt;br /&gt;*&lt;a href="http://www.codeplex.com/sse/Release/ProjectReleases.aspx?ReleaseId=5301"&gt;Download it now!&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Wed, 27 Jun 2007 03:17:39 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070627031739A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br/&gt;&lt;br/&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Tue, 26 Jun 2007 22:12:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070626101225P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br/&gt;&lt;br/&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;img src="http://www.codeplex.com/sse/Project/FileDownload.aspx?DownloadId=14700" alt="ClariusWikiLogo.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Tue, 26 Jun 2007 22:07:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070626100753P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br/&gt;&lt;br/&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.clariusconsulting.net" class="externalLink"&gt;Clarius Consulting&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Tue, 26 Jun 2007 22:04:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070626100413P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sse/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important&amp;#58; the algorithm allows for mesh-style synchronization between nodes, with no concept of a &amp;#34;master&amp;#34; copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.&lt;br/&gt;&lt;br/&gt;This projects provides an open-source implementation of the required behavior from the spec.
&lt;br /&gt; &lt;br /&gt;SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the &lt;a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060330sseps/manifest.xml" class="externalLink"&gt;MSDN TV video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and reading the &lt;a href="http://msdn2.microsoft.com/en-us/xml/bb510102.aspx" class="externalLink"&gt;latest SSE spec&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and links above.&lt;br /&gt; &lt;br /&gt;The library has 80%+ code coverage through unit tests.&lt;br /&gt; &lt;br /&gt;What can you do with the library right now?&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Create an adapter (repository) that talks to your underlying application data/business objects (your CRM system, data-entry app, whatever) &lt;/li&gt;&lt;li&gt;Export RSS feeds with synchronization information embeeded for merging with other feeds &lt;/li&gt;&lt;li&gt;Import RSS feeds from other peers &lt;/li&gt;&lt;li&gt;Synchronize a local feed via HTTP with a server feed &lt;/li&gt;&lt;li&gt;Do all this without changing any code in your app: this makes for a hassle-free way to add import/export/sync functionality to your application&lt;/li&gt;
&lt;/ul&gt;The SSE spec takes care of defining a standard algorithm for detecting conflicts and updates in a merge operation, as well as the behavior for deleted and created items. This makes for a predictable behavior regardless of the actual implementation technology. &lt;br /&gt; &lt;br /&gt;The library was created with the following goals in mind:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Have a minimal library that can be easily extended with adapters to accomodate simple synchronization scenarios &lt;/li&gt;&lt;li&gt;Provide a full .NET as well as .NET Compact Framework implementation &lt;/li&gt;&lt;li&gt;Interop with other SSE implementations as they come along&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The following are non-goals:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Provide a full-blown and highly optimized synchronization engine (i.e., you can hardly use it for full database merge/replication, complex data/binary payload sync, etc.) &lt;/li&gt;&lt;li&gt;Provide a server-side story &lt;/li&gt;&lt;li&gt;Provide a service to periodically perform sync with a server and manage jobs (this means you have to manually sync from your app using the exposed SyncEngine API)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Included in the download is a sample application that is a very simple Customer CRUD application that provides a custom adapter to import/export feeds using its internal data-access component, and which syncs with a simple ASMX webservice via HTTP. This sample application uses a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; database, so you'll need to install it, as well as the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=877C0ADC-0347-4A47-B842-58FB71D159AC&amp;amp;displaylang=en" class="externalLink"&gt;SQL Compact Edition Tools for VS 2005&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you don't want to, just exclude the Samples solution folder from the solution.&lt;br /&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Tue, 26 Jun 2007 22:02:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070626100232P</guid></item></channel></rss>