<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Query</title>
    <description>the latest stories tagged with 'Query' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>SubSonic of the Day - They Query Tool</title>
      <description>By now, you have probably heard of LINQ. LINQ, as you probably know, stands for Language Integrated Query. The LINQ queries you build inside of C# or VB are baked into the .NET 3.5 framework. SubSonic takes a more traditional approach (right now) and uses the Query as an object. Instead of doing weird things like var myQ = from.... and Dim myQ = Select..... you create an object and manipulate a query rather than have a language do the querying for you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fzowens%2farchive%2f2007%2f10%2f01%2fsubsonic-of-the-day-the-query-tool.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fzowens%2farchive%2f2007%2f10%2f01%2fsubsonic-of-the-day-the-query-tool.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_of_the_Day_They_Query_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_of_the_Day_They_Query_Tool</guid>
      <pubDate>Mon, 01 Oct 2007 19:16:04 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces Adds Joins and Arithmetic Expressions</title>
      <description>The EntitySpaces Dynamic Query API will soon be sporting Join's and Arithmetic Expressions. The syntax is so elegant even LINQ enthusiasts will take pause. Let's take a look at how you would do a join using the enhanced EntitySpaces DynamicQuery. Note that we are using all of your existing objects to build the query. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f09%2f18%2fEntitySpacesAddsJoinsAndArithmeticExpressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f09%2f18%2fEntitySpacesAddsJoinsAndArithmeticExpressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_Adds_Joins_and_Arithmetic_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_Adds_Joins_and_Arithmetic_Expressions</guid>
      <pubDate>Tue, 18 Sep 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic: New Query Engine In The Works</title>
      <description>&amp;quot;Currently our Query tool is very useful, but it's sort of disconnected from the rest of the SubSonic Data tools. We're going to change all that with this next rev, and our goal is that you can intuitively work with the new Query tool as an extension of your object model if you like, or as a standalone querier.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f06%2f20%2fsubsonic-new-query-engine-in-the-works.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f06%2f20%2fsubsonic-new-query-engine-in-the-works.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_New_Query_Engine_In_The_Works</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_New_Query_Engine_In_The_Works</guid>
      <pubDate>Thu, 21 Jun 2007 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Strongly Typed Stored Procedures Using Subsonic</title>
      <description>In general, Subsonic is most productive when combining its code generation with its dynamic query engine and Active Record. But sometimes, your stuck with Stored Procedures and want to make the best of it. Subsonic, via the sonic.exe command line tool, can generate strongly typed stored procedure wrappers saving you from writing a lot of boilerplate code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f05%2f29%2fstrongly-typed-stored-procedures-using-subsonic.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f05%2f29%2fstrongly-typed-stored-procedures-using-subsonic.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Strongly_Typed_Stored_Procedures_Using_Subsonic</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Strongly_Typed_Stored_Procedures_Using_Subsonic</guid>
      <pubDate>Wed, 30 May 2007 08:46:01 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic: Query Webcast Is Up</title>
      <description>A 20 minute webcast that talks about the enhancements to the Query Tool. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f06%2fSubSonic-Query-Webcast-Is-Up.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f06%2fSubSonic-Query-Webcast-Is-Up.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_Query_Webcast_Is_Up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_Query_Webcast_Is_Up</guid>
      <pubDate>Thu, 10 May 2007 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Query and join tables across db server instances</title>
      <description>Sometimes you need to query across servers, even servers of different type such as doing a table join from MySQL to Oracle. I'm going to show you two ways you could do this if you have access to an SQL Server. There are ways to do this with other servers, and there are more than two ways to do this in SQL Server, but I'm only covering two methods both using SQL Server here. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.principiaprogramatica.com%2f%3fp%3d5"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.principiaprogramatica.com%2f%3fp%3d5" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Query_and_join_tables_across_db_server_instances</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Query_and_join_tables_across_db_server_instances</guid>
      <pubDate>Thu, 04 Jan 2007 00:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>