<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Silverlight 4 &#8211; Connecting To Remote Database With WCF</title>
	<atom:link href="http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/</link>
	<description>Not Your Ordinary Programmer</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:14:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dhruvani</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-2950</link>
		<dc:creator>Dhruvani</dc:creator>
		<pubDate>Wed, 21 Dec 2011 10:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-2950</guid>
		<description>nice it help me lot</description>
		<content:encoded><![CDATA[<p>nice it help me lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary Jenren</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-2931</link>
		<dc:creator>Mary Jenren</dc:creator>
		<pubDate>Wed, 30 Nov 2011 16:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-2931</guid>
		<description>This article is very interesting, I like it.</description>
		<content:encoded><![CDATA[<p>This article is very interesting, I like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABED</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-2930</link>
		<dc:creator>ABED</dc:creator>
		<pubDate>Tue, 29 Nov 2011 22:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-2930</guid>
		<description>I tried your code but  i got this message in the browser, can you help me solve it please?

You have created a service.

To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:



svcutil.exe http://localhost:49178/QualityControlSite/UsersService.svc?wsdl

This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:


C#

class Test
{
    static void Main()
    {
        UsersServiceClient client = new UsersServiceClient();

        // Use the &#039;client&#039; variable to call operations on the service.

        // Always close the client.
        client.Close();
    }
}</description>
		<content:encoded><![CDATA[<p>I tried your code but  i got this message in the browser, can you help me solve it please?</p>
<p>You have created a service.</p>
<p>To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:</p>
<p>svcutil.exe <a href="http://localhost:49178/QualityControlSite/UsersService.svc?wsdl" rel="nofollow">http://localhost:49178/QualityControlSite/UsersService.svc?wsdl</a></p>
<p>This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:</p>
<p>C#</p>
<p>class Test<br />
{<br />
    static void Main()<br />
    {<br />
        UsersServiceClient client = new UsersServiceClient();</p>
<p>        // Use the &#8216;client&#8217; variable to call operations on the service.</p>
<p>        // Always close the client.<br />
        client.Close();<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-2589</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Wed, 20 Jul 2011 00:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-2589</guid>
		<description>Thanks for your post. I think it will be interestiong to you and others to look at the solution that out team uses http://datumnode.com</description>
		<content:encoded><![CDATA[<p>Thanks for your post. I think it will be interestiong to you and others to look at the solution that out team uses <a href="http://datumnode.com" rel="nofollow">http://datumnode.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Byna</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-2576</link>
		<dc:creator>Ramesh Byna</dc:creator>
		<pubDate>Mon, 27 Jun 2011 08:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-2576</guid>
		<description>Excellent post, but i have one doubt i.e  how to give the Server Details to connection string when server is located at some other country (or) some other system,

and also..when i try to open through  like this
 string nwConn = System.Configuration.ConfigurationManager.ConnectionStrings[&quot;PLMConnectionString&quot;].ConnectionString;

getting this error
Login failed to domainName\userName$

give me solution for this</description>
		<content:encoded><![CDATA[<p>Excellent post, but i have one doubt i.e  how to give the Server Details to connection string when server is located at some other country (or) some other system,</p>
<p>and also..when i try to open through  like this<br />
 string nwConn = System.Configuration.ConfigurationManager.ConnectionStrings["PLMConnectionString"].ConnectionString;</p>
<p>getting this error<br />
Login failed to domainName\userName$</p>
<p>give me solution for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkusR</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-2346</link>
		<dc:creator>MarkusR</dc:creator>
		<pubDate>Mon, 07 Mar 2011 20:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-2346</guid>
		<description>In response to my .config issue:

1) add an appSettings section to the SilverlightWCFTutorial.Web Web.config and add your key/value pair.

2)  add using System.Configuration; to DatabaseService.svc.cs
and
3) implement string myConnectionString = ConfigurationManager.AppSettings[&quot;ConnectionStr&quot;];

-Markus</description>
		<content:encoded><![CDATA[<p>In response to my .config issue:</p>
<p>1) add an appSettings section to the SilverlightWCFTutorial.Web Web.config and add your key/value pair.</p>
<p>2)  add using System.Configuration; to DatabaseService.svc.cs<br />
and<br />
3) implement string myConnectionString = ConfigurationManager.AppSettings["ConnectionStr"];</p>
<p>-Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkusR</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-2345</link>
		<dc:creator>MarkusR</dc:creator>
		<pubDate>Mon, 07 Mar 2011 20:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-2345</guid>
		<description>Great! Awesome! Just what I needed.

It would be nice for some info on putting the connection string in a .config file instead of hardcoding.

Note, need to move the &quot;Now that our WCF service is complete, we are going back to the Silverlight app.  We are going to add an event handler for the “Loaded” event of the MainPage.xaml.&quot; to after the &quot;You will need to rebuild your solution at this point.&quot; since it won&#039;t build at this point.&quot;

-Markus</description>
		<content:encoded><![CDATA[<p>Great! Awesome! Just what I needed.</p>
<p>It would be nice for some info on putting the connection string in a .config file instead of hardcoding.</p>
<p>Note, need to move the &#8220;Now that our WCF service is complete, we are going back to the Silverlight app.  We are going to add an event handler for the “Loaded” event of the MainPage.xaml.&#8221; to after the &#8220;You will need to rebuild your solution at this point.&#8221; since it won&#8217;t build at this point.&#8221;</p>
<p>-Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-2303</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 17 Jan 2011 17:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-2303</guid>
		<description>I&#039;m having some difficulty translating certain portions of the .svc and it&#039;s .cs file into VB.

Little help?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having some difficulty translating certain portions of the .svc and it&#8217;s .cs file into VB.</p>
<p>Little help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vesta</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-619</link>
		<dc:creator>vesta</dc:creator>
		<pubDate>Mon, 23 Aug 2010 07:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-619</guid>
		<description>Thanks for your article!
It helps me a lot!</description>
		<content:encoded><![CDATA[<p>Thanks for your article!<br />
It helps me a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yhorman P.</title>
		<link>http://eclipsed4utoo.com/blog/silverlight-connecting-remote-database-wcf/comment-page-1/#comment-408</link>
		<dc:creator>Yhorman P.</dc:creator>
		<pubDate>Fri, 28 May 2010 22:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=314#comment-408</guid>
		<description>Great post, excelente topic, just when I was needing. thank you so much for your help.</description>
		<content:encoded><![CDATA[<p>Great post, excelente topic, just when I was needing. thank you so much for your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

