<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>WCF RIA Services</title><link>http://forums.silverlight.net/forums/53.aspx</link><description>A forum for discussing the client and server pieces that make up the WCF RIA Services framework for Silverlight</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Re: Best method to implement local config settings?</title><link>http://forums.silverlight.net/forums/thread/243742.aspx</link><pubDate>Tue, 07 Jul 2009 08:18:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:243742</guid><dc:creator>jbloomer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/243742.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=53&amp;PostID=243742</wfw:commentRss><description>&lt;p&gt;Yeah, I like the idea of using the RIA framework. I suppose I could even parse the config file server side and just return the value that I&amp;#39;m after.&lt;/p&gt;
&lt;p&gt;I forgot I could just create a ServiceOperation to do that, I think I&amp;#39;ll give it a go.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Best method to implement local config settings?</title><link>http://forums.silverlight.net/forums/thread/243234.aspx</link><pubDate>Mon, 06 Jul 2009 15:00:54 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:243234</guid><dc:creator>kylemc</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/243234.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=53&amp;PostID=243234</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve considered using a DomainService to serialize the content as a string and possibly reconstruct it into something more useful on the client. That would provide the security benefits of the RIA Services framework. Would that be useful, or is it more work than benefit?&lt;/p&gt;
&lt;p&gt;Kyle&lt;/p&gt;</description></item><item><title>Re: Re: Re: Best method to implement local config settings?</title><link>http://forums.silverlight.net/forums/thread/242409.aspx</link><pubDate>Sat, 04 Jul 2009 05:19:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:242409</guid><dc:creator>vinCracker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/242409.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=53&amp;PostID=242409</wfw:commentRss><description>&lt;p&gt;I used this approach in one of my Game, and in that I just hosted it on server, because there is no need to secure it. But if we want some sensitive data to be placed in config xml file then you have to use user authentication with WCF method. Or let me know any other idea of securing it. I would love to hear that.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Best method to implement local config settings?</title><link>http://forums.silverlight.net/forums/thread/242024.aspx</link><pubDate>Fri, 03 Jul 2009 15:39:01 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:242024</guid><dc:creator>jbloomer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/242024.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=53&amp;PostID=242024</wfw:commentRss><description>&lt;p&gt;Interesting idea, a few questions....&lt;img src="http://silverlight.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you do a simple WebRequest and treat the XML files as any old content? Or wrap them in a web service? What do you do with regards to security?&lt;/p&gt;</description></item><item><title>Re: Best method to implement local config settings?</title><link>http://forums.silverlight.net/forums/thread/241839.aspx</link><pubDate>Fri, 03 Jul 2009 12:44:27 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:241839</guid><dc:creator>vinCracker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/241839.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=53&amp;PostID=241839</wfw:commentRss><description>&lt;p&gt;I personally use XML files, stored on server. In my client app, I download those files, parse them and use my setting configuration. Also they are cute xml files, so can edit anytime.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Best method to implement local config settings?</title><link>http://forums.silverlight.net/forums/thread/241824.aspx</link><pubDate>Fri, 03 Jul 2009 12:30:24 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:241824</guid><dc:creator>jbloomer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/241824.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=53&amp;PostID=241824</wfw:commentRss><description>&lt;p&gt;I&amp;#39;d like to use some web.config style settings in my Silverlight application for deployment dependent values.&lt;/p&gt;
&lt;p&gt;Does anyone have opinions on the best way, or the correct way to do this?&lt;/p&gt;
&lt;p&gt;InitParameters on SilverlightApplication allows comma separated values, but somehow this feels wrong compared to editing a web.config file.&lt;/p&gt;
&lt;p&gt;Or you could write a web service to call into the config file, but then you have to write another web service.&lt;/p&gt;
&lt;p&gt;Is there a different way? A &amp;quot;RIA&amp;quot; approach? &lt;/p&gt;</description></item></channel></rss>