<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://swigartconsulting.blogs.com/tech_blender/">
<title>Tech Blender: LINQ</title>
<link>http://swigartconsulting.blogs.com/tech_blender/</link>
<description>Scott Swigart’s musings on emerging and converging technology.</description>
<dc:language>en-US</dc:language>
<dc:creator></dc:creator>
<dc:date>2005-09-15T08:00:39-07:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.typepad.com/?v=1.0" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://swigartconsulting.blogs.com/tech_blender/2005/09/the_people_buil.html" />
<rdf:li rdf:resource="http://swigartconsulting.blogs.com/tech_blender/2005/09/information_on_.html" />
<rdf:li rdf:resource="http://swigartconsulting.blogs.com/tech_blender/2005/09/linq_revealed_a.html" />
<rdf:li rdf:resource="http://swigartconsulting.blogs.com/tech_blender/2005/09/get_your_linq_o.html" />
<rdf:li rdf:resource="http://swigartconsulting.blogs.com/tech_blender/2005/09/erik_meijer_on_.html" />
<rdf:li rdf:resource="http://swigartconsulting.blogs.com/tech_blender/2005/09/zorro_iqf_lqf_a.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://swigartconsulting.blogs.com/tech_blender/2005/09/the_people_buil.html">
<title>The people building VB 9.0 talked, and I listened (and wrote it down, and got it published)</title>
<link>http://swigartconsulting.blogs.com/tech_blender/2005/09/the_people_buil.html</link>
<description>The people designing the VB 9.0 language were gracious enough to agree to be interviewed. It&#39;s now on-line at Dr. Dobbs. See what Paul Vick, Amanda Silver, Erik Meijer, Alan Griver, Rob Copeland, and Jay Roxe had to say about...</description>
<content:encoded>&lt;p&gt;The people designing the VB 9.0 language were gracious enough to agree to be interviewed.  It&#39;s now on-line at &lt;a href=&quot;http://www.ddj.com/documents/s=9776/ddj1126793370067/&quot;&gt;Dr. Dobbs&lt;/a&gt;.  &lt;/p&gt;

&lt;p&gt;See what &lt;a href=&quot;http://www.panopticoncentral.net/&quot;&gt;Paul Vick&lt;/a&gt;, &lt;a href=&quot;http://blogs.msdn.com/vbteam/archive/2005/09/13/464893.aspx&quot;&gt;Amanda Silver&lt;/a&gt;, &lt;a href=&quot;http://research.microsoft.com/~emeijer/&quot;&gt;Erik Meijer&lt;/a&gt;, &lt;a href=&quot;http://blogs.msdn.com/vsdata/&quot;&gt;Alan Griver&lt;/a&gt;, &lt;a href=&quot;http://blogs.msdn.com/robertco/&quot;&gt;Rob Copeland&lt;/a&gt;, and &lt;a href=&quot;http://blogs.msdn.com/jroxe/default.aspx&quot;&gt;Jay Roxe&lt;/a&gt; had to say about where VB is going.&lt;/p&gt;

&lt;p&gt;Enjoy.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; The interview is now on the home page of Dr. Dobbs.  &lt;a href=&quot;http://www.ddj.com&quot;&gt;www.ddj.com&lt;/a&gt;&lt;/p&gt;</content:encoded>

<dc:subject>LINQ</dc:subject>

<dc:creator>Scott Swigart</dc:creator>
<dc:date>2005-09-15T08:00:39-07:00</dc:date>
</item>
<item rdf:about="http://swigartconsulting.blogs.com/tech_blender/2005/09/information_on_.html">
<title>Information on Visual Basic 9.0</title>
<link>http://swigartconsulting.blogs.com/tech_blender/2005/09/information_on_.html</link>
<description>It&#39;s up! Here&#39;s information about how querying is being built into VB (a.k.a. LINQ, XLinq, and Dlinq) http://msdn.microsoft.com/vbasic/future/ This can&#39;t be overstated. This is the biggest change to VB since the switch from VB6 to VB.NET.</description>
<content:encoded>&lt;p&gt;It&#39;s up!&lt;/p&gt;

&lt;p&gt;Here&#39;s information about how querying is being built into VB (a.k.a. LINQ, XLinq, and Dlinq)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://msdn.microsoft.com/vbasic/future/&quot;&gt;http://msdn.microsoft.com/vbasic/future/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This can&#39;t be overstated. This is the biggest change to VB since the switch from VB6 to VB.NET.&lt;/p&gt;</content:encoded>

<dc:subject>LINQ</dc:subject>

<dc:creator>Scott Swigart</dc:creator>
<dc:date>2005-09-13T12:48:07-07:00</dc:date>
</item>
<item rdf:about="http://swigartconsulting.blogs.com/tech_blender/2005/09/linq_revealed_a.html">
<title>LINQ Revealed at the PDC</title>
<link>http://swigartconsulting.blogs.com/tech_blender/2005/09/linq_revealed_a.html</link>
<description>Don Box and Anders Hejlsberg just did a demo at the PDC where they showed how C# (and VB.NET) are being enhanced so that the languages contain query functionality. There&#39;s probably a bunch of white papers going live today, but...</description>
<content:encoded>&lt;p&gt;Don Box and Anders Hejlsberg just did a demo at the PDC where they showed how C# (and VB.NET) are being enhanced so that the languages contain query functionality.&amp;nbsp; There&#39;s probably a bunch of white papers going live today, but here&#39;s what the syntax looks like.&lt;/p&gt;

&lt;p&gt;The following code gets the list of running processes by calling Process.GetProcesses.&amp;nbsp; This is then joined with information in a SQL database that has descriptions of certain processes:&lt;/p&gt;

&lt;pre&gt;ProcessDescriptionDb db = new ProcessDescriptionDb();
var query = 
	from p in Process.Getprocesses()
	where p.WorkingSet &amp;gt; 1024 * 1024 * 4
	orderby p.WorkingSet descending
	select new {
		p.ProcessName,
		p.WorkingSet
		Description = (
			Fom d in db.processDescriptions
			Where d.processName = p.ProcessName
			Select d.Description
		)
	};

foreach (var item in query)
	Console.Writeline(&amp;quot;{0,-30}{1,10:N0} {2}&amp;quot;, item.ProcessName, item.WorkingSet, item.Description);

&lt;/pre&gt;

&lt;p&gt;Wild.&amp;nbsp; I can&#39;t wait to see some of the VB syntax.&lt;/p&gt;</content:encoded>

<dc:subject>LINQ</dc:subject>

<dc:creator>Scott Swigart</dc:creator>
<dc:date>2005-09-13T12:01:30-07:00</dc:date>
</item>
<item rdf:about="http://swigartconsulting.blogs.com/tech_blender/2005/09/get_your_linq_o.html">
<title>Get your LINQ on...</title>
<link>http://swigartconsulting.blogs.com/tech_blender/2005/09/get_your_linq_o.html</link>
<description>Luca Bolognese give the short list of PDC sessions on LINQ (.NET Language Integrated Query). What&#39;s LINQ? Joris Poelmans says: .Net Language Integrated Query will add query capabilities directly into the CLR and this will be supported by both VB.Net...</description>
<content:encoded>&lt;p&gt;&lt;a href=&quot;http://blogs.msdn.com/lucabol/archive/2005/07/14/438824.aspx&quot;&gt;Luca Bolognese&lt;/a&gt; give the short list of PDC sessions on LINQ (.NET Language Integrated Query).&lt;/p&gt;

&lt;p&gt;What&#39;s LINQ?&amp;nbsp; &lt;a href=&quot;http://jopx.blogspot.com/&quot;&gt;Joris Poelmans&lt;/a&gt; says:&lt;/p&gt;&lt;blockquote dir=&quot;ltr&quot; style=&quot;MARGIN-RIGHT: 0px&quot;&gt;&lt;p&gt;&lt;em&gt;.Net Language Integrated Query will add query capabilities directly into the CLR and this will be supported by both VB.Net and C#. This means that you will be able to use standard query operators directly from within your code.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;</content:encoded>

<dc:subject>LINQ</dc:subject>

<dc:creator>Scott Swigart</dc:creator>
<dc:date>2005-09-12T10:20:10-07:00</dc:date>
</item>
<item rdf:about="http://swigartconsulting.blogs.com/tech_blender/2005/09/erik_meijer_on_.html">
<title>Erik Meijer on IQF as a 6GL Language Feature </title>
<link>http://swigartconsulting.blogs.com/tech_blender/2005/09/erik_meijer_on_.html</link>
<description>Following is from the abstract for Erik&#39;s &quot;6GL features languages to come&quot; JAOO 2005 presentation: We will discuss various advancements in Visual Basic towards simplifying the development of data intensive applications. In particular we will concentrate on ways to bridge...</description>
<content:encoded>&lt;p&gt;&lt;span style=&quot;FONT-FAMILY: Verdana&quot;&gt;Following is from the abstract for Erik&#39;s &amp;quot;6GL features languages to come&amp;quot; JAOO 2005 presentation:&lt;/span&gt;&lt;/p&gt;&lt;blockquote dir=&quot;ltr&quot; style=&quot;MARGIN-RIGHT: 0px&quot;&gt;&lt;p&gt;&lt;span style=&quot;FONT-FAMILY: Verdana&quot;&gt;&lt;em&gt;We will discuss various advancements in Visual Basic towards simplifying the development of data intensive applications. In particular we will concentrate on ways to bridge the impedance mismatches between objects, relation data, and XML and the importance of dynamism in this trend.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Verdana&quot;&gt;The VB presence at &lt;a href=&quot;http://www.jaoo.dk/index2.jsp&quot;&gt;JAOO&lt;/a&gt; is interesting, no?&lt;/span&gt;&lt;/p&gt;</content:encoded>

<dc:subject>LINQ</dc:subject>

<dc:creator>Scott Swigart</dc:creator>
<dc:date>2005-09-10T20:49:05-07:00</dc:date>
</item>
<item rdf:about="http://swigartconsulting.blogs.com/tech_blender/2005/09/zorro_iqf_lqf_a.html">
<title>Zorro, IQF, LQF, and LINQ</title>
<link>http://swigartconsulting.blogs.com/tech_blender/2005/09/zorro_iqf_lqf_a.html</link>
<description>As I head off to the PDC, stay tuned to this category for news data, programming languages, and how them come together.</description>
<content:encoded>&lt;p&gt;As I head off to the PDC, stay tuned to this category for news data, programming languages, and how them come together.&lt;/p&gt;</content:encoded>

<dc:subject>LINQ</dc:subject>

<dc:creator>Scott Swigart</dc:creator>
<dc:date>2005-09-10T20:07:10-07:00</dc:date>
</item>


</rdf:RDF>
<!-- ph=1 -->
<!-- nhm:from_kauri -->
