<?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 for Developerslog.net</title>
	<atom:link href="http://blog.developerslog.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.developerslog.net</link>
	<description></description>
	<lastBuildDate>Wed, 31 Mar 2010 07:40:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on How to use Log4Net in Unittests by George Gomez</title>
		<link>http://blog.developerslog.net/?p=61&#038;cpage=1#comment-885</link>
		<dc:creator>George Gomez</dc:creator>
		<pubDate>Wed, 31 Mar 2010 07:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=61#comment-885</guid>
		<description>You can add the code to your existing test classes. I was a bit confused because I thought I needed to add a NEW class to put the code in.

It turns out all I had to do was add the lines of code above inside the Test Class or Test Classes already existing in the project.

Do not forget to add a a using statement to System.IO as well as using statements to log4net.Config; and log4net; for the class to behaive properly.

I am using VS2010 and .net 4.0 and logging is working now.

Thanks again.</description>
		<content:encoded><![CDATA[<p>You can add the code to your existing test classes. I was a bit confused because I thought I needed to add a NEW class to put the code in.</p>
<p>It turns out all I had to do was add the lines of code above inside the Test Class or Test Classes already existing in the project.</p>
<p>Do not forget to add a a using statement to System.IO as well as using statements to log4net.Config; and log4net; for the class to behaive properly.</p>
<p>I am using VS2010 and .net 4.0 and logging is working now.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate Silverlight 2 Proxy with SVCUtil.exe by raymondr</title>
		<link>http://blog.developerslog.net/?p=17&#038;cpage=1#comment-60</link>
		<dc:creator>raymondr</dc:creator>
		<pubDate>Thu, 04 Jun 2009 18:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=17#comment-60</guid>
		<description>&lt;a href=&quot;#comment-58&quot; rel=&quot;nofollow&quot;&gt;@Roy&lt;/a&gt; 
In my project I also had the original xsd&#039;s the service was based off. But if you only have the wsdl or the uri to the wsdl you can use that too. Or you can download the wsdl using the &lt;a href=&quot;http://blog.developerslog.net/?p=75&quot; rel=&quot;nofollow&quot;&gt;WSDL download tool&lt;/a&gt;
The XSDLocation is [drive]:\[directory of xsdfile]\*.xsd. If you only have one .wsdl file it&#039;s *.wsdl, the wsdl than contains the xsd schema&#039;s.</description>
		<content:encoded><![CDATA[<p><a href="#comment-58" rel="nofollow">@Roy</a><br />
In my project I also had the original xsd&#8217;s the service was based off. But if you only have the wsdl or the uri to the wsdl you can use that too. Or you can download the wsdl using the <a href="http://blog.developerslog.net/?p=75" rel="nofollow">WSDL download tool</a><br />
The XSDLocation is [drive]:\[directory of xsdfile]\*.xsd. If you only have one .wsdl file it&#8217;s *.wsdl, the wsdl than contains the xsd schema&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate Silverlight 2 Proxy with SVCUtil.exe by Roy</title>
		<link>http://blog.developerslog.net/?p=17&#038;cpage=1#comment-58</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Wed, 03 Jun 2009 22:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=17#comment-58</guid>
		<description>In your Create.CMD application, what is XSDLOCATION supposed to point to?  How do I generate the required xsd file?

Thanks,
Roy</description>
		<content:encoded><![CDATA[<p>In your Create.CMD application, what is XSDLOCATION supposed to point to?  How do I generate the required xsd file?</p>
<p>Thanks,<br />
Roy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Log4Net in Unittests by raymondr</title>
		<link>http://blog.developerslog.net/?p=61&#038;cpage=1#comment-11</link>
		<dc:creator>raymondr</dc:creator>
		<pubDate>Thu, 02 Apr 2009 23:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=61#comment-11</guid>
		<description>&lt;a href=&quot;#comment-7&quot; rel=&quot;nofollow&quot;&gt;@JeroenH &lt;/a&gt; 
The problem is that the log4net config isn&#039;t deployed in the test files directory, no matter what setting you configure for this file. In this way the configuration isn&#039;t read and no messages are written to your log.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7" rel="nofollow">@JeroenH </a><br />
The problem is that the log4net config isn&#8217;t deployed in the test files directory, no matter what setting you configure for this file. In this way the configuration isn&#8217;t read and no messages are written to your log.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimistic Concurrency Control with MS Entity Framework and WCF or Webservices by raymondr</title>
		<link>http://blog.developerslog.net/?p=34&#038;cpage=1#comment-10</link>
		<dc:creator>raymondr</dc:creator>
		<pubDate>Thu, 02 Apr 2009 11:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=34#comment-10</guid>
		<description>&lt;a href=&quot;#comment-8&quot; rel=&quot;nofollow&quot;&gt;@BartJ&lt;/a&gt; 

Yes in the example OCCEntities is the generated ObjectContext. AddExistingObject is added in the partial class of OCCEntities.
In this example the IOptimisticConcurrencyObject contains an Id as primary key. A nicer way would be to implement a method to set the primary key values. In this way the primary key can also be another type or a combined primary key.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8" rel="nofollow">@BartJ</a> </p>
<p>Yes in the example OCCEntities is the generated ObjectContext. AddExistingObject is added in the partial class of OCCEntities.<br />
In this example the IOptimisticConcurrencyObject contains an Id as primary key. A nicer way would be to implement a method to set the primary key values. In this way the primary key can also be another type or a combined primary key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimistic Concurrency Control with MS Entity Framework and WCF or Webservices by BartJ</title>
		<link>http://blog.developerslog.net/?p=34&#038;cpage=1#comment-8</link>
		<dc:creator>BartJ</dc:creator>
		<pubDate>Thu, 02 Apr 2009 11:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=34#comment-8</guid>
		<description>Hi Raymond,

Interesting post

// Create a new key for the object
newItem.EntityKey = this.CreateEntityKey(setname, newItem);

returns a compile error .. does not contain a definition for &#039;CreateEntityKey&#039; and no extension method &#039;CreateEntityKey&#039; accepting a first argument ...

Did you mean CreateEntityKey on the ObjectContext?</description>
		<content:encoded><![CDATA[<p>Hi Raymond,</p>
<p>Interesting post</p>
<p>// Create a new key for the object<br />
newItem.EntityKey = this.CreateEntityKey(setname, newItem);</p>
<p>returns a compile error .. does not contain a definition for &#8216;CreateEntityKey&#8217; and no extension method &#8216;CreateEntityKey&#8217; accepting a first argument &#8230;</p>
<p>Did you mean CreateEntityKey on the ObjectContext?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Log4Net in Unittests by JeroenH</title>
		<link>http://blog.developerslog.net/?p=61&#038;cpage=1#comment-7</link>
		<dc:creator>JeroenH</dc:creator>
		<pubDate>Wed, 01 Apr 2009 07:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=61#comment-7</guid>
		<description>You could probably also use 
&lt;code&gt;[assembly: log4net.Config.XmlConfigurator()]&lt;/code&gt;
in the AssemblyInfo.cs file.

This has worked for me, though you sometimes indeed still need to explicitly deploy the log4net.dll to the unit test&#039;s bin directory, if you do not call methods in the log4net assembly directly from the unit test code.</description>
		<content:encoded><![CDATA[<p>You could probably also use<br />
<code>[assembly: log4net.Config.XmlConfigurator()]</code><br />
in the AssemblyInfo.cs file.</p>
<p>This has worked for me, though you sometimes indeed still need to explicitly deploy the log4net.dll to the unit test&#8217;s bin directory, if you do not call methods in the log4net assembly directly from the unit test code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android : IO Error unknown error by Android</title>
		<link>http://blog.developerslog.net/?p=9&#038;cpage=1#comment-5</link>
		<dc:creator>Android</dc:creator>
		<pubDate>Sat, 21 Mar 2009 20:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=9#comment-5</guid>
		<description>[...] Android : IO Error unknown error « Developerslog.net [...]</description>
		<content:encoded><![CDATA[<p>[...] Android : IO Error unknown error « Developerslog.net [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate Silverlight 2 Proxy with SVCUtil.exe by W.Meints</title>
		<link>http://blog.developerslog.net/?p=17&#038;cpage=1#comment-4</link>
		<dc:creator>W.Meints</dc:creator>
		<pubDate>Thu, 12 Mar 2009 23:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=17#comment-4</guid>
		<description>Thanks for the tool, I really needed this to get things going with services and silverlight.</description>
		<content:encoded><![CDATA[<p>Thanks for the tool, I really needed this to get things going with services and silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate Silverlight 2 Proxy with SVCUtil.exe by raymondr</title>
		<link>http://blog.developerslog.net/?p=17&#038;cpage=1#comment-3</link>
		<dc:creator>raymondr</dc:creator>
		<pubDate>Mon, 02 Mar 2009 23:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.developerslog.net/?p=17#comment-3</guid>
		<description>@Guillaume,

The /enableDataBinding flag was automaticly added by the tool. But I&#039;ve made an update. Now you have to add the flag to svcutil</description>
		<content:encoded><![CDATA[<p>@Guillaume,</p>
<p>The /enableDataBinding flag was automaticly added by the tool. But I&#8217;ve made an update. Now you have to add the flag to svcutil</p>
]]></content:encoded>
	</item>
</channel>
</rss>
