<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">Comments - Kennydust</title>
  <icon>http://www.kennydust.com/Content/icons/flame.ico</icon>
  <logo>http://www.kennydust.com/Content/icons/flame.png</logo>
  <updated>2009-06-18T15:47:59.963</updated>
  <subtitle type="html">Thoughts from a C# Developer</subtitle>
  <id>http://www.kennydust.com/site.aspx/comments/atom</id>
  <link rel="alternate" type="text/html" hreflang="en" href="/site.aspx/atom"/>
  <link rel="self" type="application/atom+xml" href="http://www.kennydust.com/site.aspx/Comments/ATOM"/>
  <generator uri="http://oxite.net" version="1.0">Oxite</generator>
  <entry>
    <title type="html">From Graffiti to Oxite</title>
    <link rel="alternate" type="text/html" href="http://www.kennydust.com/site.aspx/Blog/From-Graffiti-to-Oxite#c-200906180347599"/>
    <id>http://www.kennydust.com/site.aspx/Blog/From-Graffiti-to-Oxite#c-200906180347599</id>
    <updated>2009-08-05T19:19:18.487</updated>
    <published>2009-06-18T15:47:59.963</published>
    <author>
      <name>Steve</name>
    </author>
    <content type="html" xml:lang="en">
      Gee Kenny, where did you the idea to use Oxite?  :)
    </content>
  </entry>
  <entry>
    <title type="html">Lambda Expressions</title>
    <link rel="alternate" type="text/html" href="http://www.kennydust.com/site.aspx/Blog/Lambda-Expressions#c-200908050722065"/>
    <id>http://www.kennydust.com/site.aspx/Blog/Lambda-Expressions#c-200908050722065</id>
    <updated>2009-08-05T19:22:17.61</updated>
    <published>2009-08-05T19:22:06.58</published>
    <author>
      <name>Allison HB Wong</name>
    </author>
    <content type="html" xml:lang="en">
      Isn't lambda also used in Scheme?
    </content>
  </entry>
  <entry>
    <title type="html">Lambda Expressions</title>
    <link rel="alternate" type="text/html" href="http://www.kennydust.com/site.aspx/Blog/Lambda-Expressions#c-200908070708502"/>
    <id>http://www.kennydust.com/site.aspx/Blog/Lambda-Expressions#c-200908070708502</id>
    <updated>2009-08-07T19:08:50.283</updated>
    <published>2009-08-07T19:08:50.283</published>
    <author>
      <name>kennydust</name>
    </author>
    <content type="html" xml:lang="en">
      HB,
I believe lambda expressions originated as a concept from calculus.
    </content>
  </entry>
  <entry>
    <title type="html">Developing iPhone apps in C# and .NET</title>
    <link rel="alternate" type="text/html" href="http://www.kennydust.com/site.aspx/Blog/Developing-iPhone-apps-in-C-and-NET#c-200910290555532"/>
    <id>http://www.kennydust.com/site.aspx/Blog/Developing-iPhone-apps-in-C-and-NET#c-200910290555532</id>
    <updated>2009-10-29T20:43:36.157</updated>
    <published>2009-10-29T05:55:53.283</published>
    <author>
      <name>Allison HB Wong</name>
    </author>
    <content type="html" xml:lang="en">
      Wow, that's awful. Too bad, db. Too bad...
    </content>
  </entry>
  <entry>
    <title type="html">Dancing around with XQuery and SQL Server - Part 1</title>
    <link rel="alternate" type="text/html" href="http://www.kennydust.com/site.aspx/Blog/Dancing-around-with-XQuery-and-SQL-Server-Part-1#c-201011100613317"/>
    <id>http://www.kennydust.com/site.aspx/Blog/Dancing-around-with-XQuery-and-SQL-Server-Part-1#c-201011100613317</id>
    <updated>2010-11-10T06:16:31.33</updated>
    <published>2010-11-10T06:13:31.737</published>
    <author>
      <name>kenny</name>
    </author>
    <content type="html" xml:lang="en">
      for reference.

select *
from User
WHERE [properties].exist('/properties/property[@key = &quot;Session&quot;]') = 'xxxxxx';
    </content>
  </entry>
  <entry>
    <title type="html">Dancing around with XQuery and SQL Server - Part 1</title>
    <link rel="alternate" type="text/html" href="http://www.kennydust.com/site.aspx/Blog/Dancing-around-with-XQuery-and-SQL-Server-Part-1#c-201011101124202"/>
    <id>http://www.kennydust.com/site.aspx/Blog/Dancing-around-with-XQuery-and-SQL-Server-Part-1#c-201011101124202</id>
    <updated>2010-11-10T23:24:57.737</updated>
    <published>2010-11-10T23:24:20.283</published>
    <author>
      <name>kenny</name>
    </author>
    <content type="html" xml:lang="en">
      
more references.. to grab specific values based on an attribute and an inner xml node

&lt;properties&gt;&lt;item key=&quot;IsFeatured&quot;&gt;&lt;value&gt;1&lt;/value&gt;&lt;/item&gt;&lt;/properties&gt;

where XmlProperties.value('(/properties/item[@key = &quot;IsFeatured&quot;]/value)[1]', 'int' ) = 1
    </content>
  </entry>
</feed>

