<?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 Kristof Claes</title>
	<atom:link href="http://www.kristofclaes.be/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kristofclaes.be</link>
	<description>ASP.NET web developer</description>
	<lastBuildDate>Wed, 11 Jan 2012 14:06:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Hosting Nancy from a console application by Khalil Muhammad</title>
		<link>http://www.kristofclaes.be/blog/2011/08/23/hosting-nancy-from-a-console-application/comment-page-1/#comment-2548</link>
		<dc:creator>Khalil Muhammad</dc:creator>
		<pubDate>Wed, 11 Jan 2012 14:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=678#comment-2548</guid>
		<description>NancyFx is just awesome. So much functionality with less of the Asp.Net bloat.</description>
		<content:encoded><![CDATA[<p>NancyFx is just awesome. So much functionality with less of the Asp.Net bloat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting Nancy from a console application by Kristof</title>
		<link>http://www.kristofclaes.be/blog/2011/08/23/hosting-nancy-from-a-console-application/comment-page-1/#comment-2318</link>
		<dc:creator>Kristof</dc:creator>
		<pubDate>Tue, 13 Dec 2011 13:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=678#comment-2318</guid>
		<description>Hi Neil,

I&#039;m terribly sorry for the late response. Your question got lost between the loads of spam :-(

In order to load views, you need to add a ViewEngine to your application. There are ViewEngines available on NuGet for Razor, Spark, NDjango and DotLiquid.

If you want to use Razor views, just enter &lt;code&gt;Install-Package Nancy.Viewengines.Razor&lt;/code&gt; in the Packet Manager Console.</description>
		<content:encoded><![CDATA[<p>Hi Neil,</p>
<p>I&#8217;m terribly sorry for the late response. Your question got lost between the loads of spam <img src='http://www.kristofclaes.be/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>In order to load views, you need to add a ViewEngine to your application. There are ViewEngines available on NuGet for Razor, Spark, NDjango and DotLiquid.</p>
<p>If you want to use Razor views, just enter <code>Install-Package Nancy.Viewengines.Razor</code> in the Packet Manager Console.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting Nancy from a console application by Neil</title>
		<link>http://www.kristofclaes.be/blog/2011/08/23/hosting-nancy-from-a-console-application/comment-page-1/#comment-2232</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Tue, 29 Nov 2011 19:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=678#comment-2232</guid>
		<description>Hi Kristof

Is it possible to load views?

I have the console application running, but setting it to return a view simply returns a blank response. I am struggling to find documentation on this.

Thanks

Neil</description>
		<content:encoded><![CDATA[<p>Hi Kristof</p>
<p>Is it possible to load views?</p>
<p>I have the console application running, but setting it to return a view simply returns a blank response. I am struggling to find documentation on this.</p>
<p>Thanks</p>
<p>Neil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a photoblog with Nancy and Simple.Data Part 4: Adding the database by Kristof</title>
		<link>http://www.kristofclaes.be/blog/2011/04/16/building-a-photoblog-with-nancy-and-simple-data-part-4-adding-the-database/comment-page-1/#comment-1838</link>
		<dc:creator>Kristof</dc:creator>
		<pubDate>Fri, 16 Sep 2011 09:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=499#comment-1838</guid>
		<description>Are your tables and columns named correctly?

I&#039;ll see if I have the same problem after updating Simple.Data to the latest version.</description>
		<content:encoded><![CDATA[<p>Are your tables and columns named correctly?</p>
<p>I&#8217;ll see if I have the same problem after updating Simple.Data to the latest version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a photoblog with Nancy and Simple.Data Part 4: Adding the database by Tim</title>
		<link>http://www.kristofclaes.be/blog/2011/04/16/building-a-photoblog-with-nancy-and-simple-data-part-4-adding-the-database/comment-page-1/#comment-1829</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 14 Sep 2011 12:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=499#comment-1829</guid>
		<description>Thanks for a great blogpost. Although when I hit F5 in VS I get an error at this linein the RootModule:   var photos = DB.Photos.FindByAllPublished(true);
the error is: UnresolvableObjectException was unhandled by user code.
It seems as though it is related to Simple Data? Do you know what this could be? It happens in the 4th part of this blogpost. Adding the database. Thanks in advance
/Tim</description>
		<content:encoded><![CDATA[<p>Thanks for a great blogpost. Although when I hit F5 in VS I get an error at this linein the RootModule:   var photos = DB.Photos.FindByAllPublished(true);<br />
the error is: UnresolvableObjectException was unhandled by user code.<br />
It seems as though it is related to Simple Data? Do you know what this could be? It happens in the 4th part of this blogpost. Adding the database. Thanks in advance<br />
/Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a photoblog with Nancy and Simple.Data Part 1: Setting up the project by Marcus Hammarberg</title>
		<link>http://www.kristofclaes.be/blog/2011/04/03/building-a-photoblog-with-nancy-and-simple-data-part-1-setting-up-the-project/comment-page-1/#comment-1752</link>
		<dc:creator>Marcus Hammarberg</dc:creator>
		<pubDate>Mon, 29 Aug 2011 14:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=372#comment-1752</guid>
		<description>Great post - great series. 

I realize the hustle to keep them in in sync but the Adding Nancy and Configuring Nancy sections above can, of course, nowadays be replaced with these two NuGet-commands:
Install-Package Nancy.Viewengines.Razor
Install-Package Nancy.Hosting.Aspnet

For that matter the whole setup could be done using the Install-Package SuperDuperHappyPath but that&#039;s another story :)

Looking forward to follow the series further on</description>
		<content:encoded><![CDATA[<p>Great post &#8211; great series. </p>
<p>I realize the hustle to keep them in in sync but the Adding Nancy and Configuring Nancy sections above can, of course, nowadays be replaced with these two NuGet-commands:<br />
Install-Package Nancy.Viewengines.Razor<br />
Install-Package Nancy.Hosting.Aspnet</p>
<p>For that matter the whole setup could be done using the Install-Package SuperDuperHappyPath but that&#8217;s another story <img src='http://www.kristofclaes.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Looking forward to follow the series further on</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a photoblog with Nancy and Simple.Data Part 6: Adding comments by Kristof</title>
		<link>http://www.kristofclaes.be/blog/2011/06/25/building-a-photoblog-with-nancy-and-simple-data-part-6-adding-comments/comment-page-1/#comment-1670</link>
		<dc:creator>Kristof</dc:creator>
		<pubDate>Thu, 11 Aug 2011 07:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=595#comment-1670</guid>
		<description>@Scott - Yeah, that something that was changed in version 0.7 of Nancy. This post was still using 0.6. In &lt;a href=&quot;http://www.kristofclaes.be/blog/2011/07/29/building-a-photoblog-with-nancy-and-simple-data-part-7-the-archives/&quot; rel=&quot;nofollow&quot;&gt;post number 7&lt;/a&gt; I&#039;m updating to version 0.7 and making the change to the &lt;code&gt;CookieBasedSessions&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>@Scott &#8211; Yeah, that something that was changed in version 0.7 of Nancy. This post was still using 0.6. In <a href="http://www.kristofclaes.be/blog/2011/07/29/building-a-photoblog-with-nancy-and-simple-data-part-7-the-archives/" rel="nofollow">post number 7</a> I&#8217;m updating to version 0.7 and making the change to the <code>CookieBasedSessions</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a photoblog with Nancy and Simple.Data Part 6: Adding comments by Scott Rogers</title>
		<link>http://www.kristofclaes.be/blog/2011/06/25/building-a-photoblog-with-nancy-and-simple-data-part-6-adding-comments/comment-page-1/#comment-1581</link>
		<dc:creator>Scott Rogers</dc:creator>
		<pubDate>Wed, 03 Aug 2011 11:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=595#comment-1581</guid>
		<description>The line:
Nancy.Session.CookieBasedSessions.Enable(this, &quot;ThePassphrase&quot;, &quot;SomeSeasoning&quot;, &quot;HeresMyHMAC&quot;);
wouldn&#039;t compile for me - i replaced it with:
Nancy.Session.CookieBasedSessions.Enable(this);

and things compiled and worked.
Great set of blog posts!</description>
		<content:encoded><![CDATA[<p>The line:<br />
Nancy.Session.CookieBasedSessions.Enable(this, &#8220;ThePassphrase&#8221;, &#8220;SomeSeasoning&#8221;, &#8220;HeresMyHMAC&#8221;);<br />
wouldn&#8217;t compile for me &#8211; i replaced it with:<br />
Nancy.Session.CookieBasedSessions.Enable(this);</p>
<p>and things compiled and worked.<br />
Great set of blog posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a photoblog with Nancy and Simple.Data Part 7: The archives by Mark Rendle</title>
		<link>http://www.kristofclaes.be/blog/2011/07/29/building-a-photoblog-with-nancy-and-simple-data-part-7-the-archives/comment-page-1/#comment-1544</link>
		<dc:creator>Mark Rendle</dc:creator>
		<pubDate>Sat, 30 Jul 2011 14:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=637#comment-1544</guid>
		<description>As of 0.8.2, Simple.Data supports the use of arbitrary functions on columns. This means that you can specify any database method which takes the column as its first parameter; in this instance you could say DB.Photos.FindAll(DB.Photos.PublishedDate.Year() == start.Year), which would translate into &quot;WHERE Year(Photos.PublishedDate) = @p1&quot;. Of course, I&#039;m not sure that&#039;s valid syntax for T-SQL; it&#039;s DatePart or something, and I&#039;ve not come up with a way to pass constant names in yet.

In this instance, though, it is probably better to use the Range approach, particularly if DatePublished is indexed.</description>
		<content:encoded><![CDATA[<p>As of 0.8.2, Simple.Data supports the use of arbitrary functions on columns. This means that you can specify any database method which takes the column as its first parameter; in this instance you could say DB.Photos.FindAll(DB.Photos.PublishedDate.Year() == start.Year), which would translate into &#8220;WHERE Year(Photos.PublishedDate) = @p1&#8243;. Of course, I&#8217;m not sure that&#8217;s valid syntax for T-SQL; it&#8217;s DatePart or something, and I&#8217;ve not come up with a way to pass constant names in yet.</p>
<p>In this instance, though, it is probably better to use the Range approach, particularly if DatePublished is indexed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a photoblog with Nancy and Simple.Data Part 2: Defining the routes by Building a photoblog with Nancy and Simple.Data Part 5: Updating Simple.Data &#124; Kristof Claes</title>
		<link>http://www.kristofclaes.be/blog/2011/04/04/building-a-photoblog-with-nancy-and-simple-data-part-2-defining-the-routes/comment-page-1/#comment-936</link>
		<dc:creator>Building a photoblog with Nancy and Simple.Data Part 5: Updating Simple.Data &#124; Kristof Claes</dc:creator>
		<pubDate>Tue, 03 May 2011 12:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristofclaes.be/?p=414#comment-936</guid>
		<description>[...] Defining the routes [...]</description>
		<content:encoded><![CDATA[<p>[...] Defining the routes [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

