<?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>Answer My Query &#187; &#8211; Silver Light</title>
	<atom:link href="http://blog.answermyquery.com/category/microsoft-silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.answermyquery.com</link>
	<description>Stay Updated !</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:55:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OData: The Open Data Protocol</title>
		<link>http://blog.answermyquery.com/2010/07/odata-the-open-data-protocol/</link>
		<comments>http://blog.answermyquery.com/2010/07/odata-the-open-data-protocol/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 13:29:34 +0000</pubDate>
		<dc:creator>mtaulty</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>

		<guid isPermaLink="false">c62f47b3-9054-4265-9c0c-549d811810c2:12596</guid>
		<description><![CDATA[Mike asked me to write something about OData for this week’s MSDN Flash Newsletter – reproducing that below – mostly just a bit of fun as it’s hard to fit anything into these short articles. It’s hard to write an article to teach you anything about OData in 500 words. Why set out on that journey when we can do something “less boring instead”; Run up your browser. I recommend IE8 as it seems to have most control around viewing raw XML but you can use “View Source” in FireFox or Chrome. Remember in IE8 to switch off the lipstick that it applies to ATOM/RSS data by using the following menu options; Tools &#124; Internet Options &#124; Content &#124; Feeds and Web Slices &#124; Settings &#124; Feed Reading View OFF Point it at http://odata.netflix.com/Catalog (the Netflix movie catalog in OData format) Notice that the default XML namespace is the open standard ATOM Publishing Protocol Query for Movie People: http://odata.netflix.com/Catalog/People . Notice that the default XML namespace is the open standard ATOM XML format Double extra bonus...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/28/odata-the-open-data-protocol.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12596" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/zCEy32LsC-I" height="1">]]></description>
			<content:encoded><![CDATA[Mike asked me to write something about OData for this week’s MSDN Flash Newsletter – reproducing that below – mostly just a bit of fun as it’s hard to fit anything into these short articles. It’s hard to write an article to teach you anything about OData in 500 words. Why set out on that journey when we can do something “less boring instead”; Run up your browser. I recommend IE8 as it seems to have most control around viewing raw XML but you can use “View Source” in FireFox or Chrome. Remember in IE8 to switch off the lipstick that it applies to ATOM/RSS data by using the following menu options; Tools | Internet Options | Content | Feeds and Web Slices | Settings | Feed Reading View OFF Point it at http://odata.netflix.com/Catalog (the Netflix movie catalog in OData format) Notice that the default XML namespace is the open standard ATOM Publishing Protocol Query for Movie People: http://odata.netflix.com/Catalog/People . Notice that the default XML namespace is the open standard ATOM XML format Double extra bonus...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/28/odata-the-open-data-protocol.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12596" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/zCEy32LsC-I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/odata-the-open-data-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight and WCF RIA Services (6–Validation)</title>
		<link>http://blog.answermyquery.com/2010/07/silverlight-and-wcf-ria-services-6%e2%80%93validation/</link>
		<comments>http://blog.answermyquery.com/2010/07/silverlight-and-wcf-ria-services-6%e2%80%93validation/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:37:40 +0000</pubDate>
		<dc:creator>mtaulty</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>

		<guid isPermaLink="false">c62f47b3-9054-4265-9c0c-549d811810c2:12590</guid>
		<description><![CDATA[One of the strengths of WCF RIA Services is in its capabilities around the application of common validation logic on both the client tier and the service tier. If I take the simplest route to create a new Silverlight+RIA Services project as in File &#124; New Project; and then make sure that I “switch on” RIA Services; and then add a new Entity Data Model for my Northwind database to the generated web application project; generating that model from the database with just a couple of tables into it (Categories and Products); giving me a nice small model; and then basing a Domain Service on that model, using Visual Studio to add another new item (Domain Service class) into my web application project; and in the wizard that pops up to generate the skeleton bits of service-side code for me I enable editing for my Product entity set but not for my Category entity set and I also ask Visual Studio to generate metadata classes for me as in the dialog below; then, with all that done, Visual studio will generate for me service...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/27/silverlight-and-wcf-ria-services-6-validation.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12590" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/Z0txWl6VmxM" height="1">]]></description>
			<content:encoded><![CDATA[One of the strengths of WCF RIA Services is in its capabilities around the application of common validation logic on both the client tier and the service tier. If I take the simplest route to create a new Silverlight+RIA Services project as in File | New Project; and then make sure that I “switch on” RIA Services; and then add a new Entity Data Model for my Northwind database to the generated web application project; generating that model from the database with just a couple of tables into it (Categories and Products); giving me a nice small model; and then basing a Domain Service on that model, using Visual Studio to add another new item (Domain Service class) into my web application project; and in the wizard that pops up to generate the skeleton bits of service-side code for me I enable editing for my Product entity set but not for my Category entity set and I also ask Visual Studio to generate metadata classes for me as in the dialog below; then, with all that done, Visual studio will generate for me service...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/27/silverlight-and-wcf-ria-services-6-validation.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12590" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/Z0txWl6VmxM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/silverlight-and-wcf-ria-services-6%e2%80%93validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight and WebSockets</title>
		<link>http://blog.answermyquery.com/2010/07/silverlight-and-websockets/</link>
		<comments>http://blog.answermyquery.com/2010/07/silverlight-and-websockets/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 11:03:01 +0000</pubDate>
		<dc:creator>mtaulty</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>

		<guid isPermaLink="false">c62f47b3-9054-4265-9c0c-549d811810c2:12587</guid>
		<description><![CDATA[I was intrigued by this post from Tomek which has links to a prototype of an application built with Silverlight but using WebSockets. It’s kind of interesting because running the application in IE9 gives me; now, the only bit of that application that’s actually Silverlight is the highlighted blue square which is providing a client side implementation of WebSockets to the browser based code which is just HTML/JS. If I run in Chrome I see; because Chrome has support for WebSockets already and so the sample switches out the Silverlight functionality. If you’ve not read about WebSockets then there’s a starter here and info on the protocol up here . If you’ve programmed with connected, TCP sockets then you know that the model is essentially; Server listens. Client connects. Connection stays open during lifetime of communication. Client and Server send stuff any time they like in a full-duplex manner. So, traditional sockets are great in that they allow full duplex comms such as when the server wants to notify the client...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/27/silverlight-and-websockets.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12587" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/YaDMUubcPvA" height="1">]]></description>
			<content:encoded><![CDATA[I was intrigued by this post from Tomek which has links to a prototype of an application built with Silverlight but using WebSockets. It’s kind of interesting because running the application in IE9 gives me; now, the only bit of that application that’s actually Silverlight is the highlighted blue square which is providing a client side implementation of WebSockets to the browser based code which is just HTML/JS. If I run in Chrome I see; because Chrome has support for WebSockets already and so the sample switches out the Silverlight functionality. If you’ve not read about WebSockets then there’s a starter here and info on the protocol up here . If you’ve programmed with connected, TCP sockets then you know that the model is essentially; Server listens. Client connects. Connection stays open during lifetime of communication. Client and Server send stuff any time they like in a full-duplex manner. So, traditional sockets are great in that they allow full duplex comms such as when the server wants to notify the client...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/27/silverlight-and-websockets.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12587" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/YaDMUubcPvA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/silverlight-and-websockets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“The Way of MEF”–UK Sessions with Glenn Block</title>
		<link>http://blog.answermyquery.com/2010/07/%e2%80%9cthe-way-of-mef%e2%80%9d%e2%80%93uk-sessions-with-glenn-block/</link>
		<comments>http://blog.answermyquery.com/2010/07/%e2%80%9cthe-way-of-mef%e2%80%9d%e2%80%93uk-sessions-with-glenn-block/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 08:56:57 +0000</pubDate>
		<dc:creator>mtaulty</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>

		<guid isPermaLink="false">c62f47b3-9054-4265-9c0c-549d811810c2:12576</guid>
		<description><![CDATA[We were very lucky to have Glenn Block in the UK recently and he did a whole morning talking about the Managed Extensibility Framework (MEF) to a fairly packed room of around 120 developers on the UK Microsoft Campus. I was really pleased to be able to host Glenn but I also wanted to get the sessions filmed so that we could share them with people who couldn’t make it on the day. But in all honesty we (Microsoft) can be pretty cheap around some of this stuff and I didn’t have any money to pay for filming. But then the sun shone on me and Ian Smith ( UK .NET contractor, Silverlight Outsider , film buff, etc ) saved the day by dropping me a mail saying something like “Hey, I’m coming along – do you want me to film it?”. Naturally, the answer was “Yes, please” and Ian did a great job. As an aside; Ian filmed the sessions for free in his own time with his own kit and did the post-editing work on them. He does a tonne of that kind of work for the UK developer community. Ian does a better job than any of the paid-for...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/26/the-way-of-mef-uk-sessions-with-glenn-block.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12576" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/AMLz-vH9aFA" height="1">]]></description>
			<content:encoded><![CDATA[We were very lucky to have Glenn Block in the UK recently and he did a whole morning talking about the Managed Extensibility Framework (MEF) to a fairly packed room of around 120 developers on the UK Microsoft Campus. I was really pleased to be able to host Glenn but I also wanted to get the sessions filmed so that we could share them with people who couldn’t make it on the day. But in all honesty we (Microsoft) can be pretty cheap around some of this stuff and I didn’t have any money to pay for filming. But then the sun shone on me and Ian Smith ( UK .NET contractor, Silverlight Outsider , film buff, etc ) saved the day by dropping me a mail saying something like “Hey, I’m coming along – do you want me to film it?”. Naturally, the answer was “Yes, please” and Ian did a great job. As an aside; Ian filmed the sessions for free in his own time with his own kit and did the post-editing work on them. He does a tonne of that kind of work for the UK developer community. Ian does a better job than any of the paid-for...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/26/the-way-of-mef-uk-sessions-with-glenn-block.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12576" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/AMLz-vH9aFA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/%e2%80%9cthe-way-of-mef%e2%80%9d%e2%80%93uk-sessions-with-glenn-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight 4, MEF and MVVM: loading different “MEF Modules” in the same Container</title>
		<link>http://blog.answermyquery.com/2010/07/silverlight-4-mef-and-mvvm-loading-different-%e2%80%9cmef-modules%e2%80%9d-in-the-same-container/</link>
		<comments>http://blog.answermyquery.com/2010/07/silverlight-4-mef-and-mvvm-loading-different-%e2%80%9cmef-modules%e2%80%9d-in-the-same-container/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 23:19:10 +0000</pubDate>
		<dc:creator>Davide</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Programming]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[- news]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[Silver Light]]></category>

		<guid isPermaLink="false">http://www.davidezordan.net/blog/?p=2025</guid>
		<description><![CDATA[Today I’ve finally found some time to make modifications in the “MEF MVVM” project on Codeplex in order to: create a new module using WCF RIA Services and dynamically load this it inside the “MEF module container” described in the previous post; use the INavigationContentLoader interface and MEF Metadata to share the same container for [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Today I’ve finally found some time to make modifications in the “<a href="http://mefmvvm.codeplex.com/" ><strong>MEF MVVM</strong></a>” project on Codeplex in order to:</p>
<ul>
<li>
<div>create a new module using <a href="http://www.silverlight.net/getstarted/riaservices/" ><strong>WCF RIA Services</strong></a> and dynamically load this it inside the “<em>MEF module container</em>” described in the <a href="http://www.davidezordan.net/blog/?p=1734" ><strong>previous post</strong></a>;</div>
</li>
<li>
<div>use the <a href="http://www.wintellect.com/CS/blogs/jprosise/archive/2010/02/08/silverlight-4-s-new-inavigationcontentloader-interface.aspx" ><strong>INavigationContentLoader</strong></a> interface and <a href="http://mef.codeplex.com/" ><strong>MEF</strong></a> Metadata to share the same container for the various “MEF Modules”;</div>
</li>
<li>
<div>use the new <strong><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e9da0eb8-f31b-4490-85b8-92c2f807df9e&amp;DisplayLang=en" >Cosmopolitan</a> theme</strong> available for Silverlight Navigation applications;</div>
</li>
<li>
<div>refactor the code of the ViewModel base class using the one available in the latest <a href="http://compositewpf.codeplex.com/releases/view/48920" ><strong>Prism drops</strong></a>;</div>
</li>
<li>
<div>refactor unit tests inserting an apposite Mock service.</div>
</li>
</ul>
<p><a href="http://mefmvvm.codeplex.com/" ><img class="wlDisabledImage" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="MEFMVVMRIA" src="http://www.davidezordan.net/blog/wp-content/uploads/2010/07/MEFMVVMRIA.png" border="0" alt="MEFMVVMRIA" width="493" height="279" /></a><br />
The source code is available for download on <a href="http://mefmvvm.codeplex.com/" ><strong>Codeplex</strong></a>.</p>
<p>Happy Silverlighting!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/silverlight-4-mef-and-mvvm-loading-different-%e2%80%9cmef-modules%e2%80%9d-in-the-same-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Solution Navigator</title>
		<link>http://blog.answermyquery.com/2010/07/visual-studio-solution-navigator/</link>
		<comments>http://blog.answermyquery.com/2010/07/visual-studio-solution-navigator/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 08:05:15 +0000</pubDate>
		<dc:creator>mtaulty</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>

		<guid isPermaLink="false">c62f47b3-9054-4265-9c0c-549d811810c2:12570</guid>
		<description><![CDATA[From the Visual Studio blog, the “Solution Navigator” looks pretty cool… downloading…...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/23/visual-studio-solution-navigator.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12570" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/oj2uBNVwp08" height="1">]]></description>
			<content:encoded><![CDATA[From the Visual Studio blog, the “Solution Navigator” looks pretty cool… downloading…...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/23/visual-studio-solution-navigator.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12570" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/oj2uBNVwp08" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/visual-studio-solution-navigator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging a “Silverlight Business Application” Out Of Browser</title>
		<link>http://blog.answermyquery.com/2010/07/debugging-a-%e2%80%9csilverlight-business-application%e2%80%9d-out-of-browser/</link>
		<comments>http://blog.answermyquery.com/2010/07/debugging-a-%e2%80%9csilverlight-business-application%e2%80%9d-out-of-browser/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 23:52:11 +0000</pubDate>
		<dc:creator>mtaulty</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>

		<guid isPermaLink="false">c62f47b3-9054-4265-9c0c-549d811810c2:12562</guid>
		<description><![CDATA[If you’re using RIA Services then you might be using the “Silverlight Business Application” template which has an issue with out-of-browser debugging which causes it to throw an exception rather than start your debugging session properly. Fortunately, it’s an easy workaround documented below; “ Debugging an OOB Silverlight Business Application ”...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/20/debugging-a-silverlight-business-application-out-of-browser.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12562" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/9TWxTLLYwJY" height="1">]]></description>
			<content:encoded><![CDATA[If you’re using RIA Services then you might be using the “Silverlight Business Application” template which has an issue with out-of-browser debugging which causes it to throw an exception rather than start your debugging session properly. Fortunately, it’s an easy workaround documented below; “ Debugging an OOB Silverlight Business Application ”...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/20/debugging-a-silverlight-business-application-out-of-browser.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12562" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/9TWxTLLYwJY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/debugging-a-%e2%80%9csilverlight-business-application%e2%80%9d-out-of-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF DataServices &amp; the Processing Pipeline?</title>
		<link>http://blog.answermyquery.com/2010/07/wcf-dataservices-the-processing-pipeline/</link>
		<comments>http://blog.answermyquery.com/2010/07/wcf-dataservices-the-processing-pipeline/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 23:30:55 +0000</pubDate>
		<dc:creator>mtaulty</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>

		<guid isPermaLink="false">c62f47b3-9054-4265-9c0c-549d811810c2:12559</guid>
		<description><![CDATA[I spent quite a lot of time with WCF Data Services (‘Astoria’/’ADO.NET Data Services’ as it was) in its first iteration. It’s a framework that I really like so I’m feeling a little guilty that I haven’t found time to completely revisit it as it becomes part of a ‘much bigger thing’ (i.e. OData ) and as it got rev’d in .NET 4.0 and (from a client perspective) Silverlight 4. I have been doing some of that revisiting in a piecemeal fashion though and there’s good material out there. For instance I came across articles such as Elisa’s and the main MSDN library page which give you enhancements such as; the DataServiceCollection&#60;T&#62; type on the client side to do a tonne of binding goodness and auto-change tracking server driven paging obtaining a total row count for an entity set either with the data or on its own as a separate piece of data client side projections (i.e. selecting just the columns of data that you want) more flexibility around how you plug in your server side data in order so that you can expose;...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/20/wcf-dataservices-amp-the-processing-pipeline.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12559" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/6U1rPqeNWkA" height="1">]]></description>
			<content:encoded><![CDATA[I spent quite a lot of time with WCF Data Services (‘Astoria’/’ADO.NET Data Services’ as it was) in its first iteration. It’s a framework that I really like so I’m feeling a little guilty that I haven’t found time to completely revisit it as it becomes part of a ‘much bigger thing’ (i.e. OData ) and as it got rev’d in .NET 4.0 and (from a client perspective) Silverlight 4. I have been doing some of that revisiting in a piecemeal fashion though and there’s good material out there. For instance I came across articles such as Elisa’s and the main MSDN library page which give you enhancements such as; the DataServiceCollection&lt;T&gt; type on the client side to do a tonne of binding goodness and auto-change tracking server driven paging obtaining a total row count for an entity set either with the data or on its own as a separate piece of data client side projections (i.e. selecting just the columns of data that you want) more flexibility around how you plug in your server side data in order so that you can expose;...(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/20/wcf-dataservices-amp-the-processing-pipeline.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12559" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/6U1rPqeNWkA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/wcf-dataservices-the-processing-pipeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OData Slides from the NxtGen User Group Festival</title>
		<link>http://blog.answermyquery.com/2010/07/odata-slides-from-the-nxtgen-user-group-festival/</link>
		<comments>http://blog.answermyquery.com/2010/07/odata-slides-from-the-nxtgen-user-group-festival/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 10:48:32 +0000</pubDate>
		<dc:creator>mtaulty</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>

		<guid isPermaLink="false">c62f47b3-9054-4265-9c0c-549d811810c2:12557</guid>
		<description><![CDATA[I did a short session on the Open Data Protocol (OData) last week at the NxtGen User Group and I thought I’d share the slides here. There are quite a few builds/animations in that slide-deck so I’d suggest that downloading it will produce a better experience than viewing it on SlideShare....(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/19/odata-slides-from-the-nxtgen-user-group-festival.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12557" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/4PtfK9uPkLc" height="1">]]></description>
			<content:encoded><![CDATA[I did a short session on the Open Data Protocol (OData) last week at the NxtGen User Group and I thought I’d share the slides here. There are quite a few builds/animations in that slide-deck so I’d suggest that downloading it will produce a better experience than viewing it on SlideShare....(<a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/07/19/odata-slides-from-the-nxtgen-user-group-festival.aspx">read more</a>)<img src="http://mtaulty.com/CommunityServer/aggbug.aspx?PostID=12557" width="1" height="1"><img src="http://feeds.feedburner.com/~r/mtaulty/~4/4PtfK9uPkLc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/odata-slides-from-the-nxtgen-user-group-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ooyala and Silverlight Bring the Beach Volleyball Open to You, Live!</title>
		<link>http://blog.answermyquery.com/2010/07/ooyala-and-silverlight-bring-the-beach-volleyball-open-to-you-live/</link>
		<comments>http://blog.answermyquery.com/2010/07/ooyala-and-silverlight-bring-the-beach-volleyball-open-to-you-live/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 03:12:36 +0000</pubDate>
		<dc:creator>Silverlight Team</dc:creator>
				<category><![CDATA[- Droid Incredible]]></category>
		<category><![CDATA[- Droid X]]></category>
		<category><![CDATA[- Google Android]]></category>
		<category><![CDATA[- Pega Systems]]></category>
		<category><![CDATA[- Silver Light]]></category>
		<category><![CDATA[- android apps]]></category>
		<category><![CDATA[- Virtualization]]></category>
		<category><![CDATA[Application Packaging]]></category>
		<category><![CDATA[Beautiful Examples]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://team.silverlight.net/announcement/ooyala-and-silverlight-bring-the-beach-volleyball-open-to-you-live/</guid>
		<description><![CDATA[<p>Exciting news for beach volleyball fans: watch live coverage of the AVP Nivea Tour Hermosa Beach on <a href="http://www.avp.com/">AVP.com</a> powered by Ooyala’s new Silverlight player.</p>  <p>Check out the <a href="http://www.ooyala.com/blog" target="_blank">Ooyala blog</a> and learn about the <a href="http://www.ooyala.com/go/microsoft-silverlight" target="_blank">Ooyala player for Silverlight</a>, which leverages the <a href="http://smf.codeplex.com/" target="_blank">Silverlight Media Framework</a>. Most importantly, watch and enjoy the action unfold on Saturday, July 17th from 1:30pm-6.30pm Pacific Time over at <a href="http://www.avp.com/" target="_blank">AVP.com</a>.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/rp-Ag-HtW8KuFuf2uLziTdSzkQE/0/da"><img src="http://feedads.g.doubleclick.net/~a/rp-Ag-HtW8KuFuf2uLziTdSzkQE/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/rp-Ag-HtW8KuFuf2uLziTdSzkQE/1/da"><img src="http://feedads.g.doubleclick.net/~a/rp-Ag-HtW8KuFuf2uLziTdSzkQE/1/di" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheSilverlightBlog?a=ZERlX3cb4as:XVLj8Up56qs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheSilverlightBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheSilverlightBlog?a=ZERlX3cb4as:XVLj8Up56qs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheSilverlightBlog?i=ZERlX3cb4as:XVLj8Up56qs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheSilverlightBlog?a=ZERlX3cb4as:XVLj8Up56qs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheSilverlightBlog?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></description>
			<content:encoded><![CDATA[<p>Exciting news for beach volleyball fans: watch live coverage of the AVP Nivea Tour Hermosa Beach on <a href="http://www.avp.com/">AVP.com</a> powered by Ooyala’s new Silverlight player.</p>  <p>Check out the <a href="http://www.ooyala.com/blog" >Ooyala blog</a> and learn about the <a href="http://www.ooyala.com/go/microsoft-silverlight" >Ooyala player for Silverlight</a>, which leverages the <a href="http://smf.codeplex.com/" >Silverlight Media Framework</a>. Most importantly, watch and enjoy the action unfold on Saturday, July 17th from 1:30pm-6.30pm Pacific Time over at <a href="http://www.avp.com/" >AVP.com</a>.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/rp-Ag-HtW8KuFuf2uLziTdSzkQE/0/da"><img src="http://feedads.g.doubleclick.net/~a/rp-Ag-HtW8KuFuf2uLziTdSzkQE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rp-Ag-HtW8KuFuf2uLziTdSzkQE/1/da"><img src="http://feedads.g.doubleclick.net/~a/rp-Ag-HtW8KuFuf2uLziTdSzkQE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheSilverlightBlog?a=ZERlX3cb4as:XVLj8Up56qs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheSilverlightBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheSilverlightBlog?a=ZERlX3cb4as:XVLj8Up56qs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheSilverlightBlog?i=ZERlX3cb4as:XVLj8Up56qs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheSilverlightBlog?a=ZERlX3cb4as:XVLj8Up56qs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheSilverlightBlog?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.answermyquery.com/2010/07/ooyala-and-silverlight-bring-the-beach-volleyball-open-to-you-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
