<?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 Can I use Viewer to develop Source Code in ArcGIS Viewer for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/can-i-use-viewer-to-develop-source-code/m-p/705192#M1896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, it appears we can develop a silverlight map project using the new ArcGIS Viewer for Silverlight. However when the project is ready to go and is deployed, all we get is a compiled xap file. This means we cannot use the Viewer to rough out a project and then finish it using manual code editing techniques in Visual Studio. For example, suppose we wanted to replace the canned basemap with one we have developed ourself, or maybe we just have our own look and feel we would like to implement. Will this be possible, or am I correct that the viewer is useless if we want to do some of our own coding?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 19:27:45 GMT</pubDate>
    <dc:creator>DonFreeman</dc:creator>
    <dc:date>2012-02-27T19:27:45Z</dc:date>
    <item>
      <title>Can I use Viewer to develop Source Code</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/can-i-use-viewer-to-develop-source-code/m-p/705192#M1896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, it appears we can develop a silverlight map project using the new ArcGIS Viewer for Silverlight. However when the project is ready to go and is deployed, all we get is a compiled xap file. This means we cannot use the Viewer to rough out a project and then finish it using manual code editing techniques in Visual Studio. For example, suppose we wanted to replace the canned basemap with one we have developed ourself, or maybe we just have our own look and feel we would like to implement. Will this be possible, or am I correct that the viewer is useless if we want to do some of our own coding?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 19:27:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/can-i-use-viewer-to-develop-source-code/m-p/705192#M1896</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2012-02-27T19:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Viewer to develop Source Code</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/can-i-use-viewer-to-develop-source-code/m-p/705193#M1897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Don,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, the ArcGIS Viewer for Silverlight's application builder generates a compiled application and this is by design. The primary intent was to enable non-developers/novice website creators to easily create and deploy a Web mapping application OOTB. We've kept the underlying framework source code "closed" for several reasons:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Developers will only need to know the Viewer extensibility framework, instead of trying to understand the entire Viewer application�??s internals.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;It greatly simplifies migration scenarios and thus will increase what Esri can do with upgrades moving forward. (I.e., we always know what the core of each Viewer is, thus we can account for it.)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;For things developers need/want to do, we plan on supporting via the extensibility kit.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Supportability. With open source code, as soon as developers change one line of the source code, it becomes technically unsupported. Having the Viewer core be closed source avoids such issues.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;We promote and encourage developers to use the Silverlight Viewer application builder as a starting point to deploy Web mapping applications and they can extend/add additional capabilities via &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;add-ins&lt;/SPAN&gt;&lt;SPAN&gt;. This is why we've provided an extensibility kit. Please see this help topic: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/silverlightviewer/help/index.html#/Extending_the_ArcGIS_Viewer_for_Silverlight/017700000006000000/"&gt;Extending the ArcGIS Viewer for Silverlight&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding your specific comments:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; ... suppose we wanted to replace the canned basemap with one we have developed ourself ... &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is possible OOTB, please review this help topic &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/silverlightviewer/help/index.html#/Configuring_basemaps/01770000000t000000/"&gt;Configuring basemaps&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; ... maybe we just have our own look and feel we would like to implement. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, this is possible, please review this help topic &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/silverlightviewer/help/index.html#/Creating_a_custom_layout/01770000000z000000/"&gt;Creating a custom layout&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 17:13:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/can-i-use-viewer-to-develop-source-code/m-p/705193#M1897</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2012-02-29T17:13:04Z</dc:date>
    </item>
  </channel>
</rss>

