<?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>Scott Logic &#187; .NET</title>
	<atom:link href="http://www.scottlogic.co.uk/blog/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottlogic.co.uk/blog</link>
	<description>Technical Blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:49:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Styles in Silverlight – Inheritance, Precedence and Other Advanced Topics</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2010/07/styles-in-silverlight-inheritance-precedence-and-other-advanced-topics/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2010/07/styles-in-silverlight-inheritance-precedence-and-other-advanced-topics/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 08:49:44 +0000</pubDate>
		<dc:creator>Gergely Orosz</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[styles]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/gergely/?p=175</guid>
		<description><![CDATA[
This article is part 2 of 4 in a series attempting to cover everything I think is worth knowing about styles in Silverlight 4. The previous article in the series was Styles in Silverlight: an Introduction that covered what styles are, how they can be ...]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/gergely/2010/07/styles-in-silverlight-inheritance-precedence-and-other-advanced-topics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styles in Silverlight: an Introduction</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2010/07/styles-in-silverlight-an-introduction/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2010/07/styles-in-silverlight-an-introduction/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 08:30:08 +0000</pubDate>
		<dc:creator>Gergely Orosz</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[styles]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/gergely/?p=169</guid>
		<description><![CDATA[
This article is part 1 of (planned) 4 in a series attempting to cover everything I think is worth knowing about styles in Silverlight 4.
What are Styles?
Styles in Silverlight are a powerful mechanism that allow controlling the visual representation o...]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/gergely/2010/07/styles-in-silverlight-an-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight World Cup Mashup Wins Real-Time Push Web App Competition</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2010/07/silverlight-world-cup-mashup-wins-real-time-push-web-app-competition/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2010/07/silverlight-world-cup-mashup-wins-real-time-push-web-app-competition/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 12:21:17 +0000</pubDate>
		<dc:creator>Gergely Orosz</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[World Cup]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/gergely/?p=162</guid>
		<description><![CDATA[
A month ago Kwwika, a real-time data streaming service provider annonced a competition to build a mash up that uses their World Cup 2010 Twitter streams. I&#8217;ve decided to enter the competition and visualize the stream of tweets in a fun and engag...]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/gergely/2010/07/silverlight-world-cup-mashup-wins-real-time-push-web-app-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Printing in Silverlight: Printing Charts and Auto Scaling</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2010/05/advanced-printing-in-silverlight-printing-charts-and-auto-scaling/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2010/05/advanced-printing-in-silverlight-printing-charts-and-auto-scaling/#comments</comments>
		<pubDate>Fri, 07 May 2010 08:38:40 +0000</pubDate>
		<dc:creator>Gergely Orosz</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Charts]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight Toolkit]]></category>
		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/gergely/?p=127</guid>
		<description><![CDATA[
Printing support has been introduced in Silverlight 4. This means that any part of the visual tree can be printed in a simple way via API calls. This article gives an overview of how to execute basic printing, looks at what happens when printing compl...]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/gergely/2010/05/advanced-printing-in-silverlight-printing-charts-and-auto-scaling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determining Silverlight Version Installed</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2010/04/determining-silverlight-version-installed/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2010/04/determining-silverlight-version-installed/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 11:08:13 +0000</pubDate>
		<dc:creator>Gergely Orosz</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Version]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/gergely/?p=100</guid>
		<description><![CDATA[The other day I wanted to find out what version of Silverlight is installed on my computer. This task is actually not as simple as it sounds as the Silverlight plugin is actually browser dependent: there&#8217;s a different one installed for Internet Explorer and a different for other browsers. The only way I&#8217;ve found to [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/gergely/2010/04/determining-silverlight-version-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thank you, volcano: Scott Logic office in the US</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2010/04/thank-you-volcano-scott-logic-office-in-the-us/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2010/04/thank-you-volcano-scott-logic-office-in-the-us/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 04:20:49 +0000</pubDate>
		<dc:creator>Gergely Orosz</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Volcano]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/gergely/?p=82</guid>
		<description><![CDATA[Last week I travelled to New York to attend the Kairos Global Summit. The event took part 16-18 April and I was planning on flying back 19 April. Due to the volcano eruption though, this departure never happened and my 4 day stay in the US suddenly grew to 11 days. After a mini New [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/gergely/2010/04/thank-you-volcano-scott-logic-office-in-the-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Cool Things You Didn’t Know About Visual Studio 2010</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2010/04/ten-cool-things-you-didnt-know-about-visual-studio-2010/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2010/04/ten-cool-things-you-didnt-know-about-visual-studio-2010/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 13:51:28 +0000</pubDate>
		<dc:creator>Gergely Orosz</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/gergely/?p=50</guid>
		<description><![CDATA[Late March I&#8217;ve attended the Guthalon in Glasgow &#8211; a talk by Scott Guthrie, Microsoft vice president. The topic was the new features of Visual Studio 2010, ASP.NET MVC 2 and Silverlight 4 and the Windows Phone 7. On this talk Scott showed some great new features in Visual Studio 2010. I&#8217;m sharing the ten [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/gergely/2010/04/ten-cool-things-you-didnt-know-about-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using built-in, embedded and streamed fonts in Silverlight</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2010/03/using-built-in-embedded-and-streamed-fonts-in-silverlight/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2010/03/using-built-in-embedded-and-streamed-fonts-in-silverlight/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 16:52:26 +0000</pubDate>
		<dc:creator>Gergely Orosz</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/gergely/?p=12</guid>
		<description><![CDATA[Silverlight gives the developer the possibility of completely customizing the developed application in all aspects. Defining fonts used for displaying text is no exception. However there are multiple ways on how to go ahead with  specifying fonts to use, this article attempts to summarize the options.
Using built-in fonts
Silverlight comes with some fonts that can [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/gergely/2010/03/using-built-in-embedded-and-streamed-fonts-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behaviour Driven Development for .NET developers</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2009/11/behaviour-driven-development-for-net-developers/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2009/11/behaviour-driven-development-for-net-developers/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:30:32 +0000</pubDate>
		<dc:creator>Gergely on .NET</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">tag:www.scottlogic.co.uk://92c653dadd9f9bffd95cd0e663a68efd</guid>
		<description><![CDATA[On the Scot ALT.NET meeting held on 4th November Robert Lewis gave a talk on BDD explaining the basics, motivations and demonstrating the .NET tools available to support this methodology. I found the talk to be really interesting, mostly because Robert was focusing on the practical side of BDD – ...]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/2009/11/behaviour-driven-development-for-net-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behaviour Driven Development for .NET developers</title>
		<link>http://www.scottlogic.co.uk/blog/gergely/2009/11/behaviour-driven-development-for-net-developers/</link>
		<comments>http://www.scottlogic.co.uk/blog/gergely/2009/11/behaviour-driven-development-for-net-developers/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 20:58:34 +0000</pubDate>
		<dc:creator>Gergely Orosz</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ALT.NET]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[NBehave]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/gergely/?p=3</guid>
		<description><![CDATA[On the Scot ALT.NET meeting held on 4th November Robert Lewis gave a talk on BDD explaining the basics, motivations and demonstrating the .NET tools available to support this methodology. I found the talk to be really interesting, mostly because Robert was focusing on the practical side of BDD – that is how .NET developers [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/gergely/2009/11/behaviour-driven-development-for-net-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
