<?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>Microsoft All-In-One Code Framework</title><link>http://blogs.msdn.com/b/codefx/</link><description>The Microsoft All-In-One Code Framework is a free, centralized code sample library provided by the Microsoft Community team. Our goal is to provide typical code samples for all Microsoft development technologies. </description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>[Sample Of May 22nd] Virtual Volume Driver </title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/23/sample-of-may-22nd-virtual-volume-driver.aspx</link><pubDate>Thu, 23 May 2013 07:38:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10420818</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10420818</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10420818</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/23/sample-of-may-22nd-virtual-volume-driver.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/8306.22.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/8306.22.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download : &lt;a href="http://code.msdn.microsoft.com/VirtualVolume-83334efd"&gt;http://code.msdn.microsoft.com/VirtualVolume-83334efd&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is the Virtvol sample driver.&amp;nbsp; This version of the driver has been modified to support the driver frameworks. This driver basically creates a nonpaged pool and exposes that as a storage media. User can find the device in the disk manager and format the media to use as FAT or NTFS volume. In addition, Virtvol integrates with Mount Manager, so that it is not necessary for you to assign a drive letter, the system will do this automatically. &lt;br /&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10420818" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Windows+Driver/">Windows Driver</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/WDK/">WDK</category></item><item><title>[Sample Of May 21st] Format volume with VDS</title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/22/sample-of-may-21st-format-volume-with-vds.aspx</link><pubDate>Wed, 22 May 2013 05:15:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10420499</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10420499</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10420499</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/22/sample-of-may-21st-format-volume-with-vds.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/2438.21.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/2438.21.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download : &lt;a href="http://code.msdn.microsoft.com/CppVDSFormatVolume-c84cb6f2"&gt;http://code.msdn.microsoft.com/CppVDSFormatVolume-c84cb6f2&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This sample demonstrates how to use VDS to format volumes.&lt;br /&gt;&lt;br /&gt; &lt;strong&gt;Warning&lt;/strong&gt;: formatting a volume may result in unexpected data loss. &amp;nbsp;Use this sample with care. &lt;br /&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10420499" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Windows+Driver/">Windows Driver</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/WDK/">WDK</category></item><item><title>[Sample Of May 20th] Uninstall disks with VDS </title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/21/sample-of-may-20th-uninstall-disks-with-vds.aspx</link><pubDate>Tue, 21 May 2013 07:26:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10420237</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10420237</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10420237</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/21/sample-of-may-20th-uninstall-disks-with-vds.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/8880.20.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/8880.20.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download : &lt;a href="http://code.msdn.microsoft.com/CppVDSUninstallDisks-7192ea26"&gt;http://code.msdn.microsoft.com/CppVDSUninstallDisks-7192ea26&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This sample demonstrates how to use VDS to uninstall disks and volumes.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;strong&gt;Warning&lt;/strong&gt;: uninstalling a disk may lead to potential data loss.&amp;nbsp; Use this&amp;nbsp;sample with care.&lt;br /&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10420237" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Windows+Driver/">Windows Driver</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/WDK/">WDK</category></item><item><title>[Sample Of May 19th] VSTO ServerDocument class demo</title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/20/sample-of-may-19th-vsto-serverdocument-class-demo.aspx</link><pubDate>Mon, 20 May 2013 05:14:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10419995</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10419995</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10419995</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/20/sample-of-may-19th-vsto-serverdocument-class-demo.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/8206.19.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/8206.19.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download : &lt;a href="http://code.msdn.microsoft.com/VBVstoServerDocument-824ea223"&gt;http://code.msdn.microsoft.com/VBVstoServerDocument-824ea223&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;code sample&amp;nbsp;demonstrates how to use the ServerDocument class to extract information from a VSTO customized Word document or Excel Workbook; and also how to programmatically add / remove VSTO customizations. &lt;br /&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10419995" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Office+Development/">Office Development</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/VSTO/">VSTO</category></item><item><title>[Sample Of May 16th] ASP.NET load globalization res from assembly</title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/17/sample-of-may-16th-asp-net-load-globalization-res-from-assembly.aspx</link><pubDate>Fri, 17 May 2013 06:32:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10419561</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10419561</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10419561</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/17/sample-of-may-16th-asp-net-load-globalization-res-from-assembly.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/4064.16.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/4064.16.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download :&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;CS Version: &lt;a href="http://code.msdn.microsoft.com/CSASPNETGloablizationInAsse-61b88691"&gt;http://code.msdn.microsoft.com/CSASPNETGloablizationInAsse-61b88691&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;VB Version: &lt;a href="http://code.msdn.microsoft.com/VBASPNETGlobalizationInAsse-212f017d"&gt;http://code.msdn.microsoft.com/VBASPNETGlobalizationInAsse-212f017d&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The code sample demonstrates how to&amp;nbsp;load embeded resources in an assembly based on the culture information, and how to use it to globalize the entire ASP.NET website.&amp;nbsp; You will learn how to access resource files that has compiled in class library or dll file in ASP.NET. We give an effective way to get specific resources from compiled file and then apply resource value in whole application. &lt;br /&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10419561" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/ASP-NET/">ASP.NET</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category></item><item><title>[Sample Of May 15th] File handle operations demo</title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/16/sample-of-may-15th-file-handle-operations-demo.aspx</link><pubDate>Thu, 16 May 2013 05:25:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10419170</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10419170</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10419170</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/16/sample-of-may-15th-file-handle-operations-demo.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/2084.15.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/2084.15.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download : &lt;a href="http://code.msdn.microsoft.com/CppFileHandle-baa56c07"&gt;http://code.msdn.microsoft.com/CppFileHandle-baa56c07&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This VC++ code sample demonstrates two typical scenarios of using file handles - enumerate file handles and get file name from a file handle. &lt;br /&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10419170" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Windows+SDK/">Windows SDK</category></item><item><title>[Sample Of May 14th] Access Azure table storage via WCF Data Services</title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/15/sample-of-may-14th-access-azure-table-storage-via-wcf-data-services.aspx</link><pubDate>Wed, 15 May 2013 05:14:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10418757</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10418757</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10418757</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/15/sample-of-may-14th-access-azure-table-storage-via-wcf-data-services.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/5277.14.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/5277.14.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download :&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;CS Version: &lt;a href="http://code.msdn.microsoft.com/CSAzureTableStorageWCFDS-2355159b"&gt;http://code.msdn.microsoft.com/CSAzureTableStorageWCFDS-2355159b&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;VB Version: &lt;a href="http://code.msdn.microsoft.com/VBAzureTableStorageWCFDS-3d0e1c52"&gt;http://code.msdn.microsoft.com/VBAzureTableStorageWCFDS-3d0e1c52&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This sample demonstrates how to run a WCF Data Service on Windows Azure. The data service uses table storage as its data source. A test Silverlight client is also available. &lt;br /&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10418757" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Silverlight/">Silverlight</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Windows+Azure/">Windows Azure</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/WCF+Data+Services/">WCF Data Services</category></item><item><title>[Sample Of May 13rd] Object persistence in Windows Forms </title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/14/sample-of-may-13rd-object-persistence-in-windows-forms.aspx</link><pubDate>Tue, 14 May 2013 05:16:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10418314</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10418314</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10418314</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/14/sample-of-may-13rd-object-persistence-in-windows-forms.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/4807.13.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/4807.13.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download : &lt;a href="http://code.msdn.microsoft.com/CSWinFormObjPersistence-43974141"&gt;http://code.msdn.microsoft.com/CSWinFormObjPersistence-43974141&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Object Persistance sample demonstrates how to persist an object's data between instances, so that the data can be restored the next time the object is instantiated.&amp;nbsp; &lt;br /&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10418314" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Windows+Forms/">Windows Forms</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category></item><item><title>[Sample Of May 12nd] UAC self-elevation </title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/13/sample-of-may-12nd-uac-self-elevation.aspx</link><pubDate>Mon, 13 May 2013 05:10:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10418004</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10418004</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10418004</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/13/sample-of-may-12nd-uac-self-elevation.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/2235.12.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/2235.12.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download :&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;CS Version: &lt;a href="http://code.msdn.microsoft.com/CSUACSelfElevation-644673d3"&gt;http://code.msdn.microsoft.com/CSUACSelfElevation-644673d3&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;VB Version: &lt;a href="http://code.msdn.microsoft.com/VBUACSelfElevation-4c014507"&gt;http://code.msdn.microsoft.com/VBUACSelfElevation-4c014507&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Cpp Version: &lt;a href="http://code.msdn.microsoft.com/CppUACSelfElevation-981c0160"&gt;http://code.msdn.microsoft.com/CppUACSelfElevation-981c0160&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;User Account Control (UAC) is a new security component in Windows Vista and newer operating systems. With UAC fully enabled, interactive administrators normally run with least user privileges. This example demonstrates how to check the privilege level of the current process, and how to self-elevate the process by giving explicit consent with the Consent UI.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/4718.image.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/300x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/4718.image.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10418004" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Windows+SDK/">Windows SDK</category></item><item><title>[Sample Of May 11st] Entity Data Model demo </title><link>http://blogs.msdn.com/b/codefx/archive/2013/05/12/sample-of-may-11st-entity-data-model-demo.aspx</link><pubDate>Sun, 12 May 2013 00:30:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10417899</guid><dc:creator>philip fu</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/rsscomments.aspx?WeblogPostID=10417899</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/codefx/commentapi.aspx?WeblogPostID=10417899</wfw:comment><comments>http://blogs.msdn.com/b/codefx/archive/2013/05/12/sample-of-may-11st-entity-data-model-demo.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 400px;" border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2" valign="top" width="10"&gt;&lt;a title="Homepage" href="http://1code.codeplex.com/wikipage?title=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Homepage" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/7762.image_5F00_0428D9A8.png" alt="Homepage" width="261" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td rowspan="2" valign="top" width="378"&gt;&lt;a title="Microsoft All-In-One Code Framework" href="http://aka.ms/onecode"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Microsoft All-In-One Code Framework" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3531.image_5F00_04D18FD2.png" alt="image" width="250" height="263" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="10"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/8117.11.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/126x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09/8117.11.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top" width="10"&gt;&lt;a title="RSS" href="http://blogs.msdn.com/b/codefx/rss.aspx?tags=SampleOfTheDay"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="RSS Feed" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/0486.image_5F00_5CDE6AA5.png" alt="RSS Feed" width="126" height="126" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Sample Download :&amp;nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;CS Version: &lt;a href="http://code.msdn.microsoft.com/CSEFEntityDataModel-e5d5924f"&gt;http://code.msdn.microsoft.com/CSEFEntityDataModel-e5d5924f&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;VB Version: &lt;a href="http://code.msdn.microsoft.com/VBEFEntityDataModel-aea853bd"&gt;http://code.msdn.microsoft.com/VBEFEntityDataModel-aea853bd&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This example illustrates how to work with EDM in various ways. It includes many to many association, one to many association, one to one association, table merging, table splitting, table per hierarchy inheritance, and table per type inheritance. In the example, you will see the &amp;nbsp;insert, update and query operations to entities.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://aka.ms/samplebrowser"&gt;&lt;img title="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-22-09-metablogapi/3240.image_5F00_693D1803.png" alt="image" width="191" height="144" align="right" border="0" /&gt;&lt;/a&gt;You can find more code samples that demonstrate the most typical programming scenarios by using &lt;a href="http://aka.ms/samplebrowser"&gt;Microsoft All-In-One Code Framework Sample Browser&lt;/a&gt; or &lt;a href="http://aka.ms/samplebrowservsx"&gt;Sample Browser Visual Studio extension&lt;/a&gt;. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please &lt;a href="http://www.microsoft.com/showcase/en/us/details/40015bbc-2ded-4aba-9613-2c5a47ee3084"&gt;watch the introduction video on Microsoft Showcase&lt;/a&gt;, or read the introduction on our homepage &lt;a href="http://1code.codeplex.com/"&gt;http://1code.codeplex.com/&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10417899" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/codefx/archive/tags/ADO-NET/">ADO.NET</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/Entity+Framework/">Entity Framework</category><category domain="http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/">SampleOfTheDay</category></item></channel></rss>