<?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>Software Rockstar &#187; Silverlight</title>
	<atom:link href="http://www.softwarerockstar.com/tag/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarerockstar.com</link>
	<description>Coaching and mentoring on a journey from a Developer to an IT Leader</description>
	<lastBuildDate>Tue, 13 Sep 2011 17:18:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simplify N-tier Development with WCF RIA Services</title>
		<link>http://www.softwarerockstar.com/2011/01/simplify-n-tier-development-with-wcf-ria-services/</link>
		<comments>http://www.softwarerockstar.com/2011/01/simplify-n-tier-development-with-wcf-ria-services/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 18:59:36 +0000</pubDate>
		<dc:creator>SoftwareRockstar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[automatic batch]]></category>
		<category><![CDATA[batch updates]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[data validation]]></category>
		<category><![CDATA[developmentor]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Studio]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[tier]]></category>
		<category><![CDATA[tier development]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.softwarerockstar.com/?p=619</guid>
		<description><![CDATA[Last night I was at Dallas .NET User Group meeting where Tony Sneed of DevelopMentor made a presentation on WCF RIA Services called &#8220;Turbocharge Silverlight Development with WCF RIA Services&#8220;. I had read about this new technology before, but never had the time to play with it. The presentation turned out to be pretty cool. [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I was at Dallas .NET User Group meeting where <a title="Tony Sneed's Blog" href="http://blog.tonysneed.com/" target="_blank">Tony Sneed</a> of <a title="DevlopMentor Home Page" href="http://www.develop.com/" target="_blank">DevelopMentor</a> made a presentation on <a title="WCF RIA Services Home Page" href="http://msdn.microsoft.com/en-us/library/ee707344(v=vs.91).aspx" target="_blank">WCF RIA Services</a> called &#8220;<a href="http://blog.tonysneed.com/2011/01/06/wcf-ria-services-talk/" target="_blank">Turbocharge Silverlight Development with WCF RIA Services</a>&#8220;.  I had read about this new technology before, but never had the time to play with it.</p>
<p>The presentation turned out to be pretty cool.  I think WCF RIA Services provides a very neat way to design n-tier apps without much hassle as it takes care of much of the heavy lifting for you providing very easy data validation, authentication, and role-based security amongst other awesomeness.  Also through code projection it automatically allows shared code between UI and the service tier, which makes it easy to write code once and use it cross-tier.  While WCF RIA Services can be used with any front-end, e.g. WinForms and ASP.NET, it really shines when combined with a Silverlight front-end.  The best part of the technology is automatic batch updates, which is really neat.</p>
<p><strong>Download and Install</strong></p>
<ol>
<li>Install WCF RIA Services for Silverlight 4
<ul>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=177508">Install WCF RIA Services</a> for Silverlight 4 and Visual Studio 2010</li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=185121">Install the WCF RIA Services Toolkit</a></li>
<li>If you already have the Silverlight 4 Tools and Visual Studio 2010 installed you can <a href="http://go.microsoft.com/fwlink/?LinkID=169231">download WCF RIA Services V1.0 directly</a></li>
</ul>
</li>
<li>Install WCF RIA Services SP1 Beta for Silverlight 4
<ul>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=205085">Install WCF RIA Services</a> SP1 Beta for Silverlight 4 and Visual Studio 2010</li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=205088">Install the WCF RIA Services December 2010 Toolkit</a> for WCF RIA Services SP1 Beta</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarerockstar.com/2011/01/simplify-n-tier-development-with-wcf-ria-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astoria and Jasper: Old Ideas New Technology</title>
		<link>http://www.softwarerockstar.com/2007/10/astoria-and-jasper-old-ideas-new-technology/</link>
		<comments>http://www.softwarerockstar.com/2007/10/astoria-and-jasper-old-ideas-new-technology/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 01:19:00 +0000</pubDate>
		<dc:creator>SoftwareRockstar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://mharoon.wordpress.com/2007/10/18/astoria-and-jasper-old-ideas-new-technology/</guid>
		<description><![CDATA[SubSonic is an excellent open source DAL generation tool developed by Rob Conery that has been around for almost a year. In most cases SubSonic can just be added to your project, pointed to a databse, and you magically and immediately gain access to a rich and strongly typed object model that can be used [...]]]></description>
			<content:encoded><![CDATA[<div class="imageleft"><img src="http://softwarerockstar.com/wp-content/uploads/2007/10/dotnet.png" alt="Microsoft .NET" title="Microsoft .NET" width="189" height="100" /></div>
<p><a href="http://www.subsonicproject.com/">SubSonic</a> is an excellent open source <a href="http://en.wikipedia.org/wiki/Data_access_layer">DAL</a> generation tool developed by Rob Conery that has been around for almost a year. In most cases <a href="http://www.subsonicproject.com/">SubSonic</a> can just be added to your project, pointed to a databse, and you magically and immediately gain access to a rich and strongly typed object model that can be used to query and persist data to and from your relational data source.</p>
<p><a href="http://www.subsonicproject.com/">SubSonic</a> also has a cool feature called the <a href="http://en.wikipedia.org/wiki/REST">REST</a> handler that essentially allows one to use <a href="http://en.wikipedia.org/wiki/Http">HTTP</a> protocol as an interface to data stored in a back-end relational database. It is <a href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier">URI</a> based and returns data back in <a href="http://en.wikipedia.org/wiki/Xml">XML</a> format. This data can then be used by decoupled client applications as they see fit. If you have never looked at <a href="http://www.subsonicproject.com/">SubSonic</a>, you owe it to yourself to checkout this very cool tool.</p>
<p>Recently Microsoft unveiled their plans to release similar features codenamed <a href="http://astoria.mslivelabs.com/">Astoria</a> and <a href="http://msdn2.microsoft.com/en-us/data/bb419139.aspx">Jasper</a> with <a href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx">.NET framework 3.5 and Visual Studio 2008</a>. The CTP of <a href="http://astoria.mslivelabs.com/">Astoria</a> and <a href="http://msdn2.microsoft.com/en-us/data/bb419139.aspx">Jasper</a> are available for download from Microsoft.</p>
<p>Jasper is described by Microsoft as:</p>
<blockquote><p>Project Jasper is geared towards iterative and agile development. You can<br />
start interacting with the data in your database without having to create<br />
mapping files or define classes. You can build user interfaces by naming<br />
controls according to your model without worrying about binding code. Project<br />
Jasper is also extensible, allowing you to provide your own business logic and<br />
class model. Since Project Jasper is built on top of the ADO.NET Entity<br />
Framework, it supports rich queries and complex mapping.
</p></blockquote>
<p>Pablo Castro, the mastermind behind Astoria describes it as:</p>
<blockquote><p>The goal of Microsoft Codename Astoria is to enable applications to expose data as a data service that can be consumed by web clients within a corporate network and across the internet. The data service is reachable over HTTP, and URIs are used to identify the various pieces of information available through the service. Interactions with the data service happens in terms of HTTP verbs such as GET, POST, PUT and DELETE, and the data exchanged in those interactions is represented in simple formats such as XML and JSON.</p></blockquote>
<p>The <a href="http://astoria.mslivelabs.com/">Astoria</a> web site also includes <a href="http://astoria.mslivelabs.com/OnlineService.aspx">sample online services</a> that showcases how this new technology can be used. It also allows anyone with a Passport account to design and host their own experimental data services .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarerockstar.com/2007/10/astoria-and-jasper-old-ideas-new-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight &#8211; A Rich User Interface For The Web</title>
		<link>http://www.softwarerockstar.com/2007/09/silverlight-a-rich-user-interface-for-the-web/</link>
		<comments>http://www.softwarerockstar.com/2007/09/silverlight-a-rich-user-interface-for-the-web/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 11:54:00 +0000</pubDate>
		<dc:creator>SoftwareRockstar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WinForms]]></category>
		<category><![CDATA[WinFX (.NET 3.0)]]></category>

		<guid isPermaLink="false">http://mharoon.wordpress.com/2007/09/11/silverlight-a-rich-user-interface-for-the-web/</guid>
		<description><![CDATA[The first version of Silverlight (formerly WPF/e) was recently released and can be downloaded from Microsoft&#8217;s web site. Contrary to what many people believe, Silverlight is not simply a rich media player for the web. Nor is it just a replacement or a competing product for Adobe Flash. Silverlight is a technology that allows developers [...]]]></description>
			<content:encoded><![CDATA[<div class="imageleft"><img src="http://softwarerockstar.com/wp-content/uploads/2007/09/silverlight_pic.png" alt="Microsoft Silverlight" title="Microsoft Silverlight" width="289" height="320"/></div>
<p>The first version of <a href="http://www.microsoft.com/silverlight/default_ns.aspx">Silverlight</a> (formerly WPF/e) was recently released and can be <a href="http://www.microsoft.com/silverlight/default_ns.aspx">downloaded</a> from Microsoft&#8217;s web site.</p>
<p>Contrary to what many people believe, Silverlight is not simply a rich media player for the web.  Nor is it just a replacement or a competing product for <a href="http://www.adobe.com/products/flash/">Adobe Flash</a>.  <a href="http://www.microsoft.com/silverlight/default_ns.aspx">Silverlight</a> is a technology that allows developers to deliver Windows-like rich user experience to the web.  This includes animations, vector graphics, music, movies, etc., but it also includes the ability to develop WinForms-like applications with grids, treeviews, toolbars, and so on and so forth.</p>
<p>To get started with Silverlight, checkout <a href="http://silverlight.net/Learn/LearnVideos.aspx#video262">these videos</a>, or see <a href="http://msdn.microsoft.com/theshow/episode.aspx?xml=theshow/en/episode063/manifest.xml">this demo</a> by Scott Guthrie and Jason Zander on the <a href="http://msdn.microsoft.com/theshow/default.aspx">.NET Show</a>.  If you are looking to develop a WinForms-like user experience, you may also appreciate <a href="http://community.netikatech.com/demos/">GOA WinForms</a> which is an implementation of standard System.Windows.Forms .NET library for both <a href="http://www.adobe.com/products/flash/">Adobe Flash</a> and <a href="http://www.microsoft.com/silverlight/default_ns.aspx">Silverlight</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarerockstar.com/2007/09/silverlight-a-rich-user-interface-for-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

