<?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: Help on Arcgis Api for silverlight in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291950#M7522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What i'm trying to do is toconnect some data base that i have(an access data base) to the map and build an form where i could choce a poligon on a map and when ever i chose one I'll be able to manipulate the data from a db.I saw the demo and it was usefull but i couldn't fint any apropriate help file that explains how can i work with the api . I'm kind of lost in GIS jungle :(.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still new to this is as well. We are doing something similar to what you're asking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure there are ways to do what your talking about via ArcGIS, but I've not gone that route, primarily due to me not knowing anything at all about spatial things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need to write some type of web service that acts as middle man to the database and the Silverlight client.&amp;nbsp; For this, we are using WCF RIA to get data in and out of our SQL database. When I get my lat/lon values from my database, I build ESRI Graphic objects and add them to the GraphicsLayer of my map. Sometimes I build my own custom MarkerSymbols in the XAML if I need something more than a point or polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need to use WCF RIA to access your Access ;), you can use "plain" WCF, or by using the WebClient/HTTPRequest in Silverlight to access pretty much any HTTP based service to pass data and requests in and out of your database. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quite frankly coming from a .NET developer standpoint, ESRI's approach is not the most intuitive at first, but you can get the hang of it. But if you're coming from a GIS background, I sure it makes more sense.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Aug 2010 15:05:35 GMT</pubDate>
    <dc:creator>MartenLiebster</dc:creator>
    <dc:date>2010-08-17T15:05:35Z</dc:date>
    <item>
      <title>Help on Arcgis Api for silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291947#M7519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A month ago I and my partner started a final project, we building information system for a farm that is based on Arcview 9.3. It is going to be a web site at the end (hopefully). We already have a database and maps, and we're trying to establish connection between the data base that we have and silverlight app. And we're little bit lost on it. Any help will be usefull.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 08:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291947#M7519</guid>
      <dc:creator>IvanKarlsson</dc:creator>
      <dc:date>2010-08-17T08:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Arcgis Api for silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291948#M7520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; A month ago I and my partner started a final project, we building information system for a farm that is based on&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;deepskyblue&amp;quot;;"&gt;Arcview 9.3&lt;/SPAN&gt;. It is going to be a web site at the end (hopefully). We already have a database and maps, and we're trying to establish connection between the data base that we have and&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;deepskyblue&amp;quot;;"&gt;silverlight app&lt;/SPAN&gt;. And we're little bit lost on it. Any help will be usefull.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you looked at the Interactive SDK/Demo? It's should be helpful. Here's the link: &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm" rel="nofollow"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also some description of what your trying to do would help in getting responses.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 13:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291948#M7520</guid>
      <dc:creator>MartenLiebster</dc:creator>
      <dc:date>2010-08-17T13:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Arcgis Api for silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291949#M7521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you looked at the Interactive SDK/Demo? It's should be helpful. Here's the link: &lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also some description of what your trying to do would help in getting responses.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What i'm trying to do is toconnect some data base that i have(an access data base) to the map and build an form where i could choce a poligon on a map and when ever i chose one I'll be able to manipulate the data from a db.I saw the demo and it was usefull but i couldn't fint any apropriate help file that explains how can i work with the api . I'm kind of lost in GIS jungle :(.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 14:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291949#M7521</guid>
      <dc:creator>IvanKarlsson</dc:creator>
      <dc:date>2010-08-17T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Arcgis Api for silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291950#M7522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What i'm trying to do is toconnect some data base that i have(an access data base) to the map and build an form where i could choce a poligon on a map and when ever i chose one I'll be able to manipulate the data from a db.I saw the demo and it was usefull but i couldn't fint any apropriate help file that explains how can i work with the api . I'm kind of lost in GIS jungle :(.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still new to this is as well. We are doing something similar to what you're asking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure there are ways to do what your talking about via ArcGIS, but I've not gone that route, primarily due to me not knowing anything at all about spatial things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need to write some type of web service that acts as middle man to the database and the Silverlight client.&amp;nbsp; For this, we are using WCF RIA to get data in and out of our SQL database. When I get my lat/lon values from my database, I build ESRI Graphic objects and add them to the GraphicsLayer of my map. Sometimes I build my own custom MarkerSymbols in the XAML if I need something more than a point or polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need to use WCF RIA to access your Access ;), you can use "plain" WCF, or by using the WebClient/HTTPRequest in Silverlight to access pretty much any HTTP based service to pass data and requests in and out of your database. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quite frankly coming from a .NET developer standpoint, ESRI's approach is not the most intuitive at first, but you can get the hang of it. But if you're coming from a GIS background, I sure it makes more sense.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 15:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291950#M7522</guid>
      <dc:creator>MartenLiebster</dc:creator>
      <dc:date>2010-08-17T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Arcgis Api for silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291951#M7523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These are good responses and if I may add, please also visit our Concepts page, this includes GettingStarted document. &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/index.html"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/index.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using 9.3, you should visit: esriurl.com/slsdk, for 10, you should visit esriurl.com/slsdk2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 17:10:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291951#M7523</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-17T17:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Arcgis Api for silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291952#M7524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me add to Jennifers comment by saying that the v2.0 of the API is fully compatible with ArcGIS 9.3.x, so you don't have to use the old v1.x of the API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 17:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/help-on-arcgis-api-for-silverlight/m-p/291952#M7524</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-08-17T17:27:07Z</dc:date>
    </item>
  </channel>
</rss>

