<?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: JSON Array to C# Using Json.Net</title>
	<atom:link href="http://www.nateirwin.net/2008/11/20/json-array-to-c-using-jsonnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nateirwin.net/2008/11/20/json-array-to-c-using-jsonnet/</link>
	<description>spatially and technically enabled</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:33:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: abhi</title>
		<link>http://www.nateirwin.net/2008/11/20/json-array-to-c-using-jsonnet/comment-page-1/#comment-593</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Wed, 19 May 2010 13:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nateirwin.net/?p=510#comment-593</guid>
		<description>plz forgive minor chng in for loop
for()
{
items.push(item); 
}
&lt;a href=&quot;http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/&quot; title=&quot;&quot; rel=&quot;nofollow&quot;&gt; http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>plz forgive minor chng in for loop<br />
for()<br />
{<br />
items.push(item);<br />
}<br />
<a href="http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/" title="" rel="nofollow"> </a><a href="http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/" rel="nofollow">http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhi</title>
		<link>http://www.nateirwin.net/2008/11/20/json-array-to-c-using-jsonnet/comment-page-1/#comment-592</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Wed, 19 May 2010 13:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.nateirwin.net/?p=510#comment-592</guid>
		<description>var items[];
for(i=0 to 3)
{
 var item={  
                 id : i,  
                 name: name+i,  
             }; 
}
$.post(&#039;updatePanels.aspx&#039;, &#039;data=&#039;+$.toJSON(sortorder), function(response){ });

i wnt to convert ths in c#..
plz tell me which json file to use in c# to extract the abv items[] 

ref: &lt;a href=&quot;http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/&quot; rel=&quot;nofollow&quot;&gt;</description>
		<content:encoded><![CDATA[<p>var items[];<br />
for(i=0 to 3)<br />
{<br />
 var item={<br />
                 id : i,<br />
                 name: name+i,<br />
             };<br />
}<br />
$.post(&#8216;updatePanels.aspx&#8217;, &#8216;data=&#8217;+$.toJSON(sortorder), function(response){ });</p>
<p>i wnt to convert ths in c#..<br />
plz tell me which json file to use in c# to extract the abv items[] </p>
<p>ref: <a href="http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simi</title>
		<link>http://www.nateirwin.net/2008/11/20/json-array-to-c-using-jsonnet/comment-page-1/#comment-481</link>
		<dc:creator>simi</dc:creator>
		<pubDate>Wed, 30 Dec 2009 07:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nateirwin.net/?p=510#comment-481</guid>
		<description>hi,

First of all. Thanks very much for your useful post.

I just came across your blog and wanted to drop you a note telling you how impressed I was with the information you have posted here.

Please let me introduce you some info related to this post and I hope that it is useful for .Net community.

There is a good C# resource site, Have alook
 
http://www.csharptalk.com/2009/09/c-array.html
http://www.csharptalk.com/2009/10/creating-arrays.html

simi</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>First of all. Thanks very much for your useful post.</p>
<p>I just came across your blog and wanted to drop you a note telling you how impressed I was with the information you have posted here.</p>
<p>Please let me introduce you some info related to this post and I hope that it is useful for .Net community.</p>
<p>There is a good C# resource site, Have alook</p>
<p><a href="http://www.csharptalk.com/2009/09/c-array.html" rel="nofollow">http://www.csharptalk.com/2009/09/c-array.html</a><br />
<a href="http://www.csharptalk.com/2009/10/creating-arrays.html" rel="nofollow">http://www.csharptalk.com/2009/10/creating-arrays.html</a></p>
<p>simi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charleen</title>
		<link>http://www.nateirwin.net/2008/11/20/json-array-to-c-using-jsonnet/comment-page-1/#comment-474</link>
		<dc:creator>charleen</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.nateirwin.net/?p=510#comment-474</guid>
		<description>Great post!
Thank You!!</description>
		<content:encoded><![CDATA[<p>Great post!<br />
Thank You!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.nateirwin.net/2008/11/20/json-array-to-c-using-jsonnet/comment-page-1/#comment-98</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Fri, 21 Nov 2008 21:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nateirwin.net/?p=510#comment-98</guid>
		<description>sounds cool Nate!</description>
		<content:encoded><![CDATA[<p>sounds cool Nate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.nateirwin.net/2008/11/20/json-array-to-c-using-jsonnet/comment-page-1/#comment-97</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 21 Nov 2008 17:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.nateirwin.net/?p=510#comment-97</guid>
		<description>Hi Scott, NPMap is a project that I&#039;ve been working on for the last six months or so. It is basically a web mapping platform that enables all NPS web map applications to share the same set of resources, including data services and code.

I&#039;ve been meaning to write about it for some time now, so I&#039;ll try to get to it in my next blog post. But, in short, NPMap is really just a bunch of JavaScript that is generated on the server (ASP.Net, C#) and then pushed down to the client. All &quot;applications&quot; within NPMap are driven from configs stored in a database, so getting an &quot;application&quot; up and running is a matter of going into the database and setting up the features. It takes about five minutes to get a new application up with tools, services, etc.

We&#039;re using a bunch of different technologies to drive the system, including SQL Server 2008 spatial, ArcGIS Server, the ArcDeveloper tile server, a bunch of REST APIs (including some of the web services offered by GeoNames), Microsoft Virtual Earth, Ext JS, jQuery, and a number of internal NPS databases.

That&#039;s the short description. It is a very interesting project, and I should be working on it for sometime to come. The best part about it is its modular nature; I can add new technologies into the mix without breaking anything.</description>
		<content:encoded><![CDATA[<p>Hi Scott, NPMap is a project that I&#8217;ve been working on for the last six months or so. It is basically a web mapping platform that enables all NPS web map applications to share the same set of resources, including data services and code.</p>
<p>I&#8217;ve been meaning to write about it for some time now, so I&#8217;ll try to get to it in my next blog post. But, in short, NPMap is really just a bunch of JavaScript that is generated on the server (ASP.Net, C#) and then pushed down to the client. All &#8220;applications&#8221; within NPMap are driven from configs stored in a database, so getting an &#8220;application&#8221; up and running is a matter of going into the database and setting up the features. It takes about five minutes to get a new application up with tools, services, etc.</p>
<p>We&#8217;re using a bunch of different technologies to drive the system, including SQL Server 2008 spatial, ArcGIS Server, the ArcDeveloper tile server, a bunch of REST APIs (including some of the web services offered by GeoNames), Microsoft Virtual Earth, Ext JS, jQuery, and a number of internal NPS databases.</p>
<p>That&#8217;s the short description. It is a very interesting project, and I should be working on it for sometime to come. The best part about it is its modular nature; I can add new technologies into the mix without breaking anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.nateirwin.net/2008/11/20/json-array-to-c-using-jsonnet/comment-page-1/#comment-96</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Fri, 21 Nov 2008 16:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nateirwin.net/?p=510#comment-96</guid>
		<description>this NPMap for the National Park Service sounds interesting.  Care to elaborate on it and the technology you are using?</description>
		<content:encoded><![CDATA[<p>this NPMap for the National Park Service sounds interesting.  Care to elaborate on it and the technology you are using?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.702 seconds -->
