<?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.onedotnetway.com/adonet-data-services-tutorial-with-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onedotnetway.com/adonet-data-services-tutorial-with-aspnet/</link>
	<description>Everything .Net</description>
	<lastBuildDate>Fri, 26 Feb 2010 15:39:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.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.onedotnetway.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.onedotnetway.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.onedotnetway.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.onedotnetway.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.onedotnetway.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.onedotnetway.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.onedotnetway.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(&#8221;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>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-9466</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Thu, 17 Sep 2009 05:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-9466</guid>
		<description>Spocko,

This is a limitation of ADO.NET Data Services. LINQ supports joins and aggregates very well. We should however see more additions to features of ADO.NET Data Services and I&#039;m hoping that things missing in current release will be present in future releases, at least some of them.</description>
		<content:encoded><![CDATA[<p>Spocko,</p>
<p>This is a limitation of ADO.NET Data Services. LINQ supports joins and aggregates very well. We should however see more additions to features of ADO.NET Data Services and I&#8217;m hoping that things missing in current release will be present in future releases, at least some of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spocko</title>
		<link>http://www.onedotnetway.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-9464</link>
		<dc:creator>spocko</dc:creator>
		<pubDate>Thu, 17 Sep 2009 05:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-9464</guid>
		<description>It&#039;s a nice intro. But while linq is ok with me, not being able to create a join would seem to be very limiting. Is that a built in limitation of linq or is it a limitation of ado data services? Limitations like no joins and no aggregates would seem to be major showstoppers.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a nice intro. But while linq is ok with me, not being able to create a join would seem to be very limiting. Is that a built in limitation of linq or is it a limitation of ado data services? Limitations like no joins and no aggregates would seem to be major showstoppers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-9426</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Wed, 16 Sep 2009 10:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-9426</guid>
		<description>Hi Hla,

Do you have any specific question in mind?</description>
		<content:encoded><![CDATA[<p>Hi Hla,</p>
<p>Do you have any specific question in mind?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hla Kyaw Htun</title>
		<link>http://www.onedotnetway.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-9422</link>
		<dc:creator>Hla Kyaw Htun</dc:creator>
		<pubDate>Wed, 16 Sep 2009 09:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-9422</guid>
		<description>Hello
sir,
Now I am using Asp.net,but I don&#039;t know Ado.net data service clearly?
so,I want know .</description>
		<content:encoded><![CDATA[<p>Hello<br />
sir,<br />
Now I am using Asp.net,but I don&#8217;t know Ado.net data service clearly?<br />
so,I want know .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hla Kyaw Htun</title>
		<link>http://www.onedotnetway.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-9421</link>
		<dc:creator>Hla Kyaw Htun</dc:creator>
		<pubDate>Wed, 16 Sep 2009 08:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-9421</guid>
		<description>hello,sir
I want to know about Asp.net web service</description>
		<content:encoded><![CDATA[<p>hello,sir<br />
I want to know about Asp.net web service</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9eFish</title>
		<link>http://www.onedotnetway.com/adonet-data-services-tutorial-with-aspnet/comment-page-1/#comment-9361</link>
		<dc:creator>9eFish</dc:creator>
		<pubDate>Tue, 15 Sep 2009 01:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/adonet-data-services-tutorial-with-linq-to-sql-and-aspnet/#comment-9361</guid>
		<description>&lt;strong&gt;ADO.NET Data Services With ASP.NET &#124; One .Net Way...&lt;/strong&gt;

9efish.?????? - Trackback from 9eFish...</description>
		<content:encoded><![CDATA[<p><strong>ADO.NET Data Services With ASP.NET | One .Net Way&#8230;</strong></p>
<p>9efish.?????? &#8211; Trackback from 9eFish&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
