<?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: Uploading Binary files or Images using LINQ to SQL</title>
	<atom:link href="http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/</link>
	<description>Do it in .Net way &#124; Blogging about C#,ASP.Net, LINQ,WPF and .Net Technologies</description>
	<lastBuildDate>Sat, 05 Nov 2011 07:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Soulchyld</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-809</link>
		<dc:creator>Soulchyld</dc:creator>
		<pubDate>Wed, 16 Feb 2011 21:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-809</guid>
		<description>Hi, I need to store hundreds of powerpoint files  in a database, is it possibe to do this using sql syntax, that way I can duplicate it using excell and save myself some time! If it is would you be able to hlp me with the syntax?</description>
		<content:encoded><![CDATA[<p>Hi, I need to store hundreds of powerpoint files  in a database, is it possibe to do this using sql syntax, that way I can duplicate it using excell and save myself some time! If it is would you be able to hlp me with the syntax?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miru</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-449</link>
		<dc:creator>miru</dc:creator>
		<pubDate>Fri, 09 Jul 2010 11:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-449</guid>
		<description>How can I read the content of image in silverlight?</description>
		<content:encoded><![CDATA[<p>How can I read the content of image in silverlight?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miru</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-450</link>
		<dc:creator>Miru</dc:creator>
		<pubDate>Fri, 09 Jul 2010 11:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-450</guid>
		<description>I Just need to Upload Images using Linq to sql in silverlight..Can any One help me!</description>
		<content:encoded><![CDATA[<p>I Just need to Upload Images using Linq to sql in silverlight..Can any One help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijai</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-441</link>
		<dc:creator>vijai</dc:creator>
		<pubDate>Fri, 28 May 2010 00:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-441</guid>
		<description>Works like a charm. You can set the &quot;FILESOURCE&quot; field as &quot;Delay Loaded&quot; if you dont want to load the file every time the entity is fetched.</description>
		<content:encoded><![CDATA[<p>Works like a charm. You can set the &#8220;FILESOURCE&#8221; field as &#8220;Delay Loaded&#8221; if you dont want to load the file every time the entity is fetched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kingofswing</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-267</link>
		<dc:creator>kingofswing</dc:creator>
		<pubDate>Fri, 30 Oct 2009 06:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-267</guid>
		<description>Also new to linq2sql, does MyData direct to call stored_procedure ADDFILE in the database? or do we need to drag the ADDFILE sp into the O/R designer？ 
another question is how to read from database, and display it on page in asp.net? anyway, thanks a lot !</description>
		<content:encoded><![CDATA[<p>Also new to linq2sql, does MyData direct to call stored_procedure ADDFILE in the database? or do we need to drag the ADDFILE sp into the O/R designer？<br />
another question is how to read from database, and display it on page in asp.net? anyway, thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kingofswing</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-504</link>
		<dc:creator>kingofswing</dc:creator>
		<pubDate>Fri, 30 Oct 2009 06:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-504</guid>
		<description>Also new to linq2sql, does MyData direct to call stored_procedure ADDFILE in the database? or do we need to drag the ADDFILE sp into the O/R designer？ 
another question is how to read from database, and display it on page in asp.net? anyway, thanks a lot !</description>
		<content:encoded><![CDATA[<p>Also new to linq2sql, does MyData direct to call stored_procedure ADDFILE in the database? or do we need to drag the ADDFILE sp into the O/R designer？<br />
another question is how to read from database, and display it on page in asp.net? anyway, thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DoYouKnow.IN</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-247</link>
		<dc:creator>DoYouKnow.IN</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-247</guid>
		<description>But how to get back image from database and display in HTML Image tag?</description>
		<content:encoded><![CDATA[<p>But how to get back image from database and display in HTML Image tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DoYouKnow.IN</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-503</link>
		<dc:creator>DoYouKnow.IN</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-503</guid>
		<description>But how to get back image from database and display in HTML Image tag?</description>
		<content:encoded><![CDATA[<p>But how to get back image from database and display in HTML Image tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuwan</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-211</link>
		<dc:creator>Nuwan</dc:creator>
		<pubDate>Tue, 01 Sep 2009 10:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-211</guid>
		<description>How do you diasplay the content of the uploaded file in ASP.net.</description>
		<content:encoded><![CDATA[<p>How do you diasplay the content of the uploaded file in ASP.net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuwan</title>
		<link>http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/comment-page-1/#comment-502</link>
		<dc:creator>Nuwan</dc:creator>
		<pubDate>Tue, 01 Sep 2009 10:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/01/16/uploading-binary-files-or-images-using-linq-to-sql/#comment-502</guid>
		<description>How do you diasplay the content of the uploaded file in ASP.net.</description>
		<content:encoded><![CDATA[<p>How do you diasplay the content of the uploaded file in ASP.net.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.aneef.net @ 2012-02-04 23:52:24 by W3 Total Cache -->
