<?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: New to programming and want to learn how... in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/new-to-programming-and-want-to-learn-how/m-p/428317#M11567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;25 posts and counting and nobody can help... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;guess this was the wrong forum to post in..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try and find some help somewhere else...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 17:09:38 GMT</pubDate>
    <dc:creator>AndreGirard</dc:creator>
    <dc:date>2010-11-18T17:09:38Z</dc:date>
    <item>
      <title>New to programming and want to learn how...</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/new-to-programming-and-want-to-learn-how/m-p/428316#M11566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How's it goin?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking for any resource that would help me learn how to programme using esri.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know there's a few different languages to programme with, which one would be the logical choice to learn since i know that VB is being dumped by microsoft (i believe i read that correctly)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone if willing to give me any help or can point me anywhere on the web that offers good material to learn, it would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andre&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 12:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/new-to-programming-and-want-to-learn-how/m-p/428316#M11566</guid>
      <dc:creator>AndreGirard</dc:creator>
      <dc:date>2010-11-16T12:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: New to programming and want to learn how...</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/new-to-programming-and-want-to-learn-how/m-p/428317#M11567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;25 posts and counting and nobody can help... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;guess this was the wrong forum to post in..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try and find some help somewhere else...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 17:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/new-to-programming-and-want-to-learn-how/m-p/428317#M11567</guid>
      <dc:creator>AndreGirard</dc:creator>
      <dc:date>2010-11-18T17:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: New to programming and want to learn how...</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/new-to-programming-and-want-to-learn-how/m-p/428318#M11568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;VB isn't being dumped, but VBA is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are many languages from which to choose, including C#, VB.net, C++, and Java. I would say pick one from there and install the appropriate ArcObjects SDK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you choose one of the .net languages, an easy place to start is with Add-ins. There is lots of information and samples to get you going here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 18:03:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/new-to-programming-and-want-to-learn-how/m-p/428318#M11568</guid>
      <dc:creator>JeffreyHamblin</dc:creator>
      <dc:date>2010-11-18T18:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: New to programming and want to learn how...</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/new-to-programming-and-want-to-learn-how/m-p/428319#M11569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your new to programming i suggest you look into esri's python libraries: arcpy(ArcGIS 10) or geoprocessor(Pre 10). Python is pretty easy to get into, and ESRI's python libraries are much more user friendly than ArcObjects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For programming with ArcObjects(ESRI's API), the two best documented languages are C# and VB.net. There is also Java and C++. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you really are new to programming and need to work with ArcGIS i suggest you stick with Python (python hangs out in the Geoprocessing forum).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 13:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/new-to-programming-and-want-to-learn-how/m-p/428319#M11569</guid>
      <dc:creator>FrankPerks</dc:creator>
      <dc:date>2010-11-19T13:27:40Z</dc:date>
    </item>
  </channel>
</rss>

