<?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"
	>
<channel>
	<title>Comments for Danny-T.co.uk</title>
	<atom:link href="http://danny-t.co.uk/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://danny-t.co.uk</link>
	<description>Can't we just...</description>
	<pubDate>Sat, 05 Jul 2008 08:16:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on New .Net Tutorial &#8220;Introduction to NHibernate&#8221; by Mark Struzinski</title>
		<link>http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-85078</link>
		<dc:creator>Mark Struzinski</dc:creator>
		<pubDate>Fri, 04 Jul 2008 02:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-85078</guid>
		<description>Danny,
This was an awesome walk-through, and helped me get through the initial painful steps of learning NHibernate. Any plans on doing the other tutorials you mentioned at the beginning of the post to get into NHibernate in more detail? Again, thanks! This has been a great help!</description>
		<content:encoded><![CDATA[<p>Danny,<br />
This was an awesome walk-through, and helped me get through the initial painful steps of learning NHibernate. Any plans on doing the other tutorials you mentioned at the beginning of the post to get into NHibernate in more detail? Again, thanks! This has been a great help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New .Net Tutorial &#8220;Introduction to NHibernate&#8221; by DannyT</title>
		<link>http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-79257</link>
		<dc:creator>DannyT</dc:creator>
		<pubDate>Fri, 13 Jun 2008 06:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-79257</guid>
		<description>George, this is the beauty of NH, simply change lines 13-16 of the web.config section in the tutorial to:
&#60;add
key="hibernate.dialect"
value="NHibernate.Dialect.MsSql2005Dialect"
/&#62;
and you're done, it's also more or less as simple to switch to mysql or oracle databases.</description>
		<content:encoded><![CDATA[<p>George, this is the beauty of NH, simply change lines 13-16 of the web.config section in the tutorial to:<br />
&lt;add<br />
key=&#8221;hibernate.dialect&#8221;<br />
value=&#8221;NHibernate.Dialect.MsSql2005Dialect&#8221;<br />
/&gt;<br />
and you&#8217;re done, it&#8217;s also more or less as simple to switch to mysql or oracle databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New .Net Tutorial &#8220;Introduction to NHibernate&#8221; by George</title>
		<link>http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-79206</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 12 Jun 2008 20:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-79206</guid>
		<description>This is great.. .. But.. I am trying to connect with an sql server 2005 , so I would like to know if you have one of these great tutorials for that case.. 
(:P)</description>
		<content:encoded><![CDATA[<p>This is great.. .. But.. I am trying to connect with an sql server 2005 , so I would like to know if you have one of these great tutorials for that case..<br />
(:P)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple batch file backup by Sohail</title>
		<link>http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/#comment-77752</link>
		<dc:creator>Sohail</dc:creator>
		<pubDate>Thu, 05 Jun 2008 09:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/08/18/simple-batch-file-backup/#comment-77752</guid>
		<description>thanx for the code.. hey man u are gr8 ..but i haev one more query?
1. can we get the backup with time stamp and remove the older files?
i mean instead of backup1.. can we have something like "backup_05june2008"
"backup_12june2008"
"backup_19june2008"
"backup_26june2008"
then 
backup_05june2008 should be deleted adn replaced by backup_2july2008

can we get some suggestions</description>
		<content:encoded><![CDATA[<p>thanx for the code.. hey man u are gr8 ..but i haev one more query?<br />
1. can we get the backup with time stamp and remove the older files?<br />
i mean instead of backup1.. can we have something like &#8220;backup_05june2008&#8243;<br />
&#8220;backup_12june2008&#8243;<br />
&#8220;backup_19june2008&#8243;<br />
&#8220;backup_26june2008&#8243;<br />
then<br />
backup_05june2008 should be deleted adn replaced by backup_2july2008</p>
<p>can we get some suggestions</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New .Net Tutorial &#8220;Introduction to NHibernate&#8221; by mkultra</title>
		<link>http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-76306</link>
		<dc:creator>mkultra</dc:creator>
		<pubDate>Thu, 29 May 2008 15:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-76306</guid>
		<description>Great tutorial. As a newbie to NHibernate and .NET your walkthrough was very helpful and way more straightforward than the other examples I've seen.

Thanks again!! :)</description>
		<content:encoded><![CDATA[<p>Great tutorial. As a newbie to NHibernate and .NET your walkthrough was very helpful and way more straightforward than the other examples I&#8217;ve seen.</p>
<p>Thanks again!! <img src='http://danny-t.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New .Net Tutorial &#8220;Introduction to NHibernate&#8221; by mickster</title>
		<link>http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-75867</link>
		<dc:creator>mickster</dc:creator>
		<pubDate>Tue, 27 May 2008 05:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-75867</guid>
		<description>Very nicely done. Although I couldn't open the solution using .NET 2005 as your example code was created with a newer version.  But other than that your post stands head and shoulders above the pack. Good work. I look forward to more on NHibernate and perhaps how it integrates with Spring.NET.

Cheers.

Mike</description>
		<content:encoded><![CDATA[<p>Very nicely done. Although I couldn&#8217;t open the solution using .NET 2005 as your example code was created with a newer version.  But other than that your post stands head and shoulders above the pack. Good work. I look forward to more on NHibernate and perhaps how it integrates with Spring.NET.</p>
<p>Cheers.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New .Net Tutorial &#8220;Introduction to NHibernate&#8221; by DannyT</title>
		<link>http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-71420</link>
		<dc:creator>DannyT</dc:creator>
		<pubDate>Thu, 08 May 2008 13:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-71420</guid>
		<description>To copy click the line above the code samples that says 'Plain Text' This will convert the highlighted code to plain text without line numbers</description>
		<content:encoded><![CDATA[<p>To copy click the line above the code samples that says &#8216;Plain Text&#8217; This will convert the highlighted code to plain text without line numbers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New .Net Tutorial &#8220;Introduction to NHibernate&#8221; by Lacuna</title>
		<link>http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-71381</link>
		<dc:creator>Lacuna</dc:creator>
		<pubDate>Thu, 08 May 2008 10:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-71381</guid>
		<description>Very good tutorial although it is a bit annoying that when copy / pasting the code (from Firefox at least) the line number translate into # symbols which you have to go through and take out. :)</description>
		<content:encoded><![CDATA[<p>Very good tutorial although it is a bit annoying that when copy / pasting the code (from Firefox at least) the line number translate into # symbols which you have to go through and take out. <img src='http://danny-t.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 360 Flex Europe over by Piergiorgio Niero</title>
		<link>http://danny-t.co.uk/index.php/2008/04/12/360-flex-europe-over/#comment-66034</link>
		<dc:creator>Piergiorgio Niero</dc:creator>
		<pubDate>Mon, 21 Apr 2008 11:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2008/04/12/360-flex-europe-over/#comment-66034</guid>
		<description>hi danny!
thanx for the review of my session,
yes..i'm not so confident in my english, that has been the first time speaking in english at a conference so i was very nervous.
anyway i'm glad you've found my preso interesting! :)

keep in touch,
bye from venice :D</description>
		<content:encoded><![CDATA[<p>hi danny!<br />
thanx for the review of my session,<br />
yes..i&#8217;m not so confident in my english, that has been the first time speaking in english at a conference so i was very nervous.<br />
anyway i&#8217;m glad you&#8217;ve found my preso interesting! <img src='http://danny-t.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>keep in touch,<br />
bye from venice <img src='http://danny-t.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New .Net Tutorial &#8220;Introduction to NHibernate&#8221; by altins</title>
		<link>http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-64170</link>
		<dc:creator>altins</dc:creator>
		<pubDate>Wed, 16 Apr 2008 09:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2007/11/11/new-net-tutorial-introduction-to-nhibernate/#comment-64170</guid>
		<description>Hi Danny,

Nice to know you.
Nowadays, I am working on one my freelance project (a clinic website) and another project of mine (ebook management system). Actually, I kinda confuse to decide whether I have to use NHibernate or iBatis for both of them. Last year, I used iBatis for my previous project. But, I refer some people said that NHibernate is better and faster than iBatis. 

All I know is that iBatis can use Spring for its Business Layer, and UIP as its presentation layer. 

I try to find out if NHibernate can do the same thing like iBatis. I mean, can I use Spring for Business Prosess Layer, and if I can use Spring, then How?

And can I also combine UIP with NHibernate? And how do I manage to do this?

Thanks for your tutorial. And I'll be waiting for your response.
:) Keep Writing!</description>
		<content:encoded><![CDATA[<p>Hi Danny,</p>
<p>Nice to know you.<br />
Nowadays, I am working on one my freelance project (a clinic website) and another project of mine (ebook management system). Actually, I kinda confuse to decide whether I have to use NHibernate or iBatis for both of them. Last year, I used iBatis for my previous project. But, I refer some people said that NHibernate is better and faster than iBatis. </p>
<p>All I know is that iBatis can use Spring for its Business Layer, and UIP as its presentation layer. </p>
<p>I try to find out if NHibernate can do the same thing like iBatis. I mean, can I use Spring for Business Prosess Layer, and if I can use Spring, then How?</p>
<p>And can I also combine UIP with NHibernate? And how do I manage to do this?</p>
<p>Thanks for your tutorial. And I&#8217;ll be waiting for your response.<br />
 <img src='http://danny-t.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Keep Writing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
