<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silverlight &#38; WCF RIA Services &#187; Diagrams</title>
	<atom:link href="http://bachelorthesis.zdechovan.com/tag/diagrams/feed/" rel="self" type="application/rss+xml" />
	<link>http://bachelorthesis.zdechovan.com</link>
	<description>Bachelor Thesis About RIA Enterprise Applications (written by Lukáš Zdechovan, led by Ondrej Svačina)</description>
	<lastBuildDate>Sat, 29 May 2010 17:57:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WCF RIA Services</title>
		<link>http://bachelorthesis.zdechovan.com/wcf-ria-services/</link>
		<comments>http://bachelorthesis.zdechovan.com/wcf-ria-services/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 22:37:41 +0000</pubDate>
		<dc:creator>Lukáš Zdechovan</dc:creator>
				<category><![CDATA[Introduction]]></category>
		<category><![CDATA[Diagrams]]></category>
		<category><![CDATA[WCF RIA Services]]></category>

		<guid isPermaLink="false">http://bachelorthesis.zdechovan.com/?p=34</guid>
		<description><![CDATA[What actually is WCF RIA Services (known also as .NET RIA Services)?  Briefly, it simplifies the development of n-tier solutions for Rich Internet Applications (RIA) by linking/grouping/boxing ASP.NET and Silverlight platforms.

Excerpt from MSDN documentation:
A common problem when developing an n-tier RIA solution is coordinating application logic between the middle tier and the presentation tier. To [...]]]></description>
			<content:encoded><![CDATA[<p>What actually is WCF RIA Services (known also as .NET RIA Services)?  Briefly, it simplifies the development of n-tier solutions for Rich Internet Applications (RIA) by linking/grouping/boxing ASP.NET and Silverlight platforms.</p>
<p><span id="more-34"></span></p>
<p>Excerpt from MSDN documentation:</p>
<p>A common problem when developing an n-tier RIA solution is <strong>coordinating application logic</strong> between the middle tier and the presentation tier. To create the best user experience, you want your RIA client to be aware of the application logic that resides on the server, but you do not want to develop and maintain the application logic on <strong>both</strong> the presentation tier and the middle tier. RIA Services solves this problem by providing framework components, tools, and services that make <strong>the application logic on the server available to the RIA client</strong> without having to manually duplicate that programming logic. You can create a RIA client that is aware of business rules and know that the client is <strong>automatically updated</strong> with latest middle tier logic every time that the solution is re-compiled.</p>
<p>The following illustration shows a simplified version of an n-tier application. RIA Services focuses on the box between the presentation tier and the data access layer to facilitate n-tier development with a RIA client.</p>
<div id="attachment_35" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-35 " style="margin: 10px;" title="wcf-ria-services-blog" src="http://bachelorthesis.zdechovan.com/wp-content/uploads/2009/11/wcf-ria-services-blog.png" alt="WCF RIA Services n-tier application architecture" width="600" height="326" /><p class="wp-caption-text">WCF RIA Services n-tier application architecture</p></div>
<p>WCF RIA Services focus into the box between Presentation Logic and Data Access Layer providing Data Services on the server accessible to the client via Data Context.</p>
<p>There are many technologies that can be used to create the web application. The next picture illustrates this.</p>
<div id="attachment_39" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-39" title="ria-services-technologies" src="http://bachelorthesis.zdechovan.com/wp-content/uploads/2009/11/ria-services-technologies.png" alt="Various technologies can be used in Presentation tier and Data tier" width="600" height="464" /><p class="wp-caption-text">Various technologies can be used in Presentation tier and Data tier</p></div>
<p>&#8230;to be continued (this article is not complete yet)</p>
]]></content:encoded>
			<wfw:commentRss>http://bachelorthesis.zdechovan.com/wcf-ria-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

