<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>David Christiansen | davidchristiansen.com</title>
	<atom:link href="https://blog.davidchristiansen.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://blog.davidchristiansen.com</link>
	<description>Personal Blog on anything and everything owned by David Christiansen, a Software Architect, Techno-Geek, and most importantly a proud father and husband</description>
	<lastBuildDate>Mon, 18 May 2020 16:48:13 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.12</generator>

<image>
	<url>/wp-content/uploads/2017/05/cropped-1337-h4x0r-32x32.jpg</url>
	<title>David Christiansen</title>
	<link>https://blog.davidchristiansen.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>HowTo: Run Hyper-V/Docker on Hyper-V Virtual Machine</title>
		<link>https://blog.davidchristiansen.com/2016/11/run-hyper-v-docker-on-virtual-machine/</link>
					<comments>https://blog.davidchristiansen.com/2016/11/run-hyper-v-docker-on-virtual-machine/#comments</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 17 Nov 2016 14:18:27 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=627</guid>

					<description><![CDATA[TL:DR; On the Hyper-V host run Set-VMProcessor -VMName &#8220;&#60;Your Virtual Machine Name&#62;&#8221; -ExposeVirtualizationExtensions $true If you are like me, you may&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2016/11/run-hyper-v-docker-on-virtual-machine/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>HowTo: Create Self-Signed Certificates with PowerShell</title>
		<link>https://blog.davidchristiansen.com/2016/09/howto-create-self-signed-certificates-with-powershell/</link>
					<comments>https://blog.davidchristiansen.com/2016/09/howto-create-self-signed-certificates-with-powershell/#comments</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 08 Sep 2016 14:32:35 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<category><![CDATA[certificate authority]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[self-signed]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=533</guid>

					<description><![CDATA[This is a short post about how to create Self-Signed certificates with the New-SelfSignedCertificate  PowerShell module.  More specifically, this post will&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2016/09/howto-create-self-signed-certificates-with-powershell/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Solved: Identity Server v3 and ‘Invalid provider type specified’ CngKey private key errors</title>
		<link>https://blog.davidchristiansen.com/2016/05/521/</link>
					<comments>https://blog.davidchristiansen.com/2016/05/521/#comments</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 11 May 2016 15:15:45 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=521</guid>

					<description><![CDATA[In the scenario described in this post, you have encountered an error in your log that says the following: Signing&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2016/05/521/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Fix: Blurred text in Office 2016 (Skype for Business 2016)</title>
		<link>https://blog.davidchristiansen.com/2015/12/fix-blurred-text-in-office-2016-skype-for-business-2016/</link>
					<comments>https://blog.davidchristiansen.com/2015/12/fix-blurred-text-in-office-2016-skype-for-business-2016/#comments</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 07 Dec 2015 14:21:11 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<category><![CDATA[fix]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=510</guid>

					<description><![CDATA[Just a heads up.  If after you install Office 2016 you discover that the Skype For Business UI displays with horrendous&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2015/12/fix-blurred-text-in-office-2016-skype-for-business-2016/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>HowTo: Clear Nuget cache on a build server</title>
		<link>https://blog.davidchristiansen.com/2015/05/clear-nuget-cache-on-build-server/</link>
					<comments>https://blog.davidchristiansen.com/2015/05/clear-nuget-cache-on-build-server/#respond</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Fri, 29 May 2015 09:25:49 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[nuget]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=495</guid>

					<description><![CDATA[Do you need to clear the Nuget cache on a build server which runs as a windows service? Simply navigate&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2015/05/clear-nuget-cache-on-build-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HowTo: Use self-signed certificates during Windows Apps development (no code required)</title>
		<link>https://blog.davidchristiansen.com/2014/12/self-signed-certificates-windows-apps-development/</link>
					<comments>https://blog.davidchristiansen.com/2014/12/self-signed-certificates-windows-apps-development/#respond</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 16 Dec 2014 23:14:15 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[self-signed]]></category>
		<category><![CDATA[windows phone]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=456</guid>

					<description><![CDATA[&#160; TL;DR; My solution was to save my self signed certificate in DER format, sticking it on a local IIS&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2014/12/self-signed-certificates-windows-apps-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HowTo: Auto synchronise files upon network connection (Windows)</title>
		<link>https://blog.davidchristiansen.com/2014/08/howto-auto-synchronise-files-upon-network-connection/</link>
					<comments>https://blog.davidchristiansen.com/2014/08/howto-auto-synchronise-files-upon-network-connection/#respond</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 18 Aug 2014 13:26:10 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=446</guid>

					<description><![CDATA[There are times where we need to work away from the office network and the safety of backup infrastructure.  What&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2014/08/howto-auto-synchronise-files-upon-network-connection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Designing with Animation</title>
		<link>https://blog.davidchristiansen.com/2013/12/designing-animation/</link>
					<comments>https://blog.davidchristiansen.com/2013/12/designing-animation/#respond</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 18 Dec 2013 13:14:07 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=423</guid>

					<description><![CDATA[[youtube=http://youtu.be/TMe0WnkF1Lc&#38;rel=0&#38;border=0&#38;showinfo=0&#38;modestbranding=1&#38;controls=0] Presentation by Pasquale D&#8217;Silva http://psql.me/ We&#8217;re in the future, and interfaces are falling behind the curve. Software should feel as&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2013/12/designing-animation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How do I edit my GitHub Wiki locally and include relative images?</title>
		<link>https://blog.davidchristiansen.com/2013/12/edit-github-wiki-with-images/</link>
					<comments>https://blog.davidchristiansen.com/2013/12/edit-github-wiki-with-images/#comments</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 12 Dec 2013 14:34:45 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[github-wiki]]></category>
		<category><![CDATA[github-wiki-images]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=411</guid>

					<description><![CDATA[This post sets out to describe how to edit a GitHub wiki on your computer as an alternative to editing&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2013/12/edit-github-wiki-with-images/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Glimpse for DotNetOpenAuth 1.3</title>
		<link>https://blog.davidchristiansen.com/2013/04/glimpse-for-dotnetopenauth-1-3/</link>
					<comments>https://blog.davidchristiansen.com/2013/04/glimpse-for-dotnetopenauth-1-3/#respond</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 17 Apr 2013 23:35:37 +0000</pubDate>
				<category><![CDATA[Development (General)]]></category>
		<category><![CDATA[DotNetOpenAuth]]></category>
		<category><![CDATA[Glimpse]]></category>
		<guid isPermaLink="false">http://davidchristiansenblog.azurewebsites.net/?p=390</guid>

					<description><![CDATA[Finally I got a chance tonight to update my DotNetOpenAuth extension for Glimpse. I&#8217;ve pushed the update out to Nuget&#8230;]]></description>
		
					<wfw:commentRss>https://blog.davidchristiansen.com/2013/04/glimpse-for-dotnetopenauth-1-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>