<?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: 2009&#8217;s Preview Part I &#8211; Datasource controls for Silverlight</title>
	<atom:link href="http://blog.intersoftsolutions.com/2008/12/2009s-preview-part-i-datasource-controls-for-silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.intersoftsolutions.com/2008/12/2009s-preview-part-i-datasource-controls-for-silverlight/</link>
	<description>All about development productivity – ASP.NET, Silverlight, WPF, iOS, Android, Windows Phone, Windows 8</description>
	<lastBuildDate>Mon, 21 Jun 2021 04:23:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.33</generator>
	<item>
		<title>By: Intersoft Presenter™ CTP is here! &#171; Intersoft Solutions Corporate Blog</title>
		<link>http://blog.intersoftsolutions.com/2008/12/2009s-preview-part-i-datasource-controls-for-silverlight/#comment-168</link>
		<dc:creator><![CDATA[Intersoft Presenter™ CTP is here! &#171; Intersoft Solutions Corporate Blog]]></dc:creator>
		<pubDate>Fri, 30 Jan 2009 16:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://intersoftpt.wordpress.com/?p=361#comment-168</guid>
		<description><![CDATA[[...] this month, I&#8217;ve introduced our data access strategy and presentation components for Silverlight 2. And as promised, today we released the long-awaited [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] this month, I&#8217;ve introduced our data access strategy and presentation components for Silverlight 2. And as promised, today we released the long-awaited [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hayat</title>
		<link>http://blog.intersoftsolutions.com/2008/12/2009s-preview-part-i-datasource-controls-for-silverlight/#comment-167</link>
		<dc:creator><![CDATA[Ben Hayat]]></dc:creator>
		<pubDate>Mon, 26 Jan 2009 11:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://intersoftpt.wordpress.com/?p=361#comment-167</guid>
		<description><![CDATA[Hi Jimmy;
Could you please send me an email?
Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Jimmy;<br />
Could you please send me an email?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://blog.intersoftsolutions.com/2008/12/2009s-preview-part-i-datasource-controls-for-silverlight/#comment-166</link>
		<dc:creator><![CDATA[Jimmy]]></dc:creator>
		<pubDate>Mon, 26 Jan 2009 03:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://intersoftpt.wordpress.com/?p=361#comment-166</guid>
		<description><![CDATA[Hi Ben,

Thanks for your comment. Below is the answer to your questions.

&gt; But what I would like to know, how are you dealing with Data Validation on the client side and server side? 

Our data source controls expose numerous events that you can use to perform data vaildation before the data request is sent to server.

On the server side, you can use Query Interceptor on the Astoria&#039;s end point to perform data validation.

&gt; How would a developer set the criteria that could take place on the server side or client side?

Most custom codes can be placed in event handlers, such as Selecting, Selected, Updating, Updated, and so on.

&gt; Or have you thought about having a Business Object system on the server side which uses Astoria in the background...

In fact, Astoria works in concert with ADO.NET Entity Framework. So, you don&#039;t need to use your own business object. However, you can still use your custom business object if you prefer, by simply creating a new data service which is then passed to the Astoria service to be consumed.

We think that Astoria has reached a quite mature point so far, although there are some areas related to query customization that we expect them to improve in their next version.

Let me know if you have other questions. Have a nice day Ben!

Regards,
Jimmy.]]></description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>Thanks for your comment. Below is the answer to your questions.</p>
<p>&gt; But what I would like to know, how are you dealing with Data Validation on the client side and server side? </p>
<p>Our data source controls expose numerous events that you can use to perform data vaildation before the data request is sent to server.</p>
<p>On the server side, you can use Query Interceptor on the Astoria&#8217;s end point to perform data validation.</p>
<p>&gt; How would a developer set the criteria that could take place on the server side or client side?</p>
<p>Most custom codes can be placed in event handlers, such as Selecting, Selected, Updating, Updated, and so on.</p>
<p>&gt; Or have you thought about having a Business Object system on the server side which uses Astoria in the background&#8230;</p>
<p>In fact, Astoria works in concert with ADO.NET Entity Framework. So, you don&#8217;t need to use your own business object. However, you can still use your custom business object if you prefer, by simply creating a new data service which is then passed to the Astoria service to be consumed.</p>
<p>We think that Astoria has reached a quite mature point so far, although there are some areas related to query customization that we expect them to improve in their next version.</p>
<p>Let me know if you have other questions. Have a nice day Ben!</p>
<p>Regards,<br />
Jimmy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hayat</title>
		<link>http://blog.intersoftsolutions.com/2008/12/2009s-preview-part-i-datasource-controls-for-silverlight/#comment-165</link>
		<dc:creator><![CDATA[Ben Hayat]]></dc:creator>
		<pubDate>Sat, 24 Jan 2009 08:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://intersoftpt.wordpress.com/?p=361#comment-165</guid>
		<description><![CDATA[Hi;
I think the Datasource is a great step towards LoB offering. My understanding is that the DataSource component and DataPresenter are mainly SL client side components. But what I would like to know, how are you dealing with Data Validation on the client side and server side? How would a developer set the criteria that could take place on the server side or client side? I should have pointed out my inquiry was related to Astoria DataSource.

Or have you thought about having a Business Object system on the server side which uses Astoria in the background for it&#039;s data pluming and developer will only have to deal with BO for setting Validation and rules and this server BO will work with your client side DataSource and Astoria is used in the middle, as a transparent media?

I think Datasource is greatm but it only addresses half of the problem. What do you think?
Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi;<br />
I think the Datasource is a great step towards LoB offering. My understanding is that the DataSource component and DataPresenter are mainly SL client side components. But what I would like to know, how are you dealing with Data Validation on the client side and server side? How would a developer set the criteria that could take place on the server side or client side? I should have pointed out my inquiry was related to Astoria DataSource.</p>
<p>Or have you thought about having a Business Object system on the server side which uses Astoria in the background for it&#8217;s data pluming and developer will only have to deal with BO for setting Validation and rules and this server BO will work with your client side DataSource and Astoria is used in the middle, as a transparent media?</p>
<p>I think Datasource is greatm but it only addresses half of the problem. What do you think?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hi, Hello and Welcome &#171; ansoesil&#8217;s Blog</title>
		<link>http://blog.intersoftsolutions.com/2008/12/2009s-preview-part-i-datasource-controls-for-silverlight/#comment-164</link>
		<dc:creator><![CDATA[Hi, Hello and Welcome &#171; ansoesil&#8217;s Blog]]></dc:creator>
		<pubDate>Sat, 24 Jan 2009 04:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://intersoftpt.wordpress.com/?p=361#comment-164</guid>
		<description><![CDATA[[...] going to launch CTP release for two new products in 2009 which are Intersoft Solutions Data Source for Silverlight and Intersoft Solutions Presenter for Silverlight quite soon (if everything goes well, by the end [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] going to launch CTP release for two new products in 2009 which are Intersoft Solutions Data Source for Silverlight and Intersoft Solutions Presenter for Silverlight quite soon (if everything goes well, by the end [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Cox</title>
		<link>http://blog.intersoftsolutions.com/2008/12/2009s-preview-part-i-datasource-controls-for-silverlight/#comment-163</link>
		<dc:creator><![CDATA[Ken Cox]]></dc:creator>
		<pubDate>Mon, 12 Jan 2009 18:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://intersoftpt.wordpress.com/?p=361#comment-163</guid>
		<description><![CDATA[http://weblogs.asp.net/kencox/archive/2009/01/12/wcfdatasource-and-astoriadatasource-controls-coming.aspx]]></description>
		<content:encoded><![CDATA[<p><a href="http://weblogs.asp.net/kencox/archive/2009/01/12/wcfdatasource-and-astoriadatasource-controls-coming.aspx" rel="nofollow">http://weblogs.asp.net/kencox/archive/2009/01/12/wcfdatasource-and-astoriadatasource-controls-coming.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2009’s Preview Part II - The Grid Duo &#171; Intersoft Solutions Corporate Blog</title>
		<link>http://blog.intersoftsolutions.com/2008/12/2009s-preview-part-i-datasource-controls-for-silverlight/#comment-162</link>
		<dc:creator><![CDATA[2009’s Preview Part II - The Grid Duo &#171; Intersoft Solutions Corporate Blog]]></dc:creator>
		<pubDate>Fri, 02 Jan 2009 03:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://intersoftpt.wordpress.com/?p=361#comment-162</guid>
		<description><![CDATA[[...] ASP.NET, WebUI Studio 2009 &#124;  If you haven&#8217;t read my previous posts, I recommend you to read Part I - DataSource controls for Silverlight before reading this [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] ASP.NET, WebUI Studio 2009 |  If you haven&#8217;t read my previous posts, I recommend you to read Part I &#8211; DataSource controls for Silverlight before reading this [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
