<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>.Net Technical Blog</title>
	<link>http://vanderbiest.org/blog</link>
	<description>Silverlight, WCF and ASP.Net -- My shared experiences</description>
	<lastBuildDate>Mon, 15 Aug 2011 21:13:06 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Silverlight Unit Testing: Howto</title>
		<description><![CDATA[This post will walk you through setting up a Unit Test Project for your Silverlight Application. It took me a day to successfully set everything up and make it working on a Team Foundation Build Server. The Silverlight Unit Test Framework is already out some years (starting from Silverlight 2) but with every new framework [...]]]></description>
		<link>http://vanderbiest.org/blog/2011/08/12/silverlight-unit-testing-howto/</link>
			</item>
	<item>
		<title>Listbox Individual Item Color in Silverlight</title>
		<description><![CDATA[This post is mainly a reply on this StackOverflow Question: how to change listbox item&#8217;s color individually programmatically in silverlight? We want to modify the Listbox item template so we get the following layout: The implementation is fairly simple. We use a converter on our Listbox Item binding and return a Style Property. The Message [...]]]></description>
		<link>http://vanderbiest.org/blog/2011/07/12/listbox-individual-item-color-in-silverlight/</link>
			</item>
	<item>
		<title>Debugging Team Foundation Server 2010 Build Workflow</title>
		<description><![CDATA[Lately, I had some time to spend on developing Workflows with the Windows Workflow Foundation v4.0. I need to make some modifications to our build workflow template. Howto Debug Team Foundation 2010 Workflow There is an excellent post on how to debug TFS 2010 Workflows: http://blogs.microsoft.co.il/blogs/baruchf/archive/2009/07/02/debugging-team-build-now-you-can.aspx Problem&#8230; I had the following problem after performing the [...]]]></description>
		<link>http://vanderbiest.org/blog/2011/05/23/debugging-team-foundation-server-2010-build-workflow/</link>
			</item>
	<item>
		<title>Transformation Config File expects Namespace Manager or XsltContext</title>
		<description><![CDATA[What was happening? I&#8217;m using custom config transformations in order to have different configs for each Azure deployment. You can modify your WebRole project like Alex Lambert showed us. When using MSBuild we define a target that uses XMLTransform. What was the error? ServiceDefinition.Staging.csdef(3,15): error : Namespace Manager or XsltContext needed. This query has a [...]]]></description>
		<link>http://vanderbiest.org/blog/2011/05/12/transformation-config-file-expects-namespace-manager-or-xsltcontext/</link>
			</item>
	<item>
		<title>Automated Tests: test your database using SQL Server Snapshots</title>
		<description><![CDATA[It makes sense to unit test your database to see if you can do CRUD operations especially when you&#8217;re working with LINQ2SQL or Entity Framework. After reading this article by Graeme Hill, we could work with the following methods. Put each test in a transaction Single session, possible deadlocks Rebuild the database after each test [...]]]></description>
		<link>http://vanderbiest.org/blog/2010/11/22/automated-tests-test-your-database-using-sql-server-snapshots/</link>
			</item>
	<item>
		<title>Animate your Silverlight ItemsControl</title>
		<description><![CDATA[The idea behind the animation is to inform the users of the new items that were added to the ItemsControl. The new items will fly into the screen from left and right. Let&#8217;s take an existing example from here by Tim Heuer: Twitter Search Monitor The ItemsControl in the example consists of a DataTemplate defined [...]]]></description>
		<link>http://vanderbiest.org/blog/2010/10/17/animate-your-silverlight-itemscontrol/</link>
			</item>
	<item>
		<title>Microsoft REMIX 2010 Affligem (Belgium)</title>
		<description><![CDATA[REMIX10, September 28th, 2010 REMIX Belgium started 3 years ago. It is a free event and if you are interested in microsoft web technologies it&#8217;s a great opportunity to pick up some knowledge. The topics are brought by several microsoft certified speakers. There are two tracks you can choose from (you can mix session if [...]]]></description>
		<link>http://vanderbiest.org/blog/2010/10/13/microsoft-remix-2010-affligem-belgium/</link>
			</item>
	<item>
		<title>Error 403 Forbidden SharePoint WSS Problem</title>
		<description><![CDATA[This is a common scenario&#8230; it works on my machine but on another environment the application just refuses to work&#8230; Well, I had a tough problem to solve lately. I was using WSS Application Pages and whenever I visit my application page, it gave me an error 404. I could even debug the code on [...]]]></description>
		<link>http://vanderbiest.org/blog/2010/09/01/error-404-sharepoint-wss-problem/</link>
			</item>
	<item>
		<title>Multiple RDP Sessions in Windows 2008 R2</title>
		<description><![CDATA[Terminal Services in Windows Server 2008 R2 becomes Remote Desktop Services (source). This is a bit confusing especially if you want to setup multiple concurrent remote desktop connections. In order to allow this on Windows 2008 R2 perform the following steps: - Start -> Administrator Tools -> Remote Desktop Services -> Remote Desktop Services Host [...]]]></description>
		<link>http://vanderbiest.org/blog/2010/08/16/multiple-rdp-sessions-in-windows-2008-r2/</link>
			</item>
	<item>
		<title>System.NotSupportedException when referencing to an assembly</title>
		<description><![CDATA[You receive the following exception in Visual Studio 2010: System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may [...]]]></description>
		<link>http://vanderbiest.org/blog/2010/08/11/system-notsupportedexception-when-referencing-to-an-assembly/</link>
			</item>
</channel>
</rss>

