<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: LINQ to SQL tips and tricks #3</title>
	<atom:link href="http://damieng.com/blog/2010/01/11/linq-to-sql-tips-and-tricks-3/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2010/01/11/linq-to-sql-tips-and-tricks-3?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linq-to-sql-tips-and-tricks-3</link>
	<description>A .NET developer in silicon valley</description>
	<lastBuildDate>Sun, 25 Dec 2011 15:10:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: wes</title>
		<link>http://damieng.com/blog/2010/01/11/linq-to-sql-tips-and-tricks-3#comment-41930</link>
		<dc:creator>wes</dc:creator>
		<pubDate>Wed, 02 Jun 2010 19:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1517#comment-41930</guid>
		<description>&gt;replace LINQ to SQL’s lazy-loading query generation...

Thank You for this tip!! It was a HUGE help! 

Due to the table columns being encrypted with a pass phrase I need to do selects from a UDF instead of directly from the table. While functions for insert/update/delete are supported, using a function for select is not. 

I was able to use my own queries for direct actions on the table but couldn&#039;t figure out how to prevent it from doing direct access to the table when displaying related data. Your tip fixed that.</description>
		<content:encoded><![CDATA[<p>&gt;replace LINQ to SQL’s lazy-loading query generation&#8230;</p>
<p>Thank You for this tip!! It was a HUGE help! </p>
<p>Due to the table columns being encrypted with a pass phrase I need to do selects from a UDF instead of directly from the table. While functions for insert/update/delete are supported, using a function for select is not. </p>
<p>I was able to use my own queries for direct actions on the table but couldn&#8217;t figure out how to prevent it from doing direct access to the table when displaying related data. Your tip fixed that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2010/01/11/linq-to-sql-tips-and-tricks-3#comment-34784</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Mon, 18 Jan 2010 16:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1517#comment-34784</guid>
		<description>The LINQ to SQL designer will not allow you to add two tables from different databases.

[)amien</description>
		<content:encoded><![CDATA[<p>The LINQ to SQL designer will not allow you to add two tables from different databases.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mjoksa</title>
		<link>http://damieng.com/blog/2010/01/11/linq-to-sql-tips-and-tricks-3#comment-34780</link>
		<dc:creator>mjoksa</dc:creator>
		<pubDate>Mon, 18 Jan 2010 16:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1517#comment-34780</guid>
		<description>You do not have to do steps &#039;Create a temporary view&#039; and &#039;Create a temporary DBML&#039;. Just add tablem from other DB in server explorer into existing DBML file and repeat step &#039;Finally, the easy bit&#039;. At least thats the way I do it :)

Cheers</description>
		<content:encoded><![CDATA[<p>You do not have to do steps &#8216;Create a temporary view&#8217; and &#8216;Create a temporary DBML&#8217;. Just add tablem from other DB in server explorer into existing DBML file and repeat step &#8216;Finally, the easy bit&#8217;. At least thats the way I do it :)</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; January 12, 2009 &#124; Alvin Ashcraft&#39;s Morning Dew</title>
		<link>http://damieng.com/blog/2010/01/11/linq-to-sql-tips-and-tricks-3#comment-34345</link>
		<dc:creator>Dew Drop &#8211; January 12, 2009 &#124; Alvin Ashcraft&#39;s Morning Dew</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1517#comment-34345</guid>
		<description>[...] LINQ to SQL tips and tricks #3 (Damien Guard) [...]</description>
		<content:encoded><![CDATA[<p>[...] LINQ to SQL tips and tricks #3 (Damien Guard) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

