<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="https://i1.code.msdn.s-msft.com/content/common/searchrss.xsl"?>
<rss version="2.0">
  <channel xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005">
    <title>Sample Gallery feed - Sorted by: Popularity, Sort order: Descending</title>
    <link>https://code.msdn.microsoft.com/site/search</link>
    <description>This is the RSS search feed for the MSDN Samples Gallery. This feed contains notifications of new items on the MSDN Samples Gallery site based on your search criteria.</description>
    <cf:treatAs>list</cf:treatAs>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/ASPNET-MVC-Application-b01a9fe8</guid>
      <link>https://code.msdn.microsoft.com/ASPNET-MVC-Application-b01a9fe8</link>
      <author>Tom Dykstra - MSFT</author>
      <title>ASP.NET MVC Application Using Entity Framework Code First</title>
      <description>A Visual Studio 2013 project which shows how to use the Entity Framework 6 in an ASP.NET MVC 5 web application project, using the Code First development approach.</description>
      <pubDate>Tue, 12 Apr 2011 06:27:15 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            A Visual Studio 2013 project which shows how to use the Entity Framework 6 in an ASP.NET&amp;#160;MVC 5 web application project, using the&amp;#160;Code First&amp;#160;development approach.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Tom%20Dykstra%20-%20MSFT&amp;amp;f%5B0%5D.Text=Tom%20Dykstra%20-%20MSFT"&gt;Tom Dykstra - MSFT&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;4/12/2011&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Example-of-math-expressions-8f449921</guid>
      <link>https://code.msdn.microsoft.com/Example-of-math-expressions-8f449921</link>
      <author>Jakeinc</author>
      <title>Example of math expressions, variables, and if statements</title>
      <description>Have you just installed Visual Studio and are ready to begin your first code? Then this sample is for you. This sample explains string variables and integer variables, if else statements, and mathematical expressions. These basic skills are necessary in C/F#/C++/VB programming.</description>
      <pubDate>Sun, 21 Apr 2013 20:58:01 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            Have you just installed Visual Studio and are ready to begin your first code? Then this sample is for you. This sample explains string variables and integer variables, if else statements, and mathematical expressions. These basic skills are necessary in C/F#/C++/VB programming.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Jakeinc&amp;amp;f%5B0%5D.Text=Jakeinc"&gt;Jakeinc&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;4/22/2013&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/ASPNET-MVC-5-Security-And-44cbdb97</guid>
      <link>https://code.msdn.microsoft.com/ASPNET-MVC-5-Security-And-44cbdb97</link>
      <author>SYEDSHANU - MVP</author>
      <title>ASP.NET MVC 5 Security And Creating User Role</title>
      <description>In this article we will see how to use ASP.NET Identity in MVC Application for creating user roles and displaying the menu depending on user roles.Here we will see how to: 
Create default admin role and other roles. Create default admin users. Add Username for new User Registrat</description>
      <pubDate>Wed, 13 Jan 2016 18:30:08 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            In this article we will see how to use ASP.NET Identity in MVC Application for creating user roles and displaying the menu depending on user roles.Here we will see how to:&amp;#160;
Create default admin role and other roles. Create default admin users. Add Username for new User Registrat
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=SYEDSHANU%20-%20MVP&amp;amp;f%5B0%5D.Text=SYEDSHANU%20-%20MVP"&gt;SYEDSHANU - MVP&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;1/14/2016&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Getting-Started-with-91a65652</guid>
      <link>https://code.msdn.microsoft.com/Getting-Started-with-91a65652</link>
      <author>Rick_Anderson</author>
      <title>Getting Started with ASP.NET MVC 5</title>
      <description>Please follow the tutorial at http://www.asp.net/mvc/tutorials/mvc-5/introduction/getting-startedI'm only including all the info below because you can't post code downloads with out lots of text to go with it. You can ignore everything below, please to the asp.net site where the </description>
      <pubDate>Mon, 12 May 2014 15:16:41 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            Please follow the tutorial at&amp;#160;http://www.asp.net/mvc/tutorials/mvc-5/introduction/getting-startedI&amp;#39;m only including all the info below because you can&amp;#39;t post code downloads with out lots of text to go with it. You can ignore everything below, please to the asp.net site where the 
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Rick_Anderson&amp;amp;f%5B0%5D.Text=Rick_Anderson"&gt;Rick_Anderson&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;5/12/2014&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Simple-Calculator-d1d8cf4c</guid>
      <link>https://code.msdn.microsoft.com/Simple-Calculator-d1d8cf4c</link>
      <author>Houssem Dellai</author>
      <title>Simple Calculator</title>
      <description>What I build is just a simple calculator that will show beginners how much easy it is to develop applications using the .NET Framework. Through this sample, they will see some most useful algorithmic operations.</description>
      <pubDate>Tue, 14 Aug 2012 07:54:34 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            What I build is just a simple calculator that will show beginners how much easy it is to develop applications using the .NET Framework. Through this sample, they will see some most useful algorithmic operations.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Houssem%20Dellai&amp;amp;f%5B0%5D.Text=Houssem%20Dellai"&gt;Houssem Dellai&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;8/14/2012&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Hyper-V-Remote-Management-26d127c6</guid>
      <link>https://code.msdn.microsoft.com/Hyper-V-Remote-Management-26d127c6</link>
      <author>John Howard -MSFT</author>
      <title>Hyper-V Remote Management Configuration Utility (HVRemote)</title>
      <description>HVRemote reduces the manual configuration steps needed for Hyper-V Remote Management down to a few simple commands, and can diagnose common configuration errors. </description>
      <pubDate>Fri, 29 Mar 2013 10:46:30 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            HVRemote reduces the manual configuration steps needed for Hyper-V Remote Management down to a few simple commands, and can diagnose common configuration errors. 
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=John%20Howard%20-MSFT&amp;amp;f%5B0%5D.Text=John%20Howard%20-MSFT"&gt;John Howard -MSFT&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;3/29/2013&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b</guid>
      <link>https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b</link>
      <author>Visual Studio Product Team</author>
      <title>101 LINQ Samples</title>
      <description>Learn how to use LINQ in your applications with these code samples, covering the entire range of LINQ functionality and demonstrating LINQ with SQL, DataSets, and XML.</description>
      <pubDate>Thu, 11 Aug 2011 15:14:51 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            Learn how to use LINQ in your applications with these code samples, covering the entire range of LINQ functionality and demonstrating LINQ with SQL, DataSets, and XML.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Visual%20Studio%20Product%20Team&amp;amp;f%5B0%5D.Text=Visual%20Studio%20Product%20Team"&gt;Visual Studio Product Team&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;8/11/2011&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Getting-Started-with-221c01f5</guid>
      <link>https://code.msdn.microsoft.com/Getting-Started-with-221c01f5</link>
      <author>ErikReitan</author>
      <title>Getting Started with ASP.NET 4.5 Web Forms and Visual Studio 2013 - Wingtip Toys</title>
      <description>This download has been created for the ASP.NET 4.5 Web Forms and Visual Studio 2013 (Wingtip Toys) tutorial series. This series of tutorials guides you through the steps required to create an ASP.NET Web Forms application using Visual Studio Express 2013 for Web and ASP.NET 4.5.</description>
      <pubDate>Fri, 06 Apr 2012 14:23:09 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            This download has been created for the ASP.NET 4.5 Web Forms and Visual Studio 2013 (Wingtip Toys) tutorial series. This series of tutorials guides you through the steps required to create an ASP.NET Web Forms application using Visual Studio Express 2013 for Web and ASP.NET 4.5.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=ErikReitan&amp;amp;f%5B0%5D.Text=ErikReitan"&gt;ErikReitan&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;4/6/2012&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Samples-Environments-for-b01e9c61</guid>
      <link>https://code.msdn.microsoft.com/Samples-Environments-for-b01e9c61</link>
      <author>Cephas Lin</author>
      <title>Samples Environments for Microsoft Chart Controls</title>
      <description>The samples environments for Microsoft Chart Controls for .NET  Framework 4 contain over 200 samples for both ASP.NET and Windows Forms, covering every major feature in Chart Controls for .NET  Framework 4. See every major feature in action and learn at the same time.</description>
      <pubDate>Mon, 12 May 2014 16:15:25 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            The samples environments for Microsoft Chart Controls for .NET  Framework 4 contain over 200 samples for both ASP.NET and Windows Forms, covering every major feature in Chart Controls for .NET  Framework 4. See every major feature in action and learn at the same time.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Cephas%20Lin&amp;amp;f%5B0%5D.Text=Cephas%20Lin"&gt;Cephas Lin&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;5/13/2014&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Visual-Studio-2010-Samples-31b491f3</guid>
      <link>https://code.msdn.microsoft.com/Visual-Studio-2010-Samples-31b491f3</link>
      <author>Visual Studio Product Team</author>
      <title>Official Visual Studio 2010 Samples for C# 4.0</title>
      <description>These are the official samples for Visual Studio 2010 C# 4.0.</description>
      <pubDate>Tue, 29 Nov 2011 11:28:57 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            These are the official samples for Visual Studio 2010 C# 4.0.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Visual%20Studio%20Product%20Team&amp;amp;f%5B0%5D.Text=Visual%20Studio%20Product%20Team"&gt;Visual Studio Product Team&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;11/29/2011&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Convert-from-HTML-to-PDF-09ce2a1d</guid>
      <link>https://code.msdn.microsoft.com/Convert-from-HTML-to-PDF-09ce2a1d</link>
      <author>SelectPdf</author>
      <title>Convert from HTML to PDF in CSharp VB and ASP.NET with a Free 3rd Party Library</title>
      <description>Converting from html to pdf is not an easy task. There are some tools that can do that, but most of them cost thousands of dollars. SelectPdf offers a Community Edition (FREE) of the powerful Html To Pdf Converter for .NET that can be found in the full featured pdf library.</description>
      <pubDate>Tue, 24 Feb 2015 08:27:12 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            Converting from html to pdf is not an easy task. There are some tools that can do that, but most of them cost thousands of dollars. SelectPdf offers a Community Edition (FREE) of the powerful Html To Pdf Converter for .NET that can be found in the full featured pdf library.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=SelectPdf&amp;amp;f%5B0%5D.Text=SelectPdf"&gt;SelectPdf&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;2/24/2015&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Windows-Driver-Kit-WDK-80-e3161626</guid>
      <link>https://code.msdn.microsoft.com/Windows-Driver-Kit-WDK-80-e3161626</link>
      <author>Official Windows Driver Kit Sample</author>
      <title>Windows Driver Kit (WDK) 8.0 Samples</title>
      <description>This samples pack contains all the official Windows Driver Kit code examples prepared for use with Visual Studio 2012 and the Windows Driver Kit (WDK) 8.0.</description>
      <pubDate>Fri, 12 Jul 2013 15:51:25 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            This samples pack contains all the official Windows Driver Kit code examples prepared for use with Visual Studio 2012 and the Windows Driver Kit (WDK) 8.0.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=Contributors&amp;amp;f%5B0%5D.Value=Official%20Windows%20Driver%20Kit%20Sample&amp;amp;f%5B0%5D.Text=Official%20Windows%20Driver%20Kit%20Sample"&gt;Official Windows Driver Kit Sample&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;7/12/2013&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/ASPNET-MVC-Application-b4b0dc3f</guid>
      <link>https://code.msdn.microsoft.com/ASPNET-MVC-Application-b4b0dc3f</link>
      <author>Bartosz Rachwał</author>
      <title>ASP.NET MVC Application with a Custom Layout</title>
      <description>A Visual Studio 2015 project which shows how use create an Asp.Net MVC Application with a custom layout. The AdminLTE layout (MIT License) from https://almsaeedstudio.com/preview has been selected for the customization.</description>
      <pubDate>Mon, 01 Feb 2016 22:33:17 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            A Visual Studio 2015 project which shows how use create an Asp.Net MVC Application with a custom layout. The AdminLTE layout (MIT License) from https://almsaeedstudio.com/preview has been selected for the customization.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Bartosz%20Rachwa%C5%82&amp;amp;f%5B0%5D.Text=Bartosz%20Rachwa%C5%82"&gt;Bartosz Rachwał&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;2/2/2016&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/How-to-Export-DataGridView-62f1f8ff</guid>
      <link>https://code.msdn.microsoft.com/How-to-Export-DataGridView-62f1f8ff</link>
      <author>OneCode Team</author>
      <title>How to Export DataGridView Data to Excel by using Excel Object</title>
      <description>How to Export DataGridView Data to Excel by using Excel Object</description>
      <pubDate>Wed, 20 May 2015 00:06:50 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            How to Export DataGridView Data to Excel by using Excel Object
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=OneCode%20Team&amp;amp;f%5B0%5D.Text=OneCode%20Team"&gt;OneCode Team&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;5/20/2015&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Easy-MVVM-Examples-fb8c409f</guid>
      <link>https://code.msdn.microsoft.com/Easy-MVVM-Examples-fb8c409f</link>
      <author>Pete Laker</author>
      <title>Easy MVVM Example</title>
      <description>This project will give you crash course on WPF MVVM that you can do in your lunch break! Everything you need to know about binding, INotifyPropertyChanged, Dependency Objects &amp; Properites, POCO objects, Business Objects, Attached Properties and much more!</description>
      <pubDate>Thu, 13 Sep 2012 16:34:47 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            This project will give&amp;#160;you crash course on WPF MVVM that you can do in your lunch break! Everything you need to know about binding, INotifyPropertyChanged, Dependency Objects &amp;amp; Properites, POCO objects, Business Objects, Attached Properties and much more!
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Pete%20Laker&amp;amp;f%5B0%5D.Text=Pete%20Laker"&gt;Pete Laker&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;9/14/2012&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Windows-81-for-graphic-ca3a3d00</guid>
      <link>https://code.msdn.microsoft.com/Windows-81-for-graphic-ca3a3d00</link>
      <author>Arshad Nadeem</author>
      <title>Windows 8.1 for graphic designing</title>
      <description>

 
I am a skilful person, working on graph is my favourite from childhood. Yes, i am working in Windows 8.1 today and on graph, but using grid has weekend my eye sight. I am doing so as it is my hobby. I have created lot of designs in past few years, now the idea
 to sell th</description>
      <pubDate>Sat, 04 Oct 2014 06:10:11 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            

&amp;#160;
I am a skilful person, working on graph is my favourite from childhood. Yes, i am working in Windows 8.1 today and on graph, but using grid has weekend my eye sight. I am doing so as it is my hobby. I have created lot of designs in past few years, now the idea
 to sell th
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Arshad%20Nadeem&amp;amp;f%5B0%5D.Text=Arshad%20Nadeem"&gt;Arshad Nadeem&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;10/4/2014&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/ASPNET-Document-Viewer-e7c2a39f</guid>
      <link>https://code.msdn.microsoft.com/ASPNET-Document-Viewer-e7c2a39f</link>
      <author>GroupDocs Showcase</author>
      <title>ASP.NET Document Viewer – Display PDF, Word, Excel &amp; 50+ Other Types of Document</title>
      <description>This sample demonstrates capabilities &amp; key features of a multi-format ASP.NET document viewer built based on the .NET library - GroupDocs.Viewer for .NET. The viewer lets you display 50+ types of documents (including PDF, Word, Excel and PowerPoint) in your ASP.NET app.</description>
      <pubDate>Mon, 10 Nov 2014 09:32:55 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            This sample demonstrates capabilities &amp;amp; key features of a multi-format ASP.NET document viewer built based on the .NET library - GroupDocs.Viewer for .NET. The viewer lets you display 50+ types of documents (including PDF, Word, Excel and PowerPoint) in your ASP.NET app.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=GroupDocs%20Showcase&amp;amp;f%5B0%5D.Text=GroupDocs%20Showcase"&gt;GroupDocs Showcase&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;11/10/2014&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Barcode-scanner-sample-f39aa411</guid>
      <link>https://code.msdn.microsoft.com/Barcode-scanner-sample-f39aa411</link>
      <author>Official Windows platform sample</author>
      <title>Barcode scanner sample</title>
      <description>This sample shows how to create a barcode scanner, claim it for exclusive use, enable it to receive data, and read a barcode. This sample uses Windows.Devices.PointOfService API.</description>
      <pubDate>Wed, 26 Jun 2013 09:13:36 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            This sample shows how to create a barcode scanner, claim it for exclusive use, enable it to receive data, and read a barcode. This sample uses Windows.Devices.PointOfService API.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/emptystar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Official%20Windows%20platform%20sample&amp;amp;f%5B0%5D.Text=Official%20Windows%20platform%20sample"&gt;Official Windows platform sample&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;6/26/2013&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Service-Bus-Explorer-f2abca5a</guid>
      <link>https://code.msdn.microsoft.com/Service-Bus-Explorer-f2abca5a</link>
      <author>Paolo Salvatori</author>
      <title>Service Bus Explorer</title>
      <description>The Service Bus Explorer is a tool that you can use to manage and test the entities contained in an Azure Service Bus namespace.</description>
      <pubDate>Thu, 27 Oct 2011 09:00:33 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            The Service Bus Explorer is a tool that you can use to manage and test the entities contained in an Azure Service Bus namespace.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&amp;amp;f%5B0%5D.Value=Paolo%20Salvatori&amp;amp;f%5B0%5D.Text=Paolo%20Salvatori"&gt;Paolo Salvatori&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;10/27/2011&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
    <item>
      <guid isPermaLink="true">https://code.msdn.microsoft.com/Windows-Driver-Kit-WDK-81-cf35e953</guid>
      <link>https://code.msdn.microsoft.com/Windows-Driver-Kit-WDK-81-cf35e953</link>
      <author>Official Windows Driver Kit Sample</author>
      <title>Windows Driver Kit (WDK) 8.1 Samples</title>
      <description>This samples pack contains all the official Windows Driver Kit code examples prepared for use with Microsoft Visual Studio 2013 and the Windows Driver Kit (WDK) 8.1.</description>
      <pubDate>Wed, 29 Jul 2015 11:26:11 -0800</pubDate>
      <content:encoded>
&lt;table style="width: 100%;"&gt;
    &lt;tr&gt;
        &lt;td valign="top"&gt;
            This samples pack contains all the official Windows Driver Kit code examples prepared for use with Microsoft Visual Studio 2013 and the Windows Driver Kit (WDK) 8.1.
            &lt;br /&gt;
            &lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 1 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 2 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 3 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/fullstar.png" aria-label='Rating 4 Star' /&gt;
&lt;img src="https://i1.code.msdn.s-msft.com/content/samples/halfstar.png" aria-label='Rating 5 Star' /&gt;

            &lt;br /&gt;
            &lt;strong&gt;Created by: &lt;/strong&gt;&lt;a href="https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=Contributors&amp;amp;f%5B0%5D.Value=Official%20Windows%20Driver%20Kit%20Sample&amp;amp;f%5B0%5D.Text=Official%20Windows%20Driver%20Kit%20Sample"&gt;Official Windows Driver Kit Sample&lt;/a&gt;&lt;br /&gt;
            &lt;strong&gt;Published date: &lt;/strong&gt;7/29/2015&lt;br /&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</content:encoded>
    </item>
  </channel>
</rss>