<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is it possible to completely move away from .NET to JavaScript? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413965#M38091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use .NET to write out some DB queries as JSON -I use MVC4. Then use AJAX on client side to grab the JSON and handle the parsing using a library linq.js.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Dec 2014 00:00:41 GMT</pubDate>
    <dc:creator>PaulCrickard</dc:creator>
    <dc:date>2014-12-28T00:00:41Z</dc:date>
    <item>
      <title>Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413964#M38090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a .NET developer and I code web apps against databases. I have been able to move my GIS .NET development to the Esri JS API except for the proxy information, but is there a secure way to use JavaScript for interaction with just a database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally Esri will make the new data layer editable and that would take all limitations away as long as I could relate data geographically. That will take care of some, but probably not all. Any ideas? Or should I stick with .NET for talking to the server securely?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 21:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413964#M38090</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2014-12-26T21:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413965#M38091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use .NET to write out some DB queries as JSON -I use MVC4. Then use AJAX on client side to grab the JSON and handle the parsing using a library linq.js.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Dec 2014 00:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413965#M38091</guid>
      <dc:creator>PaulCrickard</dc:creator>
      <dc:date>2014-12-28T00:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413966#M38092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not looking like I can move away from .NET completely. Thanks for the input. I found it helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 15:26:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413966#M38092</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2014-12-30T15:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413967#M38093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can access your database through ArcGIS Server services.&amp;nbsp; You're not personally writing SQL anymore but you're not using .NET anymore either. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as your website and arcgis server are on the same machine (or you're using the webadaptor) you might not need the proxy either. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 16:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413967#M38093</guid>
      <dc:creator>JoshHevenor</dc:creator>
      <dc:date>2014-12-30T16:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413968#M38094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure how I would write to a database outside of feature editing and some of my tables that I want to edit may not have GIS information in them. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 16:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413968#M38094</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2014-12-30T16:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413969#M38095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't recommend accessing a database from client side JavaScript if the reason you're attempting to do so through a proxy is so you can have an encrypted channel between the browser and the client.&amp;nbsp; Clientside Javascript is inherently vulnerable, so the encrypted channel is attempting to use a padlock to keep anyone from getting into a paper bag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone wants to get at your database and can't get through the encyrpted channel,they'll just modify your code or inject their own by targetting the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are hooked on the idea of a JavaScript-based access layer, I'd suggest using NodeJS server side.&amp;nbsp; If you practice "safe selects" and do not trust any input you get from the client, you can retain control over what queries actually get invoked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The malicious user who hacked your browser code and passed their own queries over the SQL channel would still be able to pass you their own crafted messages, but as long as you don't accept any input that would imply unsupported things happening, you are still safer this way because the database server cannot apply heuristics to discern safe from evil anywhere near as well as your own application code can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 23:55:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413969#M38095</guid>
      <dc:creator>JohnHeinnickel</dc:creator>
      <dc:date>2015-01-10T23:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413970#M38096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use arc SDE with you arcgis server to work,they can edit and&amp;nbsp;&amp;nbsp; save you data at the same times&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 03:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413970#M38096</guid>
      <dc:creator>zhongrenGu</dc:creator>
      <dc:date>2015-01-11T03:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413971#M38097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the server side you may still need some .net, in order to provide the necessary DB and security interaction. I would propose you take a look at the Web API framework from Microsoft. It provides the necessary components to create a secure REST API, which you can then easily consume with a javascript client (we use angular js here &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 21:40:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413971#M38097</guid>
      <dc:creator>ChristophSpoerri</dc:creator>
      <dc:date>2015-01-11T21:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413972#M38098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One question on that. Can the REST Services be published as editable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 17:36:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413972#M38098</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-01-12T17:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413973#M38099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure can. If you set the feature to editable, all the properties can be edited. Can even add files/images. See my post on a ESRI REST API JavaScript class.&lt;/P&gt;&lt;P&gt;&lt;A href="https://paulcrickard.wordpress.com/2014/07/29/javascript-class-for-esri-rest-api/" title="https://paulcrickard.wordpress.com/2014/07/29/javascript-class-for-esri-rest-api/"&gt;JavaScript Class for ESRI REST API | Architecture and Planning&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 18:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413973#M38099</guid>
      <dc:creator>PaulCrickard</dc:creator>
      <dc:date>2015-01-12T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413974#M38100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like this is just for the Esri REST API. I have some non-spatial data in a DB2 database that I am trying to evaluate if it can be edited through web services. It looks like I would need to consume non-geospatial data through .NET web services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 18:16:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413974#M38100</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-01-12T18:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413975#M38101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this tutorial for regular DB work.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.asp.net/web-api/overview/older-versions/build-restful-apis-with-aspnet-web-api" title="http://www.asp.net/web-api/overview/older-versions/build-restful-apis-with-aspnet-web-api"&gt;Build RESTful API's with ASP.NET Web API | The ASP.NET Site&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.asp.net/mvc/overview/getting-started/database-first-development/creating-the-web-application" title="https://www.asp.net/mvc/overview/getting-started/database-first-development/creating-the-web-application"&gt;EF Database First with ASP.NET MVC: Creating the Web Application and Data Models | The ASP.NET Site&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 19:08:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413975#M38101</guid>
      <dc:creator>PaulCrickard</dc:creator>
      <dc:date>2015-01-12T19:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413976#M38102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like I might need to learn AngularJS, ASP.NET MVC and maybe C#; still program in VB.NET. It looks like we could serve web services on the client using this though, but the rest services still need to be built with .NET. This provides me with a start. Time to start self-training.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 20:32:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413976#M38102</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-01-12T20:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413977#M38103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also use classic ASP to create a RESTish url. I just query a DB and spit out JSON manually. when you go to the URL for this script you get a JSON string that you can grab using AJAX in JavaScript from the client side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set myconn_ = server.createobject("adodb.connection")&lt;/P&gt;&lt;P&gt;connection_ = "Provider=sqloledb; Data Source=xxxx; Initial Catalog=xxx;User Id=xxx; Password=xxx;Network Library=DBMSSOCN"&lt;/P&gt;&lt;P&gt;myconn_.open (connection_)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set result_ = server.createobject("adodb.recordset")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sql = "Select distinct Division, projectname, project_status, objectid from xxx.projects"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set result_ = myconn_.execute(sql)&lt;/P&gt;&lt;P&gt;Response.ContentType = "application/json"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;response.write("[")&lt;/P&gt;&lt;P&gt;while not result_.EOF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; response.write("{""division"":""" &amp;amp; result_("Division")&amp;amp;""",""objectid"":"""&amp;amp; result_("objectid") &amp;amp;""",""name"":"""&amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; result_("ProjectName") &amp;amp;""",""pid"":"""&amp;amp; result_("Project_Status") &amp;amp;"""},")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; result_.movenext()&lt;/P&gt;&lt;P&gt;wend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;response.write(" {""division"":"" " &amp;amp; 9 &amp;amp;""",""objectid"":"""&amp;amp; 9 &amp;amp;" "",""name"":"""&amp;amp; 9 &amp;amp;" "",""status"":"""&amp;amp; 9 &amp;amp;"""}]")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result_.close&lt;/P&gt;&lt;P&gt;myconn_.close&lt;/P&gt;&lt;P&gt;set result_ = Nothing&lt;/P&gt;&lt;P&gt;set myconn_ = Nothing&lt;/P&gt;&lt;P&gt;response.end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 23:58:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413977#M38103</guid>
      <dc:creator>PaulCrickard</dc:creator>
      <dc:date>2015-01-12T23:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413978#M38104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REST would have a url like someserver/product/1&lt;/P&gt;&lt;P&gt;or someserver/products/delete/5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASP solution requires a url like someserver/products.asp and someserver/products/delete.asp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 00:00:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413978#M38104</guid>
      <dc:creator>PaulCrickard</dc:creator>
      <dc:date>2015-01-13T00:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413979#M38105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's ASP, I would rather use ASP.NET. I was just looking for a way to create regular HTML pages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 14:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413979#M38105</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-01-13T14:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to completely move away from .NET to JavaScript?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413980#M38106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used Classic ASMX services with ScriptServices to create JSON and XML services to be consumed by AJAX web site with many different client side Javascript Libraries; Dojo, ExtJs, JQuery, etc. I like the classic ASMX services because they are fairly simple, to the point and easily customizable. You have full access to ASP.Net Security objects within the ASMX. I don't have a link to any website or blog with really good examples but if you Google you should find plenty of information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could slam together some example code if you desire.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 19:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-completely-move-away-from-net-to/m-p/413980#M38106</guid>
      <dc:creator>DaveHighness1</dc:creator>
      <dc:date>2015-01-22T19:06:47Z</dc:date>
    </item>
  </channel>
</rss>

