<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>LLBLGening</title>
	
	<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>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/llblgening" /><feedburner:info uri="llblgening" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>PrefetchPaths in Depth</title>
		<link>http://feedproxy.google.com/~r/llblgening/~3/oY8Mm_2yt10/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/llblgening/~4/oY8Mm_2yt10" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/10/prefetchpaths-in-depth/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.llblgening.com/archive/2009/10/prefetchpaths-in-depth/</feedburner:origLink></item>
		<item>
		<title>LLBLGen Pro Expressions and Scalar Queries</title>
		<link>http://feedproxy.google.com/~r/llblgening/~3/6Qlu8gz3Ups/</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>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 &amp;#8220;I need certain set of data, so How can I fetch it&amp;#8221; instead of &amp;#8220;How can I write this query into LLBLGen Pro&amp;#8221;. Anyway, sometimes we used to [...]&lt;img src="http://feeds.feedburner.com/~r/llblgening/~4/6Qlu8gz3Ups" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/09/llblgen-pro-expressions-and-scalar-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.llblgening.com/archive/2009/09/llblgen-pro-expressions-and-scalar-queries/</feedburner:origLink></item>
		<item>
		<title>Add custom calculated fields to LLBLGen objects</title>
		<link>http://feedproxy.google.com/~r/llblgening/~3/He4UVFb1A9k/</link>
		<comments>http://www.llblgening.com/archive/2009/09/add-custom-calculated-fields-to-llblgen-objects/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 05:15:33 +0000</pubDate>
		<dc:creator>David Elizondo</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[typedlist]]></category>
		<category><![CDATA[typedview]]></category>

		<guid isPermaLink="false">http://www.llblgening.com/?p=126</guid>
		<description>Did you ever wanted to add custom fields to your LLBLGen objects based on some especial expression? Is such expression impossible to build in memory so you want it be query based? Well we will address it a little bit today.
Topics on this post:

Adding custom calculated field to TypedLists
Adding custom calculated field to TypedViews

When I [...]&lt;img src="http://feeds.feedburner.com/~r/llblgening/~4/He4UVFb1A9k" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/09/add-custom-calculated-fields-to-llblgen-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.llblgening.com/archive/2009/09/add-custom-calculated-fields-to-llblgen-objects/</feedburner:origLink></item>
		<item>
		<title>Change database name (catalog name) in LLBLGen Designer</title>
		<link>http://feedproxy.google.com/~r/llblgening/~3/zhYX7pBtxaI/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/llblgening/~4/zhYX7pBtxaI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/09/change-catalog-name-llblgen-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.llblgening.com/archive/2009/09/change-catalog-name-llblgen-designer/</feedburner:origLink></item>
		<item>
		<title>Auditing in LLBLGen Pro (Text File)</title>
		<link>http://feedproxy.google.com/~r/llblgening/~3/F6OIov5ZUUI/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/llblgening/~4/F6OIov5ZUUI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-text-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-text-file/</feedburner:origLink></item>
		<item>
		<title>UpdateEntitiesDirectly with ORDER-BY and LIMIT (MySql specific)</title>
		<link>http://feedproxy.google.com/~r/llblgening/~3/AkfVnne0hF4/</link>
		<comments>http://www.llblgening.com/archive/2009/08/updateentitiesdirectly-with-order-by-and-limit-mysql-specific/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:05:01 +0000</pubDate>
		<dc:creator>David Elizondo</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.llblgening.com/?p=35</guid>
		<description>Have you ever needed to perform an update over an odered-limited subset in MySql?Â Do you use LLBLGenPro but you can&amp;#8217;t figure out how to perform such update?
If the answer is yes, then keep reading. As no all databases supports such update syntaxis, LLBLGen don&amp;#8217;t have this built-in. In this example I&amp;#8217;ll try to explain (briefly) [...]&lt;img src="http://feeds.feedburner.com/~r/llblgening/~4/AkfVnne0hF4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/08/updateentitiesdirectly-with-order-by-and-limit-mysql-specific/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.llblgening.com/archive/2009/08/updateentitiesdirectly-with-order-by-and-limit-mysql-specific/</feedburner:origLink></item>
		<item>
		<title>Auditing in LLBLGen Pro (Introduction)</title>
		<link>http://feedproxy.google.com/~r/llblgening/~3/nG6cNIwsJLw/</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>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 &amp;#8220;Auditing in LLBLGen Pro&amp;#8221;. Why series? well it&amp;#8217;s a little long to post in a single article  
In this first article I will expose [...]&lt;img src="http://feeds.feedburner.com/~r/llblgening/~4/nG6cNIwsJLw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-introduction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.llblgening.com/archive/2009/08/auditing-in-llblgen-pro-introduction/</feedburner:origLink></item>
	</channel>
</rss>
