<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Deploying a C# app through pip	</title>
	<atom:link href="https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/</link>
	<description>Blog of Rob Galanakis (@robgalanakis)</description>
	<lastBuildDate>Mon, 02 Jun 2014 05:09:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.1</generator>
	<item>
		<title>
		By: RobG3D &#124; Python Tricks		</title>
		<link>https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229939</link>

		<dc:creator><![CDATA[RobG3D &#124; Python Tricks]]></dc:creator>
		<pubDate>Mon, 02 Jun 2014 05:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1488#comment-229939</guid>

					<description><![CDATA[[&#8230;] provide an HTTP REST API for huge amounts of data in our database that was difficult to work with.* However, we had no good way to deploy a C# application, but we needed to get this out to users so [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] provide an HTTP REST API for huge amounts of data in our database that was difficult to work with.* However, we had no good way to deploy a C# application, but we needed to get this out to users so [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex Clark		</title>
		<link>https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229835</link>

		<dc:creator><![CDATA[Alex Clark]]></dc:creator>
		<pubDate>Thu, 29 May 2014 23:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1488#comment-229835</guid>

					<description><![CDATA[I don&#039;t think this &quot;technique&quot; is too unreasonable, especially given that you used your own Cheese Shop.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t think this &#8220;technique&#8221; is too unreasonable, especially given that you used your own Cheese Shop.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob Galanakis		</title>
		<link>https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229795</link>

		<dc:creator><![CDATA[Rob Galanakis]]></dc:creator>
		<pubDate>Wed, 28 May 2014 22:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1488#comment-229795</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229791&quot;&gt;cjrh&lt;/a&gt;.

While conda seems great, changing deployment or other code to install and use conda is exactly the type of thing I was trying to avoid.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229791">cjrh</a>.</p>
<p>While conda seems great, changing deployment or other code to install and use conda is exactly the type of thing I was trying to avoid.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cjrh		</title>
		<link>https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229791</link>

		<dc:creator><![CDATA[cjrh]]></dc:creator>
		<pubDate>Wed, 28 May 2014 21:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1488#comment-229791</guid>

					<description><![CDATA[This scenario is why conda exists.]]></description>
			<content:encoded><![CDATA[<p>This scenario is why conda exists.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob Galanakis		</title>
		<link>https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229786</link>

		<dc:creator><![CDATA[Rob Galanakis]]></dc:creator>
		<pubDate>Wed, 28 May 2014 19:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1488#comment-229786</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229782&quot;&gt;Steve Theodore&lt;/a&gt;.

We could have probably gotten away with ClickOnce since Linux wasn&#039;t on the immediate roadmap. However a) none of us had used it and I didn&#039;t want to spend the time learning it, and b) I wasn&#039;t even sure it fit our requirements, for example some code branches would need different versions of our service. So immediately our use case was already quite advanced.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229782">Steve Theodore</a>.</p>
<p>We could have probably gotten away with ClickOnce since Linux wasn&#8217;t on the immediate roadmap. However a) none of us had used it and I didn&#8217;t want to spend the time learning it, and b) I wasn&#8217;t even sure it fit our requirements, for example some code branches would need different versions of our service. So immediately our use case was already quite advanced.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Theodore		</title>
		<link>https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229782</link>

		<dc:creator><![CDATA[Steve Theodore]]></dc:creator>
		<pubDate>Wed, 28 May 2014 16:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1488#comment-229782</guid>

					<description><![CDATA[I take this is some flavor of *nix so you couldn&#039;t just do ClickOnce?]]></description>
			<content:encoded><![CDATA[<p>I take this is some flavor of *nix so you couldn&#8217;t just do ClickOnce?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stan Seibert		</title>
		<link>https://www.robg3d.com/2014/05/deploying-a-c-app-through-pip/#comment-229778</link>

		<dc:creator><![CDATA[Stan Seibert]]></dc:creator>
		<pubDate>Wed, 28 May 2014 14:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1488#comment-229778</guid>

					<description><![CDATA[An alternate solution to consider when needing to package non-python software in a mostly Python ecosystem is conda: http://conda.pydata.org/]]></description>
			<content:encoded><![CDATA[<p>An alternate solution to consider when needing to package non-python software in a mostly Python ecosystem is conda: <a href="http://conda.pydata.org/" rel="nofollow ugc">http://conda.pydata.org/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
