<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LLBLGening &#187; Articles</title>
	<atom:link href="http://www.llblgening.com/archive/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.llblgening.com</link>
	<description>My 2cents on LLBLGen world</description>
	<lastBuildDate>Thu, 01 Oct 2009 10:33:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PrefetchPaths in Depth</title>
		<link>http://www.llblgening.com/archive/2009/10/prefetchpaths-in-depth/</link>
		<comments>http://www.llblgening.com/archive/2009/10/prefetchpaths-in-depth/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 09:00:20 +0000</pubDate>
		<dc:creator>David Elizondo</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[linq2llbl]]></category>
		<category><![CDATA[prefetchPaths]]></category>

		<guid isPermaLink="false">http://www.llblgening.com/?p=152</guid>
		<description><![CDATA[LLBLGen	Pro has the ability to fetch related entities together with a set of entities, e.g. fetch a set of Customer entities and also their Order entities. This feature is calledÂ Prefetch Paths.
In this article I will explain how to use LLBLGen Pro PrefetchPaths. I divided its use in Cases so it would be easy to understand [...]]]></description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/10/prefetchpaths-in-depth/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>LLBLGen Pro Expressions and Scalar Queries</title>
		<link>http://www.llblgening.com/archive/2009/09/llblgen-pro-expressions-and-scalar-queries/</link>
		<comments>http://www.llblgening.com/archive/2009/09/llblgen-pro-expressions-and-scalar-queries/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 07:56:29 +0000</pubDate>
		<dc:creator>David Elizondo</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[dynamiclist]]></category>
		<category><![CDATA[expressions]]></category>
		<category><![CDATA[linq2llbl]]></category>

		<guid isPermaLink="false">http://www.llblgening.com/?p=131</guid>
		<description><![CDATA[Sometimes you need to reproduce monster queries in your code for display specific data or to serve data to reports. In general I prefer to say that &#8220;I need certain set of data, so How can I fetch it&#8221; instead of &#8220;How can I write this query into LLBLGen Pro&#8221;. Anyway, sometimes we used to [...]]]></description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/09/llblgen-pro-expressions-and-scalar-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change database name (catalog name) in LLBLGen Designer</title>
		<link>http://www.llblgening.com/archive/2009/09/change-catalog-name-llblgen-designer/</link>
		<comments>http://www.llblgening.com/archive/2009/09/change-catalog-name-llblgen-designer/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 03:53:44 +0000</pubDate>
		<dc:creator>David Elizondo</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[designer catalog]]></category>

		<guid isPermaLink="false">http://www.llblgening.com/?p=108</guid>
		<description><![CDATA[Consider this: you have LLBLGen projects working and everything is just nice, life is beautiful. Then your DBA, for some reason, change the name of the database. How do you manage this as LLBLGen user?
At runtime you can use Catalog Name Overwriting but What about LLBLGen Desinger? How do you refresh changes from your database [...]]]></description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/09/change-catalog-name-llblgen-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auditing in LLBLGen Pro (Text File)</title>
		<link>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-text-file/</link>
		<comments>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-text-file/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 22:06:53 +0000</pubDate>
		<dc:creator>David Elizondo</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[auditing]]></category>
		<category><![CDATA[DI]]></category>

		<guid isPermaLink="false">http://www.llblgening.com/?p=69</guid>
		<description><![CDATA[This is part of the Auditing in LLBLGen Pro serie of articles. These articles will use the LLBLGen Pro Auditing Example as explanation. You can download the source code atÂ LLBLGen Pro Site â€“ Examples section (Auditing example). In this article I will focus on Adapter/ASP.Net project/C# project. Doing it in SelfServiing should be almost the [...]]]></description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-text-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Auditing in LLBLGen Pro (Introduction)</title>
		<link>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-introduction/</link>
		<comments>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-introduction/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:49:13 +0000</pubDate>
		<dc:creator>David Elizondo</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[auditing]]></category>
		<category><![CDATA[DI]]></category>

		<guid isPermaLink="false">http://www.llblgening.com/?p=25</guid>
		<description><![CDATA[Since LLBLGen Pro added this great feature, I thought would be a really nice idea to post my own experiences about it. This is the first article of the series &#8220;Auditing in LLBLGen Pro&#8221;. Why series? well it&#8217;s a little long to post in a single article  
In this first article I will expose [...]]]></description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-introduction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
