<?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 C# and stuff</title>
	<atom:link href="http://blog.kjeldby.dk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kjeldby.dk</link>
	<description>Patterns and best practices in software development ...</description>
	<lastBuildDate>Sun, 01 Jan 2012 21:34:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on About by Kristoffer Brinch Kjeldby</title>
		<link>http://blog.kjeldby.dk/about/comment-page-1/#comment-950</link>
		<dc:creator>Kristoffer Brinch Kjeldby</dc:creator>
		<pubDate>Sun, 01 Jan 2012 21:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?page_id=2#comment-950</guid>
		<description>Hi Birgit

I done alot of .net coding and may be able to hello. Maybe you could drop me and email with some details at kristoffer@kjeldby.dk. Sorry for the late reply, I just returned from holiday.

Regards Kristoffer</description>
		<content:encoded><![CDATA[<p>Hi Birgit</p>
<p>I done alot of .net coding and may be able to hello. Maybe you could drop me and email with some details at <a href="mailto:kristoffer@kjeldby.dk">kristoffer@kjeldby.dk</a>. Sorry for the late reply, I just returned from holiday.</p>
<p>Regards Kristoffer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Kristoffer Brinch Kjeldby</title>
		<link>http://blog.kjeldby.dk/about/comment-page-1/#comment-948</link>
		<dc:creator>Kristoffer Brinch Kjeldby</dc:creator>
		<pubDate>Sun, 01 Jan 2012 21:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?page_id=2#comment-948</guid>
		<description>Unfortunally the plugin was written at work, so the code is not mine ):

An to be hornest I newer made the plugin 100% generic, so not every detail can customized ...

Regards Kristoffer (and Happy New Year).</description>
		<content:encoded><![CDATA[<p>Unfortunally the plugin was written at work, so the code is not mine ):</p>
<p>An to be hornest I newer made the plugin 100% generic, so not every detail can customized &#8230;</p>
<p>Regards Kristoffer (and Happy New Year).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by James</title>
		<link>http://blog.kjeldby.dk/about/comment-page-1/#comment-938</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 19 Dec 2011 22:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?page_id=2#comment-938</guid>
		<description>Hello Kristoffer,
I recently read your post &quot;Faceted search in WordPress&quot; and was wondering if you would make that plugin available to others.

Please let me know.</description>
		<content:encoded><![CDATA[<p>Hello Kristoffer,<br />
I recently read your post &#8220;Faceted search in WordPress&#8221; and was wondering if you would make that plugin available to others.</p>
<p>Please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Birgit</title>
		<link>http://blog.kjeldby.dk/about/comment-page-1/#comment-932</link>
		<dc:creator>Birgit</dc:creator>
		<pubDate>Mon, 19 Dec 2011 02:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?page_id=2#comment-932</guid>
		<description>Hi Kristoffer, just came across your blog when searching for &#039;code for faceted search&#039; and I noticed that you are .net guy.

I am looking for someone to help design/ impliment faceted search on our web site and I would love to have a chat to you about it. 

Kind regards
Birgit Stewart
CareerClothing.com</description>
		<content:encoded><![CDATA[<p>Hi Kristoffer, just came across your blog when searching for &#8216;code for faceted search&#8217; and I noticed that you are .net guy.</p>
<p>I am looking for someone to help design/ impliment faceted search on our web site and I would love to have a chat to you about it. </p>
<p>Kind regards<br />
Birgit Stewart<br />
CareerClothing.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Paths in User Controls by Jaqueline</title>
		<link>http://blog.kjeldby.dk/2009/03/paths-in-user-controls/comment-page-1/#comment-275</link>
		<dc:creator>Jaqueline</dc:creator>
		<pubDate>Sun, 17 Oct 2010 03:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?p=17#comment-275</guid>
		<description>Awesome! runat=&quot;server&quot; really does something here</description>
		<content:encoded><![CDATA[<p>Awesome! runat=&#8221;server&#8221; really does something here</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Overflow, checked and unchecked by Kristoffer Brinch Kjeldby</title>
		<link>http://blog.kjeldby.dk/2009/04/overflow-checked-and-unchecked/comment-page-1/#comment-263</link>
		<dc:creator>Kristoffer Brinch Kjeldby</dc:creator>
		<pubDate>Fri, 06 Aug 2010 17:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?p=84#comment-263</guid>
		<description>Hi Chunkit

Yeps - The check happens before the addition.

Regarding optimization I suspects that the compile will not replace a checked operation with an unchecked, when it is explicit written in the code even - if the check is redundant. I have not checked this however. I you want to go into the msil code, you can use the MSIL Disassembler (Ildasm.exe).

Regards Kristoffer</description>
		<content:encoded><![CDATA[<p>Hi Chunkit</p>
<p>Yeps &#8211; The check happens before the addition.</p>
<p>Regarding optimization I suspects that the compile will not replace a checked operation with an unchecked, when it is explicit written in the code even &#8211; if the check is redundant. I have not checked this however. I you want to go into the msil code, you can use the MSIL Disassembler (Ildasm.exe).</p>
<p>Regards Kristoffer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Overflow, checked and unchecked by chunkit</title>
		<link>http://blog.kjeldby.dk/2009/04/overflow-checked-and-unchecked/comment-page-1/#comment-260</link>
		<dc:creator>chunkit</dc:creator>
		<pubDate>Tue, 03 Aug 2010 02:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?p=84#comment-260</guid>
		<description>I made a mistake in my previous comment. b &lt; 255 is correct.</description>
		<content:encoded><![CDATA[<p>I made a mistake in my previous comment. b &lt; 255 is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Overflow, checked and unchecked by chunkit</title>
		<link>http://blog.kjeldby.dk/2009/04/overflow-checked-and-unchecked/comment-page-1/#comment-259</link>
		<dc:creator>chunkit</dc:creator>
		<pubDate>Tue, 03 Aug 2010 02:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?p=84#comment-259</guid>
		<description>The third code should be i &lt; 256 and b &lt; 256.
Depending on what you want, you may want to throw an exception if !(b &lt; 256).

I guess the performance penalty for using checked is that it checks both b++ and i++, but I can&#039;t be sure unless I look into the msil code (haven&#039;t learnt to do that yet). Perhaps a good compiler will optimize away the checking on integral variables that can be determined at compile-time never to cause an OverflowException.</description>
		<content:encoded><![CDATA[<p>The third code should be i &lt; 256 and b &lt; 256.<br />
Depending on what you want, you may want to throw an exception if !(b &lt; 256).</p>
<p>I guess the performance penalty for using checked is that it checks both b++ and i++, but I can&#039;t be sure unless I look into the msil code (haven&#039;t learnt to do that yet). Perhaps a good compiler will optimize away the checking on integral variables that can be determined at compile-time never to cause an OverflowException.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Team Foundation Server: Moving from Visual Source Safe by Nick Yilmaz</title>
		<link>http://blog.kjeldby.dk/2009/10/microsoft-team-foundation-server-moving-from-visual-source-safe/comment-page-1/#comment-258</link>
		<dc:creator>Nick Yilmaz</dc:creator>
		<pubDate>Sat, 31 Jul 2010 20:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?p=302#comment-258</guid>
		<description>Is it possible to control version of programs with TFS? For instance, a student submits a source code of project to the teacher and the teacher respond back to student with comment in the program.</description>
		<content:encoded><![CDATA[<p>Is it possible to control version of programs with TFS? For instance, a student submits a source code of project to the teacher and the teacher respond back to student with comment in the program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Team Foundation Server: Moving from Visual Source Safe by Kristoffer Brinch Kjeldby</title>
		<link>http://blog.kjeldby.dk/2009/10/microsoft-team-foundation-server-moving-from-visual-source-safe/comment-page-1/#comment-227</link>
		<dc:creator>Kristoffer Brinch Kjeldby</dc:creator>
		<pubDate>Wed, 05 May 2010 16:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kjeldby.dk/?p=302#comment-227</guid>
		<description>Thanks! TFS 2010 is so much easier to handle!</description>
		<content:encoded><![CDATA[<p>Thanks! TFS 2010 is so much easier to handle!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

