<?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: ADO.NET Data Services With ASP.NET</title>
	<atom:link href="http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/</link>
	<description>a learning effort by Deepak Kapoor</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:29:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: website</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-206624</link>
		<dc:creator>website</dc:creator>
		<pubDate>Mon, 19 Dec 2011 23:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-206624</guid>
		<description>1 ice</description>
		<content:encoded><![CDATA[<p>1 ice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-100484</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 06 May 2011 19:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-100484</guid>
		<description>I cant find ADO.NET Data Service in the Add &gt; New Items section. I am using Visual Studio 2010? Is is something you need install seperately or has it been replaced by WCF Data Service?</description>
		<content:encoded><![CDATA[<p>I cant find ADO.NET Data Service in the Add &gt; New Items section. I am using Visual Studio 2010? Is is something you need install seperately or has it been replaced by WCF Data Service?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suba</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-37923</link>
		<dc:creator>Suba</dc:creator>
		<pubDate>Wed, 22 Sep 2010 13:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-37923</guid>
		<description>Hi,
How to deploy the data service separately and access this deployed data service from the client application?

thanks,
suba</description>
		<content:encoded><![CDATA[<p>Hi,<br />
How to deploy the data service separately and access this deployed data service from the client application?</p>
<p>thanks,<br />
suba</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subashree</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-33567</link>
		<dc:creator>Subashree</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-33567</guid>
		<description>When i type  DataServiceQuery productCategories =
    context.CreateQuery(&quot;/ProductCategory&quot;);

the context.CreateQuery creates an instance of ObjectQuery . Why? Pls reply as early as possible.</description>
		<content:encoded><![CDATA[<p>When i type  DataServiceQuery productCategories =<br />
    context.CreateQuery(&#8220;/ProductCategory&#8221;);</p>
<p>the context.CreateQuery creates an instance of ObjectQuery . Why? Pls reply as early as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-27516</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Thu, 22 Jul 2010 02:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-27516</guid>
		<description>Hi Amanda,

It looks like you are running your service on the developer web server which is part of Visual Studio. That&#039;s the reason you see that port number. You can easily change your service/project settings to use IIS which by default will use port 80. 

Hope this helps.

Deepak</description>
		<content:encoded><![CDATA[<p>Hi Amanda,</p>
<p>It looks like you are running your service on the developer web server which is part of Visual Studio. That&#8217;s the reason you see that port number. You can easily change your service/project settings to use IIS which by default will use port 80. </p>
<p>Hope this helps.</p>
<p>Deepak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amanda</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-27515</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Thu, 22 Jul 2010 02:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-27515</guid>
		<description>Dear Sir, 
There is  a question needs your help or discuss with you.  
When I relese my website (the pubilsh url:  http://localhost:1234/a.svc) , my ado.net data service can&#039;t access the data as I remove the prot number.
Is there any method to let user can access url directly and access the DB successfully without specific port.

Thanks a lot.

Best regards, 
Amanda Lee.</description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
There is  a question needs your help or discuss with you.<br />
When I relese my website (the pubilsh url:  <a href="http://localhost:1234/a.svc" rel="nofollow">http://localhost:1234/a.svc</a>) , my ado.net data service can&#8217;t access the data as I remove the prot number.<br />
Is there any method to let user can access url directly and access the DB successfully without specific port.</p>
<p>Thanks a lot.</p>
<p>Best regards,<br />
Amanda Lee.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-12605</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Mon, 30 Nov 2009 09:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-12605</guid>
		<description>Hi Akhilesh,

I would recommend that you access services from their Uri in your project.</description>
		<content:encoded><![CDATA[<p>Hi Akhilesh,</p>
<p>I would recommend that you access services from their Uri in your project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhilesh</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-12598</link>
		<dc:creator>Akhilesh</dc:creator>
		<pubDate>Mon, 30 Nov 2009 05:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-12598</guid>
		<description>Hi Deepak,
Thanks For the reply. what about those services which are in my solution. do i need to host them saperately and then use them or is it possible that i can reference them in my web application and use them??

Thanks,
Akhilesh Bhale</description>
		<content:encoded><![CDATA[<p>Hi Deepak,<br />
Thanks For the reply. what about those services which are in my solution. do i need to host them saperately and then use them or is it possible that i can reference them in my web application and use them??</p>
<p>Thanks,<br />
Akhilesh Bhale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-12526</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Sat, 28 Nov 2009 10:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-12526</guid>
		<description>Hi Akhilesh,

Services are available at addresses which are fixed. If you are concerned about using hardcoded URIs in code then putting them in config file can be another option.</description>
		<content:encoded><![CDATA[<p>Hi Akhilesh,</p>
<p>Services are available at addresses which are fixed. If you are concerned about using hardcoded URIs in code then putting them in config file can be another option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhilesh</title>
		<link>http://www.thereforesystems.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-12493</link>
		<dc:creator>Akhilesh</dc:creator>
		<pubDate>Fri, 27 Nov 2009 12:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-12493</guid>
		<description>Hi Deepak,
very nice intro.... 

I see that we are using hardcoded URL to access Data service in the &quot;consumer&quot; application. is there any way so that we dont have to hardcode the URL. AFAIK new Uri(&quot;Products.svc&quot;, UriKind.Relative) is a way but not working for me.

please let me know your thoughts on this.
Thanks
Akhilesh Bhale</description>
		<content:encoded><![CDATA[<p>Hi Deepak,<br />
very nice intro&#8230;. </p>
<p>I see that we are using hardcoded URL to access Data service in the &#8220;consumer&#8221; application. is there any way so that we dont have to hardcode the URL. AFAIK new Uri(&#8220;Products.svc&#8221;, UriKind.Relative) is a way but not working for me.</p>
<p>please let me know your thoughts on this.<br />
Thanks<br />
Akhilesh Bhale</p>
]]></content:encoded>
	</item>
</channel>
</rss>

