<?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>Gary Pretty's Blog &#187; Silverlight</title>
	<atom:link href="http://blog.garypretty.co.uk/index.php/tag/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.garypretty.co.uk</link>
	<description>.Net Development &#38; General Tech Related News</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:32:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bing Silverlight Control with the Bing Web Service Application</title>
		<link>http://blog.garypretty.co.uk/index.php/2010/05/19/bing-silverlight-control-with-the-bing-web-service-application/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2010/05/19/bing-silverlight-control-with-the-bing-web-service-application/#comments</comments>
		<pubDate>Wed, 19 May 2010 21:35:03 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[bing]]></category>

		<guid isPermaLink="false">http://blog.garypretty.co.uk/?p=260</guid>
		<description><![CDATA[After reading Carl Dickinson&#8217;s post on Mando Group Labs about the Bing Silverlight Control, I wanted to give it a try myself. I decided to set about using the Bing Silverlight control to display available hotels from LateRooms.com.Â  LateRooms.com have an affiliate scheme that exposes the availability of hotels via XML feeds (you do need &#8230; </p><p><a class="more-link block-button" href="http://blog.garypretty.co.uk/index.php/2010/05/19/bing-silverlight-control-with-the-bing-web-service-application/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://labs.mandogroup.com/programming/silverlight-and-bing-maps/">Carl Dickinson&#8217;s post</a> on Mando Group Labs about the <a href="http://labs.mandogroup.com/programming/silverlight-and-bing-maps/">Bing Silverlight Control</a>, I wanted to give it a try myself.</p>
<p>I decided to set about using the Bing Silverlight control to display available hotels from LateRooms.com.Â  LateRooms.com have an affiliate scheme that exposes the availability of hotels via XML feeds (you do need an affiliate ID to use the feeds but this could easily be replaced by any other similar feed).</p>
<p>You can <a href="http://www.garypretty.co.uk/bingmaps1/Default.aspx">view the sample app</a> I have created <a href="http://www.garypretty.co.uk/bingmaps1/Default.aspx">here</a>Â (note: LateRooms has mostly UK hotels so probably best trying a UK location, e.g. &#8220;Southport UK&#8221;).Â </p>
<p>To create the app I create added four controls to my page;Â Â </p>
<ul>
<li>Bing Silverlight Control &#8211; This is obviously the main focus of the app.</li>
<li>A text box and a button to accept a location from the user and start the request to get the hotels.</li>
<li>A list box to display a picture, the name and the first line of the address for each of the hotels.</li>
</ul>
<p>Once the user enters a location into the text box and clicks the button the following happens;</p>
<ul>
<li>The location entered by the user is sent to the Bing Geocode web service and providing it can find a match it returns the lattitude and longitude for the location.</li>
<li>This map is then centred on this location.</li>
<li>Finally the newly returned coordinates are used to get a list of available hotels from the LateRooms XML feed. This list is then iterated through and a pin for each hotel is added to the map and the list is then bound to the list box.</li>
</ul>
<p>Finally I added an event handler to the selection changed event of the list box to re-centre the map on the coordinates of the selected hotel.</p>
<p>There is plently more that could be done with this app, not least making the UI a little more attractive, but I wanted to just get a feel of how easy it was to implement some basic Bing maps functionality in Silverlight.</p>
<p>If you are interested to see the source code to the application let me know and I can post it.Â  Right now I am off to try some more experiments!</p>
<p>Don&#8217;t forget if you liked this, subscribe to my RSS feed and / or follow my Twitter (links at the top of the page).</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/bing' rel='tag' target='_self'>bing</a>, <a class='technorati-link' href='http://technorati.com/tag/Silverlight' rel='tag' target='_self'>Silverlight</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2010/05/19/bing-silverlight-control-with-the-bing-web-service-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Silverlight Masterclass!</title>
		<link>http://blog.garypretty.co.uk/index.php/2010/04/29/the-silverlight-masterclass/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2010/04/29/the-silverlight-masterclass/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 12:30:27 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://blog.garypretty.co.uk/?p=258</guid>
		<description><![CDATA[The Silverlight Tour comes to the UK â€“ and itâ€™s called the Masterclass! This 3 day hands-on training with both designer and developer tracks looks awesome and (uniquely) has two expert trainers per course.Â  Currently scheduled in London, Manchester, and the Midlands for June, all courses also come with the chance to win an xbox &#8230; </p><p><a class="more-link block-button" href="http://blog.garypretty.co.uk/index.php/2010/04/29/the-silverlight-masterclass/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>The Silverlight Tour comes to the UK â€“ and itâ€™s called the Masterclass!</p>
<p>This 3 day hands-on training with both designer and developer tracks looks awesome and (uniquely) has <strong>two </strong>expert trainers per course.Â </p>
<p>Currently scheduled in London, Manchester, and the Midlands for June, all courses also come with the chance to win an xbox 360, and Silverlight Spy licences!</p>
<p>Early bird discount of Â£100 if you book in May, and if you are a member of #SLUGUK or #<a href="http://www.nxtgenug.net/" target="_blank">nxtgenug</a> there are additional discounts to be had.</p>
<p>Full Details are here: <a href="http://silverlightmasterclass.net/">http://silverlightmasterclass.net</a></p>
<p>In addition bbits are holding a raffle for a free ticket for the masterclass. To be eligible to win the ticket (worth Â£1095!) you MUST paste this text, including all links, into your blog and email <a href="mailto:Ian@bbits.co.uk">Ian@bbits.co.uk</a> with the url to the blog entry.Â  The draw will be made on June 1st and the winner informed by email and on <a href="http://silverlightmasterclass.net/">http://silverlightmasterclass.net</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Silverlight' rel='tag' target='_self'>Silverlight</a>, <a class='technorati-link' href='http://technorati.com/tag/training' rel='tag' target='_self'>training</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2010/04/29/the-silverlight-masterclass/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silverlight and Windows Phone 7 Link Post</title>
		<link>http://blog.garypretty.co.uk/index.php/2010/04/08/silverlight-and-windows-phone-7-link-post/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2010/04/08/silverlight-and-windows-phone-7-link-post/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 00:35:21 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://blog.garypretty.co.uk/?p=252</guid>
		<description><![CDATA[With the recent announcements regarding Silverlight 4 and Windows Phone 7 Development, I thought I would share a few links to some sites I have found useful, both recently and in the past when starting to work with Silverlight and Windows Phone 7 dev using Silverlight. Windows Phone 7 Dev WP7 Panorama AppÂ Â Â http://blogs.claritycon.com/blogs/design/archive/2010/03/30/building-the-elusive-windows-phone-panorama-control.aspx Twitter &#8230; </p><p><a class="more-link block-button" href="http://blog.garypretty.co.uk/index.php/2010/04/08/silverlight-and-windows-phone-7-link-post/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>With the recent announcements regarding Silverlight 4 and Windows Phone 7 Development, I thought I would share a few links to some sites I have found useful, both recently and in the past when starting to work with Silverlight and Windows Phone 7 dev using Silverlight.</p>
<p><strong>Windows Phone 7 Dev</strong></p>
<p>WP7 Panorama AppÂ Â Â<br />
<a href="http://blogs.claritycon.com/blogs/design/archive/2010/03/30/building-the-elusive-windows-phone-panorama-control.aspx">http://blogs.claritycon.com/blogs/design/archive/2010/03/30/building-the-elusive-windows-phone-panorama-control.aspx</a></p>
<p>Twitter App Receiving Push Notifications on WP7Â Â Â Â<br />
<a href="http://skeevs.com/blog/?p=35">http://skeevs.com/blog/?p=35</a></p>
<p>Push Notifications Types and a TutorialÂ Â<br />
<a href="http://blogs.claritycon.com/blogs/design/archive/2010/03/30/building-the-elusive-windows-phone-panorama-control.aspx">http://blogs.claritycon.com/blogs/design/archive/2010/03/30/building-the-elusive-windows-phone-panorama-control.aspx</a></p>
<p>Building a Flickr AppÂ<br />
<a href="http://skeevs.com/blog/?p=4&amp;cpage=1#comment-16">http://skeevs.com/blog/?p=4&amp;cpage=1#comment-16</a></p>
<p>Bing Location Programming on WP7Â Â<br />
<a href="http://www.earthware.co.uk/blog/index.php/2010/03/writing-a-bing-maps-location-aware-application-for-windows-phone-7-series/">http://www.earthware.co.uk/blog/index.php/2010/03/writing-a-bing-maps-location-aware-application-for-windows-phone-7-series/</a></p>
<p>Windows Phone 7 Icon PackÂ Â Â<br />
<a href="http://www.sevenforums.com/news/74137-windows-phone-7-series-icon-pack.html">http://www.sevenforums.com/news/74137-windows-phone-7-series-icon-pack.html</a>Â </p>
<p><strong><br />
General Silverlight</strong></p>
<p>Silverlight 4 &#8211; A guide to the new featuresÂ Â<br />
<a href="http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx">http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx</a></p>
<p>Getting Started with Silverlight and BlendÂ Â Â Â<br />
<a href="http://refcardz.dzone.com/refcardz/getting-started-silverlight?oid=hom20371">http://refcardz.dzone.com/refcardz/getting-started-silverlight?oid=hom20371</a></p>
<p>Silverlight UI ControlsÂ<br />
<a href="http://www.silverlight.net/learn/tutorials/controls-cs">http://www.silverlight.net/learn/tutorials/controls-cs</a></p>
<p>Silverlight Data BindingÂ Â<br />
<a href="http://www.silverlight.net/learn/tutorials/databinding-cs/">http://www.silverlight.net/learn/tutorials/databinding-cs/</a></p>
<p>Visual State ManagerÂ Â Â<br />
<a href="http://www.silverlight.net/learn/tutorials/stylestemplatesvsm-cs/">http://www.silverlight.net/learn/tutorials/stylestemplatesvsm-cs/</a></p>
<p>Intro to BehaivoursÂ<br />
<a href="http://www.kirupa.com/blend_silverlight/introduction_behaviors_pg1.htm">http://www.kirupa.com/blend_silverlight/introduction_behaviors_pg1.htm</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Silverlight' rel='tag' target='_self'>Silverlight</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows+Phone+7' rel='tag' target='_self'>Windows Phone 7</a>, <a class='technorati-link' href='http://technorati.com/tag/WP7' rel='tag' target='_self'>WP7</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2010/04/08/silverlight-and-windows-phone-7-link-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight Coming to Mobile</title>
		<link>http://blog.garypretty.co.uk/index.php/2009/09/25/silverlight-coming-to-mobile/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2009/09/25/silverlight-coming-to-mobile/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 12:41:36 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.garypretty.co.uk/?p=229</guid>
		<description><![CDATA[Ok, so this is not exactly a surprise to many people, but as posted on the Expression team blog, the Silverlight team have announced that Silverlight will be integrated into Windows Mobile 7, the reboot of the mobile OS from Microsoft. According to the Silverlight team, they are totally commited to having Silverlight work on &#8230; </p><p><a class="more-link block-button" href="http://blog.garypretty.co.uk/index.php/2009/09/25/silverlight-coming-to-mobile/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Ok, so this is not exactly a surprise to many people, but as posted on the <a href="http://bit.ly/M8FLS">Expression team blog</a>, the Silverlight team have announced that Silverlight will be integrated into Windows Mobile 7, the reboot of the mobile OS from Microsoft.</p>
<p>According to the Silverlight team, they are totally commited to having Silverlight work on all mediums, from desktop PCs, TVs and mobile devices.</p>
<p>This comes at a time when Flash is likely to appear on more and more mobile devices soon, but with the success of Flash Lite&#8230;well&#8230;not really being a success, it remains to be seen how well the next wave of Flash mobile will be accepted.Â  It certainly looks like Silverlight might have the upper hand here if things continue as they are.</p>
<p>ThereÂ has beenÂ talk about Silverlight coming to the mobile platform for some time, with a lot of people for a while, myself included, expecting it to arrive inÂ time for Windows Mobile 6.5, which is due for release in around a month.Â  However, 6.5Â is only an interrim release until the complete overhaul that is Windows Mobile 7 is released.</p>
<p>So, are you excited about seeing Silverlight on mobile devices? do you think it will be a good thing or a bad thing? or could you not care less?</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/mobile' rel='tag' target='_self'>mobile</a>, <a class='technorati-link' href='http://technorati.com/tag/Silverlight' rel='tag' target='_self'>Silverlight</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows+Mobile' rel='tag' target='_self'>Windows Mobile</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2009/09/25/silverlight-coming-to-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MSDN Roadshow 2008 Review and Useful Links</title>
		<link>http://blog.garypretty.co.uk/index.php/2008/05/07/msdn-roadshow-2008-review-and-useful-links/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2008/05/07/msdn-roadshow-2008-review-and-useful-links/#comments</comments>
		<pubDate>Wed, 07 May 2008 10:08:46 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[.net 3.5]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Dynamic Data]]></category>
		<category><![CDATA[Microsoft Robotics]]></category>
		<category><![CDATA[XNA Framework]]></category>

		<guid isPermaLink="false">http://blog.garypretty.co.uk/index.php/2008/05/07/msdn-roadshow-2008-review-and-useful-links/</guid>
		<description><![CDATA[Ok, so a few weeks ago I posted about my plans to attend the MSDN Roadshow 2008 in Manchester and I said that I would post about the event once I had attended.&#160; So as promised here is that very post along with some useful links; Firstly, the venue for this years event was excellent.&#160; &#8230; </p><p><a class="more-link block-button" href="http://blog.garypretty.co.uk/index.php/2008/05/07/msdn-roadshow-2008-review-and-useful-links/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Ok, so a few weeks ago I posted about my plans to attend the MSDN Roadshow 2008 in Manchester and I said that I would post about the event once I had attended.&#160; So as promised here is that very post along with some useful links;</p>
<p>Firstly, the venue for this years event was excellent.&#160; The Odeon in Manchester City Centre in the Printworks is quite simply huge.&#160; Luckily there were escalators for those of use who were to lazy to climb all of the stairs.</p>
<p>Once you reached the third floor, we were greeted by poster boxes with MSDN posters inside with some nice quotes, such as &quot;There&#8217;s No Place Like 127.0.0.1&quot; and &quot;I&#8217;ll make him a program he can&#8217;t refuse&quot;, which was a nice touch I thought. <img src='http://blog.garypretty.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Made the whole thing feel like more of an event rather than just a meeting.</p>
<p>In the corridor outside of the actual conference room were the usual stands familiar to those who have attended a Roadshow before, such as the registration table, a stand with discount books from the guys over at <a href="http://www.computermanuals.co.uk">Computer Manuals</a> selling discounted books on a variety of subjects from Expression to LINQ and of course, every developers favourite stand, the SWAG stand, with free goodies like the updated Developers Highway Code (which is available for download and I have included a link in the useful links later in this post).&#160; We did all get a free software pack when we left, but more on that shortly.</p>
<p>In addition to the usual stands this year though, we were treated to a couple of really interesting tables showing off the XNA Framework on a dev Xbox 360 and the new Microsoft Robotics studio.&#160; I have to say, some of the games produced with the XNA framework for the 360 were pretty impressive and most of them are available as starter kits from Microsoft if you&#8217;re interested.&#160; I will include some links for both of these areas at the end of this post.</p>
<p><a href="http://blog.garypretty.co.uk/wp-content/imag0038.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 20px 0px 0px; border-right-width: 0px" height="249" alt="IMAG0038" src="http://blog.garypretty.co.uk/wp-content/imag0038-thumb.jpg" width="330" align="left" border="0" /></a>The conference room itself was actually a cinema room (surprisingly being at the Odeon <img src='http://blog.garypretty.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ), which was fantastic.&#160; This meant most people got comfortable seats to enjoy the show and those all important cup holders! I arrived slightly late, and so didn&#8217;t manage to get a seat, however, the nice Roadshow staff got me a seat and put me right at the side of the stage and I got a ringside seat which was great.&#160; As you can see from the picture to the right (apologies for the quality, somehow I managed to set my camera phones&#8217; resolution unusually low by mistake) of MSDNs Mike Ormond presenting, the slide being on a cinema screen really helped, as they were always clear and nobody was struggling to see anything.</p>
<p>The presentations themselves were, as always, of an excellent quality, with the speakers conveying their expert knowledge in their respective topics clearly and concisely.&#160; I particularly enjoyed <a href="http://www.mikeo.co.uk">Mike Ormond</a>s&#8217; talk on the ASP.NET 3.5 Extensions, especially the new Dynamic Data capabilities (which I am hopefully going to be posting a small tutorial series about shortly. If you&#8217;re interested, add this blog to you&#8217;re favourites or subscribe to my RSS Feed).</p>
<p>The refreshments this year were good, a choice between ham, cheese and chicken sandwiches, along with crisps and soft drinks for lunch.&#160; Very nice Coffee during the breaks and even popcorn or Ben and Jerrys ice cream in the afternoon!</p>
<p>As I have already mentioned, if you handed in your feedback form and your pass before you left you were treated to a nice software pack, which didn&#8217;t disappoint.&#160; Contained within the set were promotional copies of Windows Server 2008 32bit and 64bit editions, SQL Server 2008 Preview along with a voucher to get a development copy when it is released, and my personal favourite, a full copy of Visual Studio 2008.</p>
<p>All in all, an excellent day, well put together and very well received!</p>
<p>One last note, the MSDN Roadshow&#8217;s are an invaluable free event from Microsoft giving excellent technical and hands-on insight into the latest techniques and strategies for developers.&#160; Every year they seem to sell out really fast, so my one message to you for next year is&#8230;.<strong>REGISTER EARLY!</strong></p>
<p>Now as promised, some useful links regarding the days speakers, events and topics;   <br /><strong></strong></p>
<p><strong>Presentation Slides </strong></p>
</p>
<p>Definitely worth a look through&#8230;.. </p>
<li><a href="http://download.microsoft.com/documents/uk/msdn/events/MikeTaulty_Session1_ADO_NEXT.pptx">ADO.NEXT &#8211; Entity Framework &amp; Data Services</a> (PPTX) </li>
<li><a href="http://download.microsoft.com/documents/uk/msdn/events/MikeOrmond_ASPNETNEXT_Roadshow.pptx">ASP.NEXT &#8211; The ASP.NET 3.5 Extensions</a> (PPTX) </li>
<li><a href="http://download.microsoft.com/documents/uk/msdn/events/Silverlight2_Moth_timings.pptx">Building Rich Internet UI with Silverlight 2</a> (PPTX) </li>
<li><a href="http://download.microsoft.com/documents/uk/msdn/events/TeamSuiteSession4.pptx">Getting the most from the Visual Studio Team Suite Toolbox</a> (PPTX)<strong>      <br /></strong><strong>     <br /></strong>
<p><strong>       <br />Speakers Blog&#8217;s</strong></p>
<p>I cannot recommend subscribing to these blogs enough.&#160; I read them regularly and the writers never fail to deliver worthwhile and timely posts regarding the latest in Microsoft technology. </p>
</li>
<li><a href="http://blogs.msdn.com/mikeormond/" target="_blank">Mike Ormond&#8217;s blog</a> </li>
<li><a href="http://www.danielmoth.com/Blog/" target="_blank">Daniel Moth&#8217;s blog</a> </li>
<li><a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/" target="_blank">Mike Taulty&#8217;s blog</a> </li>
<li><a href="http://blogs.msdn.com/ukvsts/" target="_blank">Neil Kidd&#8217;s team blog</a><strong>      <br /></strong><strong>     <br /></strong>
<p><strong>       <br />Sites regarding specific topics of this years Roadshow</strong></p>
<p>These are some links referencing the actual subjects and technology discussed during this years roadshow. </p>
</li>
<li><a href="http://code.msdn.microsoft.com/dynamicdata" target="_blank">Dynamic Data</a> </li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=110956" target="_blank">ASP.NET MVC Preview 2</a> </li>
<li><a href="http://www.microsoft.com/uk/msdn/screencasts/tags/ADO.NET/default.aspx?pg=3" target="_blank">MSDN UK screencasts on ADO.NET</a> </li>
<li><a href="http://asp.net/downloads/3.5-extensions" target="_blank">ASP.NET 3.5 Extensions Preview</a> </li>
<li><a href="http://blogs.msdn.com/mikeormond/archive/2008/04/23/asp-next.aspx" target="_blank">Excellent blog post from Mike Ormond with more great links for ASP.NET 3.5 Extensions</a> </li>
<li><a href="http://silverlight.net" target="_blank">Silverlight</a><strong></strong><strong> </strong></li>
<p> <strong>
<p></p>
<p> </strong>
<p><strong>Xbox 360 XNA Game Framework and Microsoft Robotics Studio and the Developer Highway Code</strong></p>
<p>As promised, a couple of links to the areas that were the subject of two impressive stands this years event.</p>
<li><a href="http://www.xna.com/" target="_blank">Microsoft XNA (with links for both casual and professional games development)</a> </li>
<li><a href="http://msdn.microsoft.com/en-us/robotics/default.aspx" target="_blank">Microsoft Robotics Developer Center</a> </li>
<li><a href="http://msdn.microsoft.com/en-gb/security/aa473878.aspx" target="_blank">Microsoft Developer Highway Code Download</a> </li>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/.net+3.5' rel='tag' target='_self'>.net 3.5</a>, <a class='technorati-link' href='http://technorati.com/tag/ADO.NET' rel='tag' target='_self'>ADO.NET</a>, <a class='technorati-link' href='http://technorati.com/tag/ASP.NET+MVC' rel='tag' target='_self'>ASP.NET MVC</a>, <a class='technorati-link' href='http://technorati.com/tag/Dynamic+Data' rel='tag' target='_self'>Dynamic Data</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft+Robotics' rel='tag' target='_self'>Microsoft Robotics</a>, <a class='technorati-link' href='http://technorati.com/tag/MSDN' rel='tag' target='_self'>MSDN</a>, <a class='technorati-link' href='http://technorati.com/tag/Silverlight' rel='tag' target='_self'>Silverlight</a>, <a class='technorati-link' href='http://technorati.com/tag/XNA+Framework' rel='tag' target='_self'>XNA Framework</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2008/05/07/msdn-roadshow-2008-review-and-useful-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MSDN Roadshow 2008</title>
		<link>http://blog.garypretty.co.uk/index.php/2008/03/11/msdn-roadshow-2008/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2008/03/11/msdn-roadshow-2008/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 19:10:21 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[msdn roadshow 2008]]></category>

		<guid isPermaLink="false">http://www.garypretty.co.uk/blog/index.php/2008/03/11/msdn-roadshow-2008/</guid>
		<description><![CDATA[Just registered for the 2008 MSDN Roadshow in Manchester on 1st May At last years event, I particularly enjoyed a demo around WPF/E, which ofcourse has now been released as Silverlight. Well, this years event looks to be even better.Â  Below is the event summary from the Microsoft web site; Microsoft is pleased to present &#8230; </p><p><a class="more-link block-button" href="http://blog.garypretty.co.uk/index.php/2008/03/11/msdn-roadshow-2008/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Just registered for the 2008 MSDN Roadshow in Manchester on 1st May <img src='http://blog.garypretty.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>At last years event, I particularly enjoyed a demo around WPF/E, which ofcourse has now been released as Silverlight.</p>
<p>Well, this years event looks to be even better.Â  Below is the event summary from the Microsoft web site;</p>
<blockquote><p><span style="color: black"><font face="Calibri">Microsoft is pleased to present the 2008 Technical Roadshow where MSDN will be visiting 5 cities across the UK to share with you the latest technologies and developments in our platform.<span>Â  </span>It you are a developer who is interested in Microsoft technologies, then come along to one of these free all day events where you will learn how to apply the technologies in your everyday life.<span>Â  </span>We will be covering Silverlight â€“ Microsoftâ€™s browser plug-in that allows rich web applications to be developed quickly and easily, ASP.Net as well as the ADO.NET entity framework.<span>Â  </span>We have our own expert presenters who will be available for questions throughout the day.<span>Â  </span>We will also have representation from<span>Â  </span>the community to provide additional support and some fun activities.<span>Â  </span>If you have attended a Roadshow event before, you will know the value of this day out of the office and if it is your first time, you will be amazed at how much you will learn â€“ all this without a sales pitch!</font></span></p></blockquote>
<p>Really looking forward to this year, especially the demos around Silverlight 2.0.</p>
<p>I will post an update about how the event was once I have attented and I will try and get some photos as well.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/.Net' rel='tag' target='_self'>.Net</a>, <a class='technorati-link' href='http://technorati.com/tag/MSDN' rel='tag' target='_self'>MSDN</a>, <a class='technorati-link' href='http://technorati.com/tag/msdn+roadshow+2008' rel='tag' target='_self'>msdn roadshow 2008</a>, <a class='technorati-link' href='http://technorati.com/tag/Silverlight' rel='tag' target='_self'>Silverlight</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2008/03/11/msdn-roadshow-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

