<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>CodeProject Latest Articles for Super Lloyd</title>
    <link>http://www.codeproject.com</link>
    <description>Latest Articles for Super Lloyd from CodeProject</description>
    <language>en-us</language>
    <image>
      <title>CodeProject Latest Articles for Super Lloyd</title>
      <url>http://www.codeproject.com/App_Themes/Std/Img/logo100x30.gif</url>
      <link>http://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>CodeProject</description>
    </image>
    <copyright>Copyright  CodeProject, 1999-2013</copyright>
    <webMaster>Webmaster@codeproject.com (Webmaster)</webMaster>
    <lastBuildDate>Sat, 18 May 2013 10:52:36 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>DirectX and WinRT continued</title>
      <description>My latest developments at writing a clean WinRT component exposing a clean yet complete DirectX D3D (and maybe D2D as well) API to C#.</description>
      <link>http://www.codeproject.com/Articles/532582/DirectXplusandplusWinRTpluscontinued</link>
      <author>Super Lloyd</author>
      <category>C++</category>
      <category>Windows</category>
      <category>OpenGL</category>
      <pubDate>Tue, 22 Jan 2013 23:02:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/532582/DirectXplusandplusWinRTpluscontinued</guid>
      <article-type>Technical Blog</article-type>
      <updated>Tue, 22 Jan 2013 23:05:00 GMT</updated>
      <views>2843</views>
      <rating>5</rating>
      <popularity />
      <votes>1</votes>
      <bookmarks>5</bookmarks>
      <downloads />
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>DirectX made simple</title>
      <description>CodeProject   With Windows 8, WinRT, C++/Cx I think the time to write an elegant C# / XAML app using some DirectX rendering in C++ has finally come! Thanks WinRT! :-)  Here I just plan to describe my attempt at learning DirectX and C++ and integrate it nicely in a C# XAML app.  My first exercise was</description>
      <link>http://www.codeproject.com/Articles/522225/DirectXplusmadeplussimple</link>
      <author>Super Lloyd</author>
      <category>C++</category>
      <category>C#</category>
      <category>Windows</category>
      <category>DirectX</category>
      <category>WinRT</category>
      <pubDate>Mon, 07 Jan 2013 08:23:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/522225/DirectXplusmadeplussimple</guid>
      <article-type>Technical Blog</article-type>
      <updated>Mon, 07 Jan 2013 08:23:00 GMT</updated>
      <views>4021</views>
      <rating />
      <popularity />
      <votes>0</votes>
      <bookmarks>5</bookmarks>
      <downloads />
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Silverlight Menu</title>
      <description>My take on this control.</description>
      <link>http://www.codeproject.com/Articles/498912/SilverlightplusMenu</link>
      <author>Super Lloyd</author>
      <category>C#</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>Silverlight</category>
      <pubDate>Mon, 26 Nov 2012 12:58:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/498912/SilverlightplusMenu</guid>
      <article-type>Technical Blog</article-type>
      <updated>Mon, 26 Nov 2012 12:58:00 GMT</updated>
      <views>1967</views>
      <rating>4</rating>
      <popularity />
      <votes>1</votes>
      <bookmarks>4</bookmarks>
      <downloads />
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>OData with async</title>
      <description>Using OData with async.</description>
      <link>http://www.codeproject.com/Articles/455572/OData-with-async</link>
      <author>Super Lloyd</author>
      <category>C#</category>
      <category>.NET</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 10 Sep 2012 13:12:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/455572/OData-with-async</guid>
      <article-type>Technical Blog</article-type>
      <updated>Mon, 10 Sep 2012 13:12:00 GMT</updated>
      <views>2427</views>
      <rating>4</rating>
      <popularity />
      <votes>1</votes>
      <downloads />
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Async OData</title>
      <description>Show how to make OData code async friendly.</description>
      <link>http://www.codeproject.com/Tips/454475/Async-OData</link>
      <author>Super Lloyd</author>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>C#4.0</category>
      <category>.NET4.5</category>
      <pubDate>Thu, 06 Sep 2012 15:19:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Tips/454475/Async-OData</guid>
      <article-type>Tip/Trick</article-type>
      <updated>Fri, 07 Sep 2012 11:59:00 GMT</updated>
      <views>3001</views>
      <rating>5</rating>
      <popularity />
      <votes>1</votes>
      <bookmarks>3</bookmarks>
      <downloads />
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Discovering D and Visual Studio (continued…)</title>
      <description>CodeProjectThanks for the feedback from the previous article, I know now that:     DFL should work with the BCL in D2, but it just doesn’t at the moment, due to some repository snafu…     Visual D had building problem due to… tool chain issues! This page about Visual D known issues explain what’s go</description>
      <link>http://www.codeproject.com/Articles/200906/Discovering-D-and-Visual-Studio-continued</link>
      <author>Super Lloyd</author>
      <category>All-Topics</category>
      <pubDate>Tue, 24 May 2011 12:46:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/200906/Discovering-D-and-Visual-Studio-continued</guid>
      <article-type>Technical Blog</article-type>
      <updated>Wed, 01 Jun 2011 07:43:00 GMT</updated>
      <views>9243</views>
      <rating>5</rating>
      <popularity>1.51</popularity>
      <votes>2</votes>
      <bookmarks>4</bookmarks>
      <downloads />
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Introducing DirectX to WPF</title>
      <description>CodeProjectI started to learn DirectX. I wanted, of course, to use it in a WPF environment. I don&amp;rsquo;t hope to write a game (yet?) but I thought it would be a good API for high performance data visualization. Or simply capturing and tweaking web cam output.I discovered SharpDX by Alexandre Mutel,</description>
      <link>http://www.codeproject.com/Articles/200908/Introducing-DirectX-to-WPF</link>
      <author>Super Lloyd</author>
      <category>C++</category>
      <category>Windows</category>
      <category>OpenGL</category>
      <pubDate>Tue, 24 May 2011 12:45:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/200908/Introducing-DirectX-to-WPF</guid>
      <article-type>Technical Blog</article-type>
      <updated>Wed, 01 Jun 2011 07:36:00 GMT</updated>
      <views>21609</views>
      <rating>4</rating>
      <popularity>1.2</popularity>
      <votes>2</votes>
      <bookmarks>7</bookmarks>
      <downloads />
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>D for .NET programmer</title>
      <description>CodeProjectRecently it appeared to me that, with D, I could finally write solve a long standing problem, that is write a good advanced installer.What appealed to me where the following features:Statically linked. Produce an exe with no dependency! (Save for win32 that is, fair enough!)Elegant syntax</description>
      <link>http://www.codeproject.com/Articles/200907/D-for-NET-programmer</link>
      <author>Super Lloyd</author>
      <category>All-Topics</category>
      <pubDate>Tue, 24 May 2011 12:46:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/200907/D-for-NET-programmer</guid>
      <article-type>Technical Blog</article-type>
      <updated>Tue, 24 May 2011 12:46:00 GMT</updated>
      <views>6107</views>
      <rating>5</rating>
      <popularity>1.51</popularity>
      <votes>2</votes>
      <bookmarks>3</bookmarks>
      <downloads />
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Composite Application Reloaded</title>
      <description>A much simpler composite application library.</description>
      <link>http://www.codeproject.com/Articles/123970/Composite-Application-Reloaded</link>
      <author>Super Lloyd</author>
      <category>C#3.0</category>
      <category>.NET3.5</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>WPF</category>
      <category>Design</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <category>Silverlight</category>
      <category>C#4.0</category>
      <category>Application</category>
      <category>Framework</category>
      <category>General</category>
      <category>testing</category>
      <category>validation</category>
      <category>Patterns</category>
      <category>DataTemplate</category>
      <category>programming</category>
      <category>MysticalPowers</category>
      <category>psychic</category>
      <pubDate>Tue, 02 Nov 2010 15:47:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/123970/Composite-Application-Reloaded</guid>
      <article-type>Article</article-type>
      <updated>Wed, 11 May 2011 18:46:00 GMT</updated>
      <views>49579</views>
      <rating>4.86</rating>
      <popularity>7.37</popularity>
      <votes>33</votes>
      <bookmarks>90</bookmarks>
      <downloads>942</downloads>
    </item>
    <item d3p1:type="ArticleRssItem" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>The Last IValueConverter</title>
      <description>Data-bind anything to anything with little work with this script powered IValueConverter</description>
      <link>http://www.codeproject.com/Articles/29621/The-Last-IValueConverter</link>
      <author>Super Lloyd</author>
      <category>C#3.0</category>
      <category>Windows</category>
      <category>Dev</category>
      <category>XAML</category>
      <category>WPF</category>
      <category>Intermediate</category>
      <pubDate>Wed, 24 Sep 2008 10:31:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/29621/The-Last-IValueConverter</guid>
      <article-type>Article</article-type>
      <updated>Thu, 02 Oct 2008 23:30:00 GMT</updated>
      <views>42401</views>
      <rating>4.82</rating>
      <popularity>6.27</popularity>
      <votes>20</votes>
      <bookmarks>34</bookmarks>
      <downloads>242</downloads>
    </item>
  </channel>
</rss>