<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devlicio.us/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>Krzysztof Kozmic - All Comments</title><link>http://devlicio.us/blogs/krzysztof_kozmic/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>re: How to force Nuget not to update log4net to 1.2.11</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/31/how-to-force-nuget-not-to-update-log4net-to-1-2-11.aspx#69468</link><pubDate>Mon, 06 Feb 2012 03:25:08 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69468</guid><dc:creator>Krzysztof Kozmic</dc:creator><description>&lt;p&gt;@Søren&lt;/p&gt;
&lt;p&gt;Castle is built against log4net 1.2.10 and since 1.2.10 and 1.2.11 are not compatible yes, you would need a built of Castle log4net integration compiled against log4net 1.2.11 &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69468" width="1" height="1"&gt;</description></item><item><title>re: How to force Nuget not to update log4net to 1.2.11</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/31/how-to-force-nuget-not-to-update-log4net-to-1-2-11.aspx#69467</link><pubDate>Sun, 05 Feb 2012 17:14:17 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69467</guid><dc:creator>Søren</dc:creator><description>&lt;p&gt;What if I actually would like to use log4net 1.2.11 ?? Do I then need to recompile Castle?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69467" width="1" height="1"&gt;</description></item><item><title>re: How to force Nuget not to update log4net to 1.2.11</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/31/how-to-force-nuget-not-to-update-log4net-to-1-2-11.aspx#69453</link><pubDate>Tue, 31 Jan 2012 13:51:23 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69453</guid><dc:creator>Leon van Bokhorst</dc:creator><description>&lt;p&gt;Thanks a lot. This is a lifesaver for me.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69453" width="1" height="1"&gt;</description></item><item><title>re: Testing framework is not just for writing… tests</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/18/testing-framework-is-not-just-for-writing-tests.aspx#69351</link><pubDate>Fri, 20 Jan 2012 20:09:28 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69351</guid><dc:creator>Nicholas Carey</dc:creator><description>&lt;p&gt;On occassion, I&amp;#39;ve used NUnit as an execution framework for batch jobs in an ETL environment, where we&amp;#39;d be FTP&amp;#39;ing a zip file with a lot of different files. The zip file would need to be unpacked and each different file or file type would need to be parsed, translated and loaded into our system. Worked great!&lt;/p&gt;
&lt;p&gt;Test harnessess...they&amp;#39;re not just for testing!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69351" width="1" height="1"&gt;</description></item><item><title>re: Testing framework is not just for writing… tests</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/18/testing-framework-is-not-just-for-writing-tests.aspx#69349</link><pubDate>Thu, 19 Jan 2012 19:08:04 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69349</guid><dc:creator>Elliott Edwards</dc:creator><description>&lt;p&gt;I certainly appreciate the concept of using unit tests as a quick write, compile, run loop and totally agree with that angle. If I can avoid launching the full app to test/verify then I will.&lt;/p&gt;
&lt;p&gt;That said, LinqPad works very well for testing stuff you wouldn&amp;#39;t care to check in to source control.&lt;/p&gt;
&lt;p&gt;And on the topic of the Mono REPL stuff, check out Roslyn, Microsoft&amp;#39;s new Compiler as a Service. It includes an interactive C# window in visual studio.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69349" width="1" height="1"&gt;</description></item><item><title>re: Testing framework is not just for writing… tests</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/18/testing-framework-is-not-just-for-writing-tests.aspx#69348</link><pubDate>Thu, 19 Jan 2012 14:43:17 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69348</guid><dc:creator>Mike Paterson</dc:creator><description>&lt;p&gt;Big +1 for LinqPad. &amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69348" width="1" height="1"&gt;</description></item><item><title>re: Testing framework is not just for writing… tests</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/18/testing-framework-is-not-just-for-writing-tests.aspx#69347</link><pubDate>Thu, 19 Jan 2012 13:27:53 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69347</guid><dc:creator>dagda1@scotalt.net</dc:creator><description>&lt;p&gt;If C# or .NET had an interactive console then this would be unneccessary. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if .NET 5.0 will have one of these.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69347" width="1" height="1"&gt;</description></item><item><title>re: Testing framework is not just for writing… tests</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/18/testing-framework-is-not-just-for-writing-tests.aspx#69340</link><pubDate>Wed, 18 Jan 2012 17:57:21 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69340</guid><dc:creator>Klaus Hebsgaard</dc:creator><description>&lt;p&gt;LinqPad is cool.&lt;/p&gt;
&lt;p&gt;The mono framework has a csharp REPL, which is even easier.&lt;/p&gt;
&lt;p&gt;Your capcha does by the way not work on an ipad...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69340" width="1" height="1"&gt;</description></item><item><title>re: Testing framework is not just for writing… tests</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/18/testing-framework-is-not-just-for-writing-tests.aspx#69338</link><pubDate>Wed, 18 Jan 2012 15:12:42 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69338</guid><dc:creator>Ray</dc:creator><description>&lt;p&gt;Like, Mikke, I generally use LinqPad for this sort of thing unless I&amp;#39;m testing a theory/assumption that requires a bunch of references and setup that my test project already has in place. Hell, I use it for that a ton more than I do for linq-querying.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69338" width="1" height="1"&gt;</description></item><item><title>re: Testing framework is not just for writing… tests</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/18/testing-framework-is-not-just-for-writing-tests.aspx#69337</link><pubDate>Wed, 18 Jan 2012 14:06:18 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69337</guid><dc:creator>John Woodard</dc:creator><description>&lt;p&gt;Excellent article, except for one thing: &amp;nbsp;I would check them in, because later when someone questions whether an equation will always produce the correct results they can see the test showing that it does. &amp;nbsp;So you&amp;#39;re not verifying that the behavior doesn&amp;#39;t change, since that would be the road to disaster, but you&amp;#39;re documenting how a no-s0-clear behavior actually behaves, because if you weren&amp;#39;t sure about it, others won&amp;#39;t be either.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69337" width="1" height="1"&gt;</description></item><item><title>re: Testing framework is not just for writing… tests</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/18/testing-framework-is-not-just-for-writing-tests.aspx#69336</link><pubDate>Wed, 18 Jan 2012 13:52:00 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69336</guid><dc:creator>Michal Sakowicz</dc:creator><description>&lt;p&gt;You can use LinqPad for checking code snippets as well. &amp;nbsp;It&amp;#39;s faster to start it than another instance of VS.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69336" width="1" height="1"&gt;</description></item><item><title>re: Approval testing – value for the money</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/16/approval-testing-value-for-the-money.aspx#69333</link><pubDate>Tue, 17 Jan 2012 16:07:58 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69333</guid><dc:creator>Rasmus Kromann-Larsen</dc:creator><description>&lt;p&gt;Nice approach. Interestingly enough I used the exact same approach in my CS compiler class in S/ML before I knew anything about unit testing frameworks. Worked amazingly. Maybe I should give it a spin for my C# projects now.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69333" width="1" height="1"&gt;</description></item><item><title>re: Approval testing – value for the money</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/16/approval-testing-value-for-the-money.aspx#69329</link><pubDate>Tue, 17 Jan 2012 00:06:46 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69329</guid><dc:creator>Krzysztof Koźmic</dc:creator><description>&lt;p&gt;@Erik&lt;/p&gt;
&lt;p&gt;There&amp;#39;s nothing Windsor or IoC specific about the approach. We&amp;#39;re using it for example to approve non-nullable foreign keys in our schema, or list of records we&amp;#39;re dropping when pulling data from external system.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69329" width="1" height="1"&gt;</description></item><item><title>re: Approval testing – value for the money</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2012/01/16/approval-testing-value-for-the-money.aspx#69328</link><pubDate>Mon, 16 Jan 2012 23:29:45 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69328</guid><dc:creator>Erik</dc:creator><description>&lt;p&gt;I&amp;#39;m intrigued by this concept, and by the idea of enforcing at the design level and not just the unit level in general. &amp;nbsp;Out of curiosity, is this specific to Castle Windsor, or is the process and set of tools that you&amp;#39;re using to accomplish general enough to extend to other IoCs or even code not using an IoC?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69328" width="1" height="1"&gt;</description></item><item><title>re: Castle Windsor 3.0 is released</title><link>http://devlicio.us/blogs/krzysztof_kozmic/archive/2011/12/16/castle-windsor-3-0-is-released.aspx#69248</link><pubDate>Tue, 10 Jan 2012 23:21:59 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69248</guid><dc:creator>You thought wrong</dc:creator><description>&lt;p&gt;Moq broke&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69248" width="1" height="1"&gt;</description></item></channel></rss>
