<?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>Zero Bug Build &#187; VIsual Studio</title>
	<atom:link href="https://www.zerobugbuild.com/?cat=10&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://www.zerobugbuild.com</link>
	<description>James World&#039;s blog for www.dotnetinsight.com</description>
	<lastBuildDate>Sat, 20 Oct 2018 15:03:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Hosting an OWIN WebApi in IIS, Console and Integration Tests</title>
		<link>https://www.zerobugbuild.com/?p=389&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hosting-an-owin-webapi-in-iis-console-and-integration-tests</link>
		<comments>https://www.zerobugbuild.com/?p=389#comments</comments>
		<pubDate>Fri, 14 Nov 2014 12:21:06 +0000</pubDate>
		<dc:creator>James World</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[VIsual Studio]]></category>
		<category><![CDATA[visualstudio owin git]]></category>

		<guid isPermaLink="false">http://www.zerobugbuild.com/?p=389</guid>
		<description><![CDATA[One class library defining an OWIN based WebAPI, re-used by IIS, SelfHost and in-memory integration test projects. https://github.com/james-world/owinmultihosting]]></description>
			<content:encoded><![CDATA[<p>One class library defining an OWIN based WebAPI, re-used by IIS, SelfHost and in-memory integration test projects. <a href="https://github.com/james-world/owinmultihosting" title="On github here!" target="_blank">https://github.com/james-world/owinmultihosting</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.zerobugbuild.com/?feed=rss2&#038;p=389</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a .gitignore file for Visual Studio fast with gitignore.io and Powershell</title>
		<link>https://www.zerobugbuild.com/?p=370&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-a-gitignore-file-for-visual-studio-fast-with-gitignore-io-and-powershelll</link>
		<comments>https://www.zerobugbuild.com/?p=370#comments</comments>
		<pubDate>Sun, 21 Sep 2014 13:18:57 +0000</pubDate>
		<dc:creator>James World</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[VIsual Studio]]></category>

		<guid isPermaLink="false">http://www.zerobugbuild.com/?p=370</guid>
		<description><![CDATA[I often use the wonderful service at https://www.gitignore.io to grab a .gitignore file suitable for Visual Studio use. Unfortunately, the file has unix line endings &#8211; so I&#8217;ve boiled the operation down to a single line of Powershell that sorts &#8230; <a href="https://www.zerobugbuild.com/?p=370">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I often use the wonderful service at https://www.gitignore.io to grab a .gitignore file suitable for Visual Studio use. Unfortunately, the file has unix line endings &#8211; so I&#8217;ve boiled the operation down to a single line of Powershell that sorts that out in one go:<br />
<code><br />
(curl https://www.gitignore.io/api/visualstudio).Content<br />
&nbsp;&nbsp;-split "`n" -join "`r`n" | set-content .gitignore<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>https://www.zerobugbuild.com/?feed=rss2&#038;p=370</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
