<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: NUnit and the app.config</title>
	<atom:link href="http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jul 2007 08:31:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Givoni&#8217;s Blog &#187; Blog Archive &#187; O/R Mappers and automatic code generation</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-390</link>
		<dc:creator>David Givoni&#8217;s Blog &#187; Blog Archive &#187; O/R Mappers and automatic code generation</dc:creator>
		<pubDate>Wed, 11 Oct 2006 16:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-390</guid>
		<description>[...] Inspired by Nic Wise&#8217;s question regarding how I generate the mapping files for NHibernate, I wanted to write a bit about my experience with automatic code generation tools and O/R Mappers. This is not a discussion of O/R Mappers versus automatic code generation, but my own experience on how to combine the two. [...]</description>
		<content:encoded><![CDATA[<p>[...] Inspired by Nic Wise&#8217;s question regarding how I generate the mapping files for NHibernate, I wanted to write a bit about my experience with automatic code generation tools and O/R Mappers. This is not a discussion of O/R Mappers versus automatic code generation, but my own experience on how to combine the two. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Lucy</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-323</link>
		<dc:creator>Greg Lucy</dc:creator>
		<pubDate>Wed, 27 Sep 2006 15:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-323</guid>
		<description>Thanks for the solution to this problem!

--

Greg</description>
		<content:encoded><![CDATA[<p>Thanks for the solution to this problem!</p>
<p>&#8211;</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihailo</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-320</link>
		<dc:creator>Mihailo</dc:creator>
		<pubDate>Sun, 24 Sep 2006 22:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-320</guid>
		<description>Hi David,
I just ran into similar problem. By looking at your blog entry I solved the problem very quickly. Also I found out that you do not need to name your config file NUnitProjectName.config, that is you can change it by following Project/Edit... menu option, and then at General tab you can change Configuration File Name property to any config file you want.
Off to solving other problems ;)

Mihailo</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
I just ran into similar problem. By looking at your blog entry I solved the problem very quickly. Also I found out that you do not need to name your config file NUnitProjectName.config, that is you can change it by following Project/Edit&#8230; menu option, and then at General tab you can change Configuration File Name property to any config file you want.<br />
Off to solving other problems <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Mihailo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Givoni</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-67</link>
		<dc:creator>David Givoni</dc:creator>
		<pubDate>Wed, 31 May 2006 12:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-67</guid>
		<description>Hi Antonio,

I&#039;m glad my suggestion worked for you too.
In order to help you with your problem, could you post your test code and give some more details on what goes wrong?

/David</description>
		<content:encoded><![CDATA[<p>Hi Antonio,</p>
<p>I&#8217;m glad my suggestion worked for you too.<br />
In order to help you with your problem, could you post your test code and give some more details on what goes wrong?</p>
<p>/David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio del Pozzo</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-66</link>
		<dc:creator>Antonio del Pozzo</dc:creator>
		<pubDate>Wed, 31 May 2006 11:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-66</guid>
		<description>Hi David,
      I&#039;m newbie about NHibernate and NUnit. Do you know how debug NUnit test on NHibernate? I get an example from internet and I try to run with NUnit.   I use your suggest about .config and it works. But on a test I get a fail, I dont know why and I would debug them. I use VS 2003.</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
      I&#8217;m newbie about NHibernate and NUnit. Do you know how debug NUnit test on NHibernate? I get an example from internet and I try to run with NUnit.   I use your suggest about .config and it works. But on a test I get a fail, I dont know why and I would debug them. I use VS 2003.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Givoni</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-16</link>
		<dc:creator>David Givoni</dc:creator>
		<pubDate>Fri, 05 May 2006 10:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-16</guid>
		<description>Hi Cris,

Sorry I&#039;ve been so late at responding to this, I simply forgot and havent been able to blog much lately.
Anyway to answer your questions, what I needed was a database to be able to distribute with the application without having to install anything &quot;extra&quot; on the client machine that was using the application. It&#039;s a non-internet based windows application.
I found SQLLite to be a bit difficult to use. Let me say though that my experience was from november/december 2005, so it might be slightly out of date.
First of all the only interface is text-based, so the whole database structure has to be created with sql statements. This just takes longer time than with a visual based application as visual studio.net. And reviewing information int the database is the same way. What is a bigger problem though, is that it doesn&#039;t support the &quot;ALTER TABLE&quot; statement, so every time you have to change the structure of a table, you have to delete it and create it again. Also there are no relationship contraints, so you have to be very sure that you don&#039;t create inconsistent data!
I was considering using MS Access at first, but at that moment the support for it in NHibernate was pretty bad, now it&#039;s better though. I also looked at Firebird, but that requires a separate installation of the database.
I think at this moment I would go for Access if I had to choose again although there is the issue with licensing that has to be considered as well.

Hope this answers your question, and again sorry for having forgotten to answer before.

/David</description>
		<content:encoded><![CDATA[<p>Hi Cris,</p>
<p>Sorry I&#8217;ve been so late at responding to this, I simply forgot and havent been able to blog much lately.<br />
Anyway to answer your questions, what I needed was a database to be able to distribute with the application without having to install anything &#8220;extra&#8221; on the client machine that was using the application. It&#8217;s a non-internet based windows application.<br />
I found SQLLite to be a bit difficult to use. Let me say though that my experience was from november/december 2005, so it might be slightly out of date.<br />
First of all the only interface is text-based, so the whole database structure has to be created with sql statements. This just takes longer time than with a visual based application as visual studio.net. And reviewing information int the database is the same way. What is a bigger problem though, is that it doesn&#8217;t support the &#8220;ALTER TABLE&#8221; statement, so every time you have to change the structure of a table, you have to delete it and create it again. Also there are no relationship contraints, so you have to be very sure that you don&#8217;t create inconsistent data!<br />
I was considering using MS Access at first, but at that moment the support for it in NHibernate was pretty bad, now it&#8217;s better though. I also looked at Firebird, but that requires a separate installation of the database.<br />
I think at this moment I would go for Access if I had to choose again although there is the issue with licensing that has to be considered as well.</p>
<p>Hope this answers your question, and again sorry for having forgotten to answer before.</p>
<p>/David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Lennon</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-15</link>
		<dc:creator>Chris Lennon</dc:creator>
		<pubDate>Mon, 13 Feb 2006 07:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-15</guid>
		<description>I am curious to know why you selected SQLite and how you found it (speed, any bugs, easy to work with etc)</description>
		<content:encoded><![CDATA[<p>I am curious to know why you selected SQLite and how you found it (speed, any bugs, easy to work with etc)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Givoni</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-14</link>
		<dc:creator>David Givoni</dc:creator>
		<pubDate>Mon, 19 Dec 2005 09:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-14</guid>
		<description>Yes, Don, I actually also had a build-event to do this automatically.
But this didn&#039;t work in my case. 
It only works in the first case, as far as I found out, that is if you didn&#039;t create a project in NUnit, but just load the dll to test.</description>
		<content:encoded><![CDATA[<p>Yes, Don, I actually also had a build-event to do this automatically.<br />
But this didn&#8217;t work in my case.<br />
It only works in the first case, as far as I found out, that is if you didn&#8217;t create a project in NUnit, but just load the dll to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Demsak</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-13</link>
		<dc:creator>Don Demsak</dc:creator>
		<pubDate>Mon, 19 Dec 2005 04:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-13</guid>
		<description>One of the things I tell folks to do when using NUnit is to add a prebuild event to their Test Project (if it is a dll) that contains the following command: copy /Y &quot;$(ProjectDir)app.config&quot; &quot;$(TargetPath).config&quot;

This way, every time you do a build, it will copy over the app.config file, and rename it for you.  Unfortunately, in VS 2003, pre and post build events are only available to C# projects.  To accomplish the same thing using VB, you have to download some additional VS extensions and even then, the build events are in the solution file, not the project file.  This has been fixed in VS 2005.</description>
		<content:encoded><![CDATA[<p>One of the things I tell folks to do when using NUnit is to add a prebuild event to their Test Project (if it is a dll) that contains the following command: copy /Y &#8220;$(ProjectDir)app.config&#8221; &#8220;$(TargetPath).config&#8221;</p>
<p>This way, every time you do a build, it will copy over the app.config file, and rename it for you.  Unfortunately, in VS 2003, pre and post build events are only available to C# projects.  To accomplish the same thing using VB, you have to download some additional VS extensions and even then, the build events are in the solution file, not the project file.  This has been fixed in VS 2005.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ Barber</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-12</link>
		<dc:creator>Russ Barber</dc:creator>
		<pubDate>Fri, 16 Dec 2005 23:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-12</guid>
		<description>Just wanted to say thanks for publishing the solution.  I ran into this problem today and tried all sorts of things(app.config,hibernate.cfg.xml, myapp.dll.config) to get to work.  Now&#039;s it&#039;s working fine that&#039;s to you.  It took me awhile but now that I&#039;ve got nhibernate up and running it&#039;s sure worth the effort.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for publishing the solution.  I ran into this problem today and tried all sorts of things(app.config,hibernate.cfg.xml, myapp.dll.config) to get to work.  Now&#8217;s it&#8217;s working fine that&#8217;s to you.  It took me awhile but now that I&#8217;ve got nhibernate up and running it&#8217;s sure worth the effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Givoni&#8217; blog &#187; Blog Archive &#187; O/R Mappers and automatic code generation</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-7</link>
		<dc:creator>David Givoni&#8217; blog &#187; Blog Archive &#187; O/R Mappers and automatic code generation</dc:creator>
		<pubDate>Sat, 10 Dec 2005 01:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-7</guid>
		<description>[...] Inspired by Nic Wise&#8217;s question regarding how I generate the mapping files for NHibernate, I wanted to write a bit about my experience with automatic code generation tools and O/R Mappers. This is not a discussion of O/R Mappers versus automatic code generation, but my own experience on how to combine the two. [...]</description>
		<content:encoded><![CDATA[<p>[...] Inspired by Nic Wise&#8217;s question regarding how I generate the mapping files for NHibernate, I wanted to write a bit about my experience with automatic code generation tools and O/R Mappers. This is not a discussion of O/R Mappers versus automatic code generation, but my own experience on how to combine the two. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Givoni</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-6</link>
		<dc:creator>David Givoni</dc:creator>
		<pubDate>Sat, 10 Dec 2005 00:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-6</guid>
		<description>Hi Nic,

I tried Matsoft too, but got exception-errors several times and gave it up.
Instead I have tried CodeSmith and MyGeneration. I&#039;m about to write a small entry on it now. Both worked ok for me.

Cheers,
David</description>
		<content:encoded><![CDATA[<p>Hi Nic,</p>
<p>I tried Matsoft too, but got exception-errors several times and gave it up.<br />
Instead I have tried CodeSmith and MyGeneration. I&#8217;m about to write a small entry on it now. Both worked ok for me.</p>
<p>Cheers,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic Wise</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-5</link>
		<dc:creator>Nic Wise</dc:creator>
		<pubDate>Thu, 08 Dec 2005 20:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-5</guid>
		<description>David,

Any comments on building your NHibernate config files? I&#039;ve tried the Matsoft tool, but while it was good, doing M-N relationships was, well, fun...

Any thoughts on things to use? or examples of each kind of relationship (1-1, 1-N, M-N, M-1 etc)

Cheers

Nic</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Any comments on building your NHibernate config files? I&#8217;ve tried the Matsoft tool, but while it was good, doing M-N relationships was, well, fun&#8230;</p>
<p>Any thoughts on things to use? or examples of each kind of relationship (1-1, 1-N, M-N, M-1 etc)</p>
<p>Cheers</p>
<p>Nic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Givoni</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-4</link>
		<dc:creator>David Givoni</dc:creator>
		<pubDate>Thu, 08 Dec 2005 10:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-4</guid>
		<description>Ok, I just had a look at the referrers (stilll getting to know the wordpress engine) and found out that my friend &lt;a href=&quot;http://ims.co.nz/blog/archive/2005/12/07/1270.aspx&quot; rel=&quot;nofollow&quot;&gt;Tim Haines&lt;/a&gt; posted a notice about me going online. Now I understand where you came from, John-Daniel.
Thanks, Tim :)</description>
		<content:encoded><![CDATA[<p>Ok, I just had a look at the referrers (stilll getting to know the wordpress engine) and found out that my friend <a href="http://ims.co.nz/blog/archive/2005/12/07/1270.aspx" rel="nofollow">Tim Haines</a> posted a notice about me going online. Now I understand where you came from, John-Daniel.<br />
Thanks, Tim <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Givoni</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-3</link>
		<dc:creator>David Givoni</dc:creator>
		<pubDate>Thu, 08 Dec 2005 10:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-3</guid>
		<description>Hi John-Daniel,

I&#039;m surprised, but glad to see that someone already found the blog, since I haven&#039;t done anything to &quot;show it off&quot; yet, hehe.
Thanks for the message, I just had a look at your own blog and it seems very interesting, I&#039;ll take a deeper look later today.

/David</description>
		<content:encoded><![CDATA[<p>Hi John-Daniel,</p>
<p>I&#8217;m surprised, but glad to see that someone already found the blog, since I haven&#8217;t done anything to &#8220;show it off&#8221; yet, hehe.<br />
Thanks for the message, I just had a look at your own blog and it seems very interesting, I&#8217;ll take a deeper look later today.</p>
<p>/David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John-Daniel Trask</title>
		<link>http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-2</link>
		<dc:creator>John-Daniel Trask</dc:creator>
		<pubDate>Thu, 08 Dec 2005 02:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://davidgivoni.wordpress.com/2005/12/08/nunit-and-the-appconfig/#comment-2</guid>
		<description>Hi David, great to see a new blog pop up - especially one touching on O/R Mapping. 

I&#039;ve been experimenting with nHibernate lately and quite enjoying it - it seems like it needs a bit better community around it (it gets drowned out by the hibernate folks! :-))

This is mostly just a &quot;pop in to say hi&quot; message. I look forward to seeing your future entries.

 - JD</description>
		<content:encoded><![CDATA[<p>Hi David, great to see a new blog pop up &#8211; especially one touching on O/R Mapping. </p>
<p>I&#8217;ve been experimenting with nHibernate lately and quite enjoying it &#8211; it seems like it needs a bit better community around it (it gets drowned out by the hibernate folks! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
<p>This is mostly just a &#8220;pop in to say hi&#8221; message. I look forward to seeing your future entries.</p>
<p> &#8211; JD</p>
]]></content:encoded>
	</item>
</channel>
</rss>
