<?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/"
	
	>
<channel>
	<title>
	Comments on: Shout out to Json.NET	</title>
	<atom:link href="https://virtuallyfun.com/2017/01/09/shout-json-net/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2017/01/09/shout-json-net/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 11 Jan 2017 06:10:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>
		By: Peter Godwin		</title>
		<link>https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177411</link>

		<dc:creator><![CDATA[Peter Godwin]]></dc:creator>
		<pubDate>Wed, 11 Jan 2017 06:10:58 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6710#comment-177411</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177408&quot;&gt;neozeed&lt;/a&gt;.

I do wonder if you could just host use .NET core on 2003 server. While officially Win7+, Linux and OS X are the only  supported platforms, I&#039;m fairly certain it&#039;s just a collection of dlls (you can do xcopy deployments of .NET core apps).
Otherwise if you&#039;re using SQL Server and have access to SSIS you can always consume JSON.net in a script component, or if you&#039;re feeling advertureious - write your own DTS components to interface to your web-services.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177408">neozeed</a>.</p>
<p>I do wonder if you could just host use .NET core on 2003 server. While officially Win7+, Linux and OS X are the only  supported platforms, I&#8217;m fairly certain it&#8217;s just a collection of dlls (you can do xcopy deployments of .NET core apps).<br />
Otherwise if you&#8217;re using SQL Server and have access to SSIS you can always consume JSON.net in a script component, or if you&#8217;re feeling advertureious &#8211; write your own DTS components to interface to your web-services.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177408</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 11 Jan 2017 02:22:59 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6710#comment-177408</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177396&quot;&gt;calvin&lt;/a&gt;.

My exciting deploy target is a Windows 2003 x64 system, with an existing .net 2.0 framework &amp; MSDE 2000.  Im in the exciting position of having my hands tied behind my back, as Im not allowed to install any system software, or update anything.  So yeah, I have to interface all these new fangled JSON based web apps that reside on various network devices, mine the data and since I&#039;m an old bastard I&#039;m using SQL to generate the data in ways I want it.  I wonder if I can drop the linq stuff into my working directory I&#039;d suspect that may work, which would at least buy me some of the new age inline &#039;using&#039; stuff.

As for using .net vs Java  aka Microsoft vs Oracle, well I&#039;ve been through the Oracle rodeo one too many times, and I&#039;ll never go there ever again if I can make that choice.  But at the same time going back to my insane demands, I can&#039;t install Java on this machine, so it&#039;s moot.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177396">calvin</a>.</p>
<p>My exciting deploy target is a Windows 2003 x64 system, with an existing .net 2.0 framework &#038; MSDE 2000.  Im in the exciting position of having my hands tied behind my back, as Im not allowed to install any system software, or update anything.  So yeah, I have to interface all these new fangled JSON based web apps that reside on various network devices, mine the data and since I&#8217;m an old bastard I&#8217;m using SQL to generate the data in ways I want it.  I wonder if I can drop the linq stuff into my working directory I&#8217;d suspect that may work, which would at least buy me some of the new age inline &#8216;using&#8217; stuff.</p>
<p>As for using .net vs Java  aka Microsoft vs Oracle, well I&#8217;ve been through the Oracle rodeo one too many times, and I&#8217;ll never go there ever again if I can make that choice.  But at the same time going back to my insane demands, I can&#8217;t install Java on this machine, so it&#8217;s moot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: calvin		</title>
		<link>https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177396</link>

		<dc:creator><![CDATA[calvin]]></dc:creator>
		<pubDate>Tue, 10 Jan 2017 15:55:37 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6710#comment-177396</guid>

					<description><![CDATA[.net 2.0? welcome to the future of development.

two fun facts: C# is really a front to convert Java programmers into ML ones. You can use Linq and other .NET 3.x stuff (probs not WPF tho) on 98/NT4/2K by moving around System.Core from 3.5.]]></description>
			<content:encoded><![CDATA[<p>.net 2.0? welcome to the future of development.</p>
<p>two fun facts: C# is really a front to convert Java programmers into ML ones. You can use Linq and other .NET 3.x stuff (probs not WPF tho) on 98/NT4/2K by moving around System.Core from 3.5.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177369</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 09 Jan 2017 14:04:51 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6710#comment-177369</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177368&quot;&gt;Steven Hoefel&lt;/a&gt;.

cool!  I&#039;ve been using demo versions of hip trendy products...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177368">Steven Hoefel</a>.</p>
<p>cool!  I&#8217;ve been using demo versions of hip trendy products&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steven Hoefel		</title>
		<link>https://virtuallyfun.com/2017/01/09/shout-json-net/comment-page-1/#comment-177368</link>

		<dc:creator><![CDATA[Steven Hoefel]]></dc:creator>
		<pubDate>Mon, 09 Jan 2017 12:18:45 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6710#comment-177368</guid>

					<description><![CDATA[Meanwhile, if you want to generate classes... capture some response data and use http://json2csharp.com/

Really handy... but you&#039;ll find that empty objects get translated to &#039;object&#039; which doesn&#039;t always help.]]></description>
			<content:encoded><![CDATA[<p>Meanwhile, if you want to generate classes&#8230; capture some response data and use <a href="http://json2csharp.com/" rel="nofollow ugc">http://json2csharp.com/</a></p>
<p>Really handy&#8230; but you&#8217;ll find that empty objects get translated to &#8216;object&#8217; which doesn&#8217;t always help.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
