<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://linqinaction.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">LINQ in Action roller</title><subtitle type="html" /><id>http://linqinaction.net/blogs/roller/atom.aspx</id><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/default.aspx" /><link rel="self" type="application/atom+xml" href="http://linqinaction.net/blogs/roller/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61129.1">Community Server</generator><updated>2009-09-06T12:40:00Z</updated><entry><title>Hex Dump using LINQ (in 7 Lines of Code)</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2010/03/12/hex-dump-using-linq-in-7-lines-of-code.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2010/03/12/hex-dump-using-linq-in-7-lines-of-code.aspx</id><published>2010-03-12T15:15:00Z</published><updated>2010-03-12T15:15:00Z</updated><content type="html">At one point while debugging the HtmlConverter class , when I found certain situations in the XML, I wanted to dump the XML in binary to see the actual hex values of characters being used. I got tired of stopping and examining the values in the debugger. Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2010/03/12/hex-dump-using-linq-in-7-lines-of-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4929" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="C#" scheme="http://linqinaction.net/blogs/roller/archive/tags/C_2300_/default.aspx" /><category term="Functional Programming" scheme="http://linqinaction.net/blogs/roller/archive/tags/Functional+Programming/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /></entry><entry><title>Ad-Hoc String Concatenation using LINQ</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2010/03/10/ad-hoc-string-concatenation-using-linq.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2010/03/10/ad-hoc-string-concatenation-using-linq.aspx</id><published>2010-03-10T15:14:00Z</published><updated>2010-03-10T15:14:00Z</updated><content type="html">I regularly use functional programming and LINQ in two contexts – when writing code that is part of an example or tool that will potentially execute millions of times, and when writing ad-hoc queries. These days, I use C# and LINQ as my ‘scripting language’, Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2010/03/10/ad-hoc-string-concatenation-using-linq.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4928" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="C#" scheme="http://linqinaction.net/blogs/roller/archive/tags/C_2300_/default.aspx" /><category term="Functional Programming" scheme="http://linqinaction.net/blogs/roller/archive/tags/Functional+Programming/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /></entry><entry><title>Convert XDocument to XmlDocument (and Convert XmlDocument to XDocument)</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2010/03/05/convert-xdocument-to-xmldocument-and-convert-xmldocument-to-xdocument.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2010/03/05/convert-xdocument-to-xmldocument-and-convert-xmldocument-to-xdocument.aspx</id><published>2010-03-05T14:49:00Z</published><updated>2010-03-05T14:49:00Z</updated><content type="html">Some time ago, I blogged about an approach for converting an XElement object to an XmlNode object , and vice versa. This is useful when you want to use a programming interface that takes and returns objects of type XmlNode, but you want to use the expressiveness Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2010/03/05/convert-xdocument-to-xmldocument-and-convert-xmldocument-to-xdocument.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4927" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="LINQ to XML" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+XML/default.aspx" /><category term="xml" scheme="http://linqinaction.net/blogs/roller/archive/tags/xml/default.aspx" /></entry><entry><title>Rollup Extension Method: Create Running Totals using LINQ to Objects</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2010/02/15/rollup-extension-method-create-running-totals-using-linq-to-objects.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2010/02/15/rollup-extension-method-create-running-totals-using-linq-to-objects.aspx</id><published>2010-02-15T17:53:00Z</published><updated>2010-02-15T17:53:00Z</updated><content type="html">Recently, I had need for a new extension method for IEnumerable&amp;lt;T&amp;gt;, which I call "Rollup". This extension method is sort of a cross between the Select and Aggregate extension methods. Like Select, when using this extension method you write a lambda Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2010/02/15/rollup-extension-method-create-running-totals-using-linq-to-objects.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4921" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="C#" scheme="http://linqinaction.net/blogs/roller/archive/tags/C_2300_/default.aspx" /><category term="Functional Programming" scheme="http://linqinaction.net/blogs/roller/archive/tags/Functional+Programming/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="LINQ to XML" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+XML/default.aspx" /></entry><entry><title>Building a LINQ IQueryable Provider – Part XVII (IQToolkit 0.17)</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2010/02/09/building-a-linq-iqueryable-provider-part-xvii-iqtoolkit-0-17.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2010/02/09/building-a-linq-iqueryable-provider-part-xvii-iqtoolkit-0-17.aspx</id><published>2010-02-09T23:53:00Z</published><updated>2010-02-09T23:53:00Z</updated><content type="html">This is the seventeenth in a series of posts on how to build a LINQ IQueryable provider. If you thought this series would last this long then you must have some eerie metaphysical powers of insight that go beyond mere blind faith in the gods of interwebs. So powerful, in fact, you may now be considered a threat to national security, since with all your witchery and kanoodling you might be secretly tapping the thoughts and provoking the actions of persons in higher office into doing unthinkable, irrevocable...(&lt;a href="http://linqinaction.net/blogs/roller/archive/2010/02/09/building-a-linq-iqueryable-provider-part-xvii-iqtoolkit-0-17.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4918" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author></entry><entry><title>Windows Azure and Cloud Computing Posts for 1/25/2010+</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2010/01/25/windows-azure-and-cloud-computing-posts-for-1-25-2010.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2010/01/25/windows-azure-and-cloud-computing-posts-for-1-25-2010.aspx</id><published>2010-01-25T19:08:00Z</published><updated>2010-01-25T19:08:00Z</updated><content type="html">Windows Azure, SQL Azure Database and related cloud computing topics now appear in this weekly series. &amp;#160; Note: This post is updated daily or more frequently, depending on the availability of new articles in the following sections: Azure Blob, Table Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2010/01/25/windows-azure-and-cloud-computing-posts-for-1-25-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4911" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term=".NET Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/.NET+Services/default.aspx" /><category term="Amazon EC2" scheme="http://linqinaction.net/blogs/roller/archive/tags/Amazon+EC2/default.aspx" /><category term="Amazon Web Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Amazon+Web+Services/default.aspx" /><category term="Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure/default.aspx" /><category term="Azure Blob Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Blob+Services/default.aspx" /><category term="Azure Queue Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Queue+Services/default.aspx" /><category term="Azure Services Platform" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Services+Platform/default.aspx" /><category term="Azure Storage Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Storage+Services/default.aspx" /><category term="Azure Table Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Table+Services/default.aspx" /><category term="Cloud Computing" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cloud+Computing/default.aspx" /><category term="Cloud Computing Security" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cloud+Computing+Security/default.aspx" /><category term="Cloud Service Pricing" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cloud+Service+Pricing/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="Ripley Project" scheme="http://linqinaction.net/blogs/roller/archive/tags/Ripley+Project/default.aspx" /><category term="Rx" scheme="http://linqinaction.net/blogs/roller/archive/tags/Rx/default.aspx" /><category term="SADB" scheme="http://linqinaction.net/blogs/roller/archive/tags/SADB/default.aspx" /><category term="SDS" scheme="http://linqinaction.net/blogs/roller/archive/tags/SDS/default.aspx" /><category term="SQL Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/SQL+Azure/default.aspx" /><category term="SQL Azure Database" scheme="http://linqinaction.net/blogs/roller/archive/tags/SQL+Azure+Database/default.aspx" /><category term="Volta" scheme="http://linqinaction.net/blogs/roller/archive/tags/Volta/default.aspx" /><category term="Volta Project" scheme="http://linqinaction.net/blogs/roller/archive/tags/Volta+Project/default.aspx" /><category term="Windows AppFabric" scheme="http://linqinaction.net/blogs/roller/archive/tags/Windows+AppFabric/default.aspx" /><category term="Windows Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/Windows+Azure/default.aspx" /><category term="Windows Azure Platform" scheme="http://linqinaction.net/blogs/roller/archive/tags/Windows+Azure+Platform/default.aspx" /></entry><entry><title>Volta Redux by Erik Meijer’s Cloud Data Programmability Team and Reactive Extensions for .NET (Rx)</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2010/01/24/volta-redux-by-erik-meijer-s-cloud-data-programmability-team-and-reactive-extensions-for-net-rx.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2010/01/24/volta-redux-by-erik-meijer-s-cloud-data-programmability-team-and-reactive-extensions-for-net-rx.aspx</id><published>2010-01-24T19:58:00Z</published><updated>2010-01-24T19:58:00Z</updated><content type="html">Volta began life in 2007 as a Microsoft Live Labs’ incubator project from the Tesla group with two primary objectives: Declarative refactoring from single-tier to multi-tier applications Recompilation of MSIL code to JavaScript Following are earlier references Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2010/01/24/volta-redux-by-erik-meijer-s-cloud-data-programmability-team-and-reactive-extensions-for-net-rx.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4910" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure/default.aspx" /><category term="Cloud Computing" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cloud+Computing/default.aspx" /><category term="Cloud Data Programmability" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cloud+Data+Programmability/default.aspx" /><category term="Cloud Programmability" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cloud+Programmability/default.aspx" /><category term="IObservable" scheme="http://linqinaction.net/blogs/roller/archive/tags/IObservable/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="Microsoft Research" scheme="http://linqinaction.net/blogs/roller/archive/tags/Microsoft+Research/default.aspx" /><category term="Reactive Framework" scheme="http://linqinaction.net/blogs/roller/archive/tags/Reactive+Framework/default.aspx" /><category term="Ripley Project" scheme="http://linqinaction.net/blogs/roller/archive/tags/Ripley+Project/default.aspx" /><category term="Rx" scheme="http://linqinaction.net/blogs/roller/archive/tags/Rx/default.aspx" /><category term="SQL Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/SQL+Azure/default.aspx" /><category term="SQL Azure Database" scheme="http://linqinaction.net/blogs/roller/archive/tags/SQL+Azure+Database/default.aspx" /><category term="Volta" scheme="http://linqinaction.net/blogs/roller/archive/tags/Volta/default.aspx" /><category term="Volta Project" scheme="http://linqinaction.net/blogs/roller/archive/tags/Volta+Project/default.aspx" /><category term="Windows Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/Windows+Azure/default.aspx" /></entry><entry><title>Writing Entity References using LINQ to XML</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2010/01/21/writing-entity-references-using-linq-to-xml.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2010/01/21/writing-entity-references-using-linq-to-xml.aspx</id><published>2010-01-21T16:35:00Z</published><updated>2010-01-21T16:35:00Z</updated><content type="html">I need to write out some XHtml, and in several places, I want that XHtml to contain entities references. However, you can't simply write the entitle reference like this: XElement p = new XElement ( "p" , "&amp;amp;nbsp;&amp;amp;nbsp;Hello" ); Console .WriteLine(p); Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2010/01/21/writing-entity-references-using-linq-to-xml.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4909" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="Functional Programming" scheme="http://linqinaction.net/blogs/roller/archive/tags/Functional+Programming/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="LINQ to XML" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+XML/default.aspx" /><category term="xml" scheme="http://linqinaction.net/blogs/roller/archive/tags/xml/default.aspx" /></entry><entry><title>Windows Azure and Cloud Computing Posts for 10/26/2009+</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2009/10/31/windows-azure-and-cloud-computing-posts-for-10-26-2009.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2009/10/31/windows-azure-and-cloud-computing-posts-for-10-26-2009.aspx</id><published>2009-10-31T19:48:00Z</published><updated>2009-10-31T19:48:00Z</updated><content type="html">Windows Azure, SQL Azure Database and related cloud computing topics now appear in this weekly series. ••• Update 10/31 and 11/1/2009: Soyatec: Windows Azure SDK for Java ; Gunnar Peterson: Thinking Person’s Guide to the Cloud (Parts 1 – 4) ; • • Update Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2009/10/31/windows-azure-and-cloud-computing-posts-for-10-26-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4898" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term=".NET Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/.NET+Services/default.aspx" /><category term="Amazon" scheme="http://linqinaction.net/blogs/roller/archive/tags/Amazon/default.aspx" /><category term="Amazon Web Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Amazon+Web+Services/default.aspx" /><category term="AWS" scheme="http://linqinaction.net/blogs/roller/archive/tags/AWS/default.aspx" /><category term="AWS RDS" scheme="http://linqinaction.net/blogs/roller/archive/tags/AWS+RDS/default.aspx" /><category term="Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure/default.aspx" /><category term="Azure Blob Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Blob+Services/default.aspx" /><category term="Azure Data Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Data+Services/default.aspx" /><category term="Azure Queue Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Queue+Services/default.aspx" /><category term="Azure Services Platform" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Services+Platform/default.aspx" /><category term="Azure Storage Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Storage+Services/default.aspx" /><category term="Azure Table Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Table+Services/default.aspx" /><category term="Azure Table Storage Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure+Table+Storage+Services/default.aspx" /><category term="Cisco Systems" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cisco+Systems/default.aspx" /><category term="Cloud Computing" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cloud+Computing/default.aspx" /><category term="Cloud Computing Security" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cloud+Computing+Security/default.aspx" /><category term="Eclipse" scheme="http://linqinaction.net/blogs/roller/archive/tags/Eclipse/default.aspx" /><category term="Entity Framework" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Framework/default.aspx" /><category term="FathomDB" scheme="http://linqinaction.net/blogs/roller/archive/tags/FathomDB/default.aspx" /><category term="HealthVault" scheme="http://linqinaction.net/blogs/roller/archive/tags/HealthVault/default.aspx" /><category term="IBM DB2" scheme="http://linqinaction.net/blogs/roller/archive/tags/IBM+DB2/default.aspx" /><category term="Java" scheme="http://linqinaction.net/blogs/roller/archive/tags/Java/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="LINQ to Entities" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+Entities/default.aspx" /><category term="LINQ to SQL" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+SQL/default.aspx" /><category term="Microsoft Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/Microsoft+Azure/default.aspx" /><category term="PDC 2009" scheme="http://linqinaction.net/blogs/roller/archive/tags/PDC+2009/default.aspx" /><category term="PDC09" scheme="http://linqinaction.net/blogs/roller/archive/tags/PDC09/default.aspx" /><category term="PHP" scheme="http://linqinaction.net/blogs/roller/archive/tags/PHP/default.aspx" /><category term="PHPAzure" scheme="http://linqinaction.net/blogs/roller/archive/tags/PHPAzure/default.aspx" /><category term="RackSpace" scheme="http://linqinaction.net/blogs/roller/archive/tags/RackSpace/default.aspx" /><category term="RDS" scheme="http://linqinaction.net/blogs/roller/archive/tags/RDS/default.aspx" /><category term="Relational Database Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/Relational+Database+Services/default.aspx" /><category term="SADB" scheme="http://linqinaction.net/blogs/roller/archive/tags/SADB/default.aspx" /><category term="SDS" scheme="http://linqinaction.net/blogs/roller/archive/tags/SDS/default.aspx" /><category term="SQL Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/SQL+Azure/default.aspx" /><category term="SQL Azure Database" scheme="http://linqinaction.net/blogs/roller/archive/tags/SQL+Azure+Database/default.aspx" /><category term="Windows Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/Windows+Azure/default.aspx" /><category term="Windows Azure Platform" scheme="http://linqinaction.net/blogs/roller/archive/tags/Windows+Azure+Platform/default.aspx" /><category term="WindowsAzure4j" scheme="http://linqinaction.net/blogs/roller/archive/tags/WindowsAzure4j/default.aspx" /></entry><entry><title>LINQ and Entity Framework Posts for 10/19/2009+</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2009/10/25/linq-and-entity-framework-posts-for-10-19-2009.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2009/10/25/linq-and-entity-framework-posts-for-10-19-2009.aspx</id><published>2009-10-25T20:38:00Z</published><updated>2009-10-25T20:38:00Z</updated><content type="html">Note: This post is updated weekly or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Julie Lerman created a Screencast – What’s new in the Entity Data Model Designer in VS2010 and posted Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2009/10/25/linq-and-entity-framework-posts-for-10-19-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4893" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="ADO.NET Data Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/ADO.NET+Data+Services/default.aspx" /><category term="Astoria" scheme="http://linqinaction.net/blogs/roller/archive/tags/Astoria/default.aspx" /><category term="Astoria Project" scheme="http://linqinaction.net/blogs/roller/archive/tags/Astoria+Project/default.aspx" /><category term="EDM" scheme="http://linqinaction.net/blogs/roller/archive/tags/EDM/default.aspx" /><category term="Entity Data Model" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Data+Model/default.aspx" /><category term="Entity Framework" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Framework/default.aspx" /><category term="Entity Framework v2" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Framework+v2/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="LINQ to Objects" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+Objects/default.aspx" /><category term="LINQ to SQL" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+SQL/default.aspx" /><category term="LINQ to XML" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+XML/default.aspx" /><category term="SharePoint" scheme="http://linqinaction.net/blogs/roller/archive/tags/SharePoint/default.aspx" /><category term="SharePoint 2010" scheme="http://linqinaction.net/blogs/roller/archive/tags/SharePoint+2010/default.aspx" /></entry><entry><title>OakLeaf Blog Joins Technorati’s “Top 100 InfoTech” List</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2009/10/24/oakleaf-blog-joins-technorati-s-top-100-infotech-list.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2009/10/24/oakleaf-blog-joins-technorati-s-top-100-infotech-list.aspx</id><published>2009-10-24T18:15:00Z</published><updated>2009-10-24T18:15:00Z</updated><content type="html">Despite the lowly 38 authority reported for several days by the Technorati widget to the left, a visit to the OakLeaf Systems Site Details page on 10/24/2009 reveals Techorati Authority: 511 and membership in the TOP 100 INFOTECH group for the OakLeaf Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2009/10/24/oakleaf-blog-joins-technorati-s-top-100-infotech-list.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4892" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="ADO.NET Data Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/ADO.NET+Data+Services/default.aspx" /><category term="Astoria" scheme="http://linqinaction.net/blogs/roller/archive/tags/Astoria/default.aspx" /><category term="Astoria Project" scheme="http://linqinaction.net/blogs/roller/archive/tags/Astoria+Project/default.aspx" /><category term="Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/Azure/default.aspx" /><category term="Cloud Computing" scheme="http://linqinaction.net/blogs/roller/archive/tags/Cloud+Computing/default.aspx" /><category term="Entity Framework" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Framework/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="SQL Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/SQL+Azure/default.aspx" /><category term="SQL Azure Database" scheme="http://linqinaction.net/blogs/roller/archive/tags/SQL+Azure+Database/default.aspx" /><category term="Technorati" scheme="http://linqinaction.net/blogs/roller/archive/tags/Technorati/default.aspx" /><category term="Top 100 InfoTech" scheme="http://linqinaction.net/blogs/roller/archive/tags/Top+100+InfoTech/default.aspx" /><category term="Window Azure Platform" scheme="http://linqinaction.net/blogs/roller/archive/tags/Window+Azure+Platform/default.aspx" /><category term="Windows Azure" scheme="http://linqinaction.net/blogs/roller/archive/tags/Windows+Azure/default.aspx" /></entry><entry><title>LINQ and Entity Framework Posts for 9/21/2009+</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2009/09/27/linq-and-entity-framework-posts-for-9-21-2009.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2009/09/27/linq-and-entity-framework-posts-for-9-21-2009.aspx</id><published>2009-09-27T17:34:00Z</published><updated>2009-09-27T17:34:00Z</updated><content type="html">Note: This post is updated weekly or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Nikolaos Kantzelis dives into ASP.NET 4.0,SEO and meta tags in this 9/27/2009 post: I am thinking to create Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2009/09/27/linq-and-entity-framework-posts-for-9-21-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4885" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="ASP.NET Dynamic Data" scheme="http://linqinaction.net/blogs/roller/archive/tags/ASP.NET+Dynamic+Data/default.aspx" /><category term="EDM" scheme="http://linqinaction.net/blogs/roller/archive/tags/EDM/default.aspx" /><category term="Entity Data Model" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Data+Model/default.aspx" /><category term="Entity Framework" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Framework/default.aspx" /><category term="Entity Framework v2" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Framework+v2/default.aspx" /><category term="Entity SQL" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+SQL/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="LINQ to Entities" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+Entities/default.aspx" /><category term="LINQ to Objects" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+Objects/default.aspx" /><category term="LINQ to SQL" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+SQL/default.aspx" /><category term="LINQ to XML" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+XML/default.aspx" /></entry><entry><title>LINQ and Entity Framework Posts for 9/7/2009+</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2009/09/16/linq-and-entity-framework-posts-for-9-7-2009.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2009/09/16/linq-and-entity-framework-posts-for-9-7-2009.aspx</id><published>2009-09-16T19:56:00Z</published><updated>2009-09-16T19:56:00Z</updated><content type="html">Note: This post is updated daily or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Julie Lerman warns Take Caution with WinForms DataGridView RowPrePaint in this 10/9/2009 post: The DataGridView’s Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2009/09/16/linq-and-entity-framework-posts-for-9-7-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4882" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="ADO.NET Data Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/ADO.NET+Data+Services/default.aspx" /><category term="Astoria" scheme="http://linqinaction.net/blogs/roller/archive/tags/Astoria/default.aspx" /><category term="Astoria Project" scheme="http://linqinaction.net/blogs/roller/archive/tags/Astoria+Project/default.aspx" /><category term="EDM" scheme="http://linqinaction.net/blogs/roller/archive/tags/EDM/default.aspx" /><category term="Entity Data Model" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Data+Model/default.aspx" /><category term="Entity Framework" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Framework/default.aspx" /><category term="Entity Framework v2" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Framework+v2/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="LINQ to Entities" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+Entities/default.aspx" /><category term="LINQ to Objects" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+Objects/default.aspx" /><category term="LINQ to SQL" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+SQL/default.aspx" /></entry><entry><title>Building a LINQ IQueryable Provider – Part XVI (IQToolkit 0.16)</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2009/09/15/building-a-linq-iqueryable-provider-part-xvi-iqtoolkit-0-16.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2009/09/15/building-a-linq-iqueryable-provider-part-xvi-iqtoolkit-0-16.aspx</id><published>2009-09-15T21:50:00Z</published><updated>2009-09-15T21:50:00Z</updated><content type="html">This is the sixteenth in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts you might try rolling into a ball and crying for momma. That’s right, reading on is as hazardous to your health as a skinned knee. Just be warned and have an anti-biotic on hand. ...( read more ) Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2009/09/15/building-a-linq-iqueryable-provider-part-xvi-iqtoolkit-0-16.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4881" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author></entry><entry><title>LINQ and Entity Framework Posts for 8/24/2009+</title><link rel="alternate" type="text/html" href="http://linqinaction.net/blogs/roller/archive/2009/09/06/linq-and-entity-framework-posts-for-8-24-2009.aspx" /><id>http://linqinaction.net/blogs/roller/archive/2009/09/06/linq-and-entity-framework-posts-for-8-24-2009.aspx</id><published>2009-09-06T19:40:00Z</published><updated>2009-09-06T19:40:00Z</updated><content type="html">Note: This post is updated daily or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Julie Lerman ’s Follow up on last week’s Entity Framework Tips &amp;amp; Tricks webcast post of 9/3/2009 says: Read More......(&lt;a href="http://linqinaction.net/blogs/roller/archive/2009/09/06/linq-and-entity-framework-posts-for-8-24-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=4870" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://linqinaction.net/members/Anonymous.aspx</uri></author><category term="ADO.NET" scheme="http://linqinaction.net/blogs/roller/archive/tags/ADO.NET/default.aspx" /><category term="ADO.NET Data Services" scheme="http://linqinaction.net/blogs/roller/archive/tags/ADO.NET+Data+Services/default.aspx" /><category term="Astoria" scheme="http://linqinaction.net/blogs/roller/archive/tags/Astoria/default.aspx" /><category term="Astoria Project" scheme="http://linqinaction.net/blogs/roller/archive/tags/Astoria+Project/default.aspx" /><category term="EDM" scheme="http://linqinaction.net/blogs/roller/archive/tags/EDM/default.aspx" /><category term="Entity Data Model" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Data+Model/default.aspx" /><category term="Entity Framework" scheme="http://linqinaction.net/blogs/roller/archive/tags/Entity+Framework/default.aspx" /><category term="LINQ" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ/default.aspx" /><category term="LINQ to Objects" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+Objects/default.aspx" /><category term="LINQ to SQL" scheme="http://linqinaction.net/blogs/roller/archive/tags/LINQ+to+SQL/default.aspx" /><category term="Silverlight 3" scheme="http://linqinaction.net/blogs/roller/archive/tags/Silverlight+3/default.aspx" /></entry></feed>