<?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>Handy Developer Tools &#8211; .NET Developer</title>
	<atom:link href="https://laumania.net/category/handy-developer-tools/feed/" rel="self" type="application/rss+xml" />
	<link>https://laumania.net</link>
	<description>Building enterprise solutions by day and games by night</description>
	<lastBuildDate>Thu, 08 Feb 2018 17:14:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6</generator>

<image>
	<url>https://laumania.net/wp-content/uploads/cropped-Mads_Laumann_Cartoon-32x32.png</url>
	<title>Handy Developer Tools &#8211; .NET Developer</title>
	<link>https://laumania.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to use Visual Studio Code as Unity3d script editor</title>
		<link>https://laumania.net/2015/04/30/how-to-use-visual-studio-code-as-unity3d-script-editor/</link>
					<comments>https://laumania.net/2015/04/30/how-to-use-visual-studio-code-as-unity3d-script-editor/#comments</comments>
		
		<dc:creator><![CDATA[Mads]]></dc:creator>
		<pubDate>Thu, 30 Apr 2015 19:30:19 +0000</pubDate>
				<category><![CDATA[Handy Developer Tools]]></category>
		<category><![CDATA[Unity3d]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">http://laumania.net/?p=353</guid>

					<description><![CDATA[<p>Visual Studio Code has landed &#8211; a new code editor in the Visual Studio family that runs on both Windows, OSX and Linux. My first thought when I saw Scott Hanselman show it on the BUILD 2015 keynote were how and if I could use this as the script editor for Unity3d C# scripts. MonoDev &#8230; </p>
<p class="link-more"><a href="https://laumania.net/2015/04/30/how-to-use-visual-studio-code-as-unity3d-script-editor/" class="more-link">Continue reading<span class="screen-reader-text"> "How to use Visual Studio Code as Unity3d script editor"</span></a></p>
<p>The post <a rel="nofollow" href="https://laumania.net/2015/04/30/how-to-use-visual-studio-code-as-unity3d-script-editor/">How to use Visual Studio Code as Unity3d script editor</a> appeared first on <a rel="nofollow" href="https://laumania.net">.NET Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://laumania.net/2015/04/30/how-to-use-visual-studio-code-as-unity3d-script-editor/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Azure Website &#8211; The page cannot be displayed because an internal server error has occurred</title>
		<link>https://laumania.net/2014/12/29/azure-website-page-cannot-displayed-internal-server-error-occurred/</link>
					<comments>https://laumania.net/2014/12/29/azure-website-page-cannot-displayed-internal-server-error-occurred/#respond</comments>
		
		<dc:creator><![CDATA[Mads]]></dc:creator>
		<pubDate>Sun, 28 Dec 2014 23:00:23 +0000</pubDate>
				<category><![CDATA[Handy Developer Tools]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Azure Website]]></category>
		<guid isPermaLink="false">http://laumania.net/?p=309</guid>

					<description><![CDATA[<p>Tonight I had some problems with an old .NET 2.0 site that I wanted to move from my old host to Azure Website. I did not want to change anything on the site, I just wanted it to run on Azure. So I created a Azure Website for it and uploaded all the files via &#8230; </p>
<p class="link-more"><a href="https://laumania.net/2014/12/29/azure-website-page-cannot-displayed-internal-server-error-occurred/" class="more-link">Continue reading<span class="screen-reader-text"> "Azure Website &#8211; The page cannot be displayed because an internal server error has occurred"</span></a></p>
<p>The post <a rel="nofollow" href="https://laumania.net/2014/12/29/azure-website-page-cannot-displayed-internal-server-error-occurred/">Azure Website &#8211; The page cannot be displayed because an internal server error has occurred</a> appeared first on <a rel="nofollow" href="https://laumania.net">.NET Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://laumania.net/2014/12/29/azure-website-page-cannot-displayed-internal-server-error-occurred/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>With Mercurial/Git &#8211; contributing is SO easy</title>
		<link>https://laumania.net/2012/04/08/with-mercurialgit-contributing-is-so-easy/</link>
					<comments>https://laumania.net/2012/04/08/with-mercurialgit-contributing-is-so-easy/#respond</comments>
		
		<dc:creator><![CDATA[Mads]]></dc:creator>
		<pubDate>Sun, 08 Apr 2012 13:50:00 +0000</pubDate>
				<category><![CDATA[Handy Developer Tools]]></category>
		<guid isPermaLink="false">/post/2012/04/08/With-MercurialGit-contributing-is-SO-easy.aspx</guid>

					<description><![CDATA[<p>In relation to my post some days ago about social coding and DVCS, I had a great sample the other day why this is so great. I recently upgraded my blog to the latest version of BlogEngine.net, which wasn’t easy. I guess most of my problems were because I went from version 1.5 to 2.5 &#8230; </p>
<p class="link-more"><a href="https://laumania.net/2012/04/08/with-mercurialgit-contributing-is-so-easy/" class="more-link">Continue reading<span class="screen-reader-text"> "With Mercurial/Git &#8211; contributing is SO easy"</span></a></p>
<p>The post <a rel="nofollow" href="https://laumania.net/2012/04/08/with-mercurialgit-contributing-is-so-easy/">With Mercurial/Git &#8211; contributing is SO easy</a> appeared first on <a rel="nofollow" href="https://laumania.net">.NET Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://laumania.net/2012/04/08/with-mercurialgit-contributing-is-so-easy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
