<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developer.Baare.com &#187; Microsoft</title>
	<atom:link href="http://www.baare.com/index.php/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.baare.com</link>
	<description>To succeed in life, you need two things: ignorance and confidence</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:04:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Flash Player 10.1 is op dit moment niet beschikbaar voor Internet Explorer 9 (64-bit) Beta</title>
		<link>http://www.baare.com/index.php/2010/11/05/flash-player-10-1-is-op-dit-moment-niet-beschikbaar-voor-internet-explorer-9-64-bit-beta/</link>
		<comments>http://www.baare.com/index.php/2010/11/05/flash-player-10-1-is-op-dit-moment-niet-beschikbaar-voor-internet-explorer-9-64-bit-beta/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 09:30:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[technologie]]></category>

		<guid isPermaLink="false">http://www.baare.com/?p=574</guid>
		<description><![CDATA[het leuke resultaat hiervan is dat half internet niet werkt op mijn IE9 explorer&#8230;]]></description>
			<content:encoded><![CDATA[<p>het leuke resultaat hiervan is dat half internet niet werkt op mijn IE9 explorer&#8230;</p>
<p><a href="http://www.baare.com/wp-content/uploads/2010/11/no-flash-for-ie9-64bit.jpg"><img src="http://www.baare.com/wp-content/uploads/2010/11/no-flash-for-ie9-64bit-500x295.jpg" alt="" title="no-flash-for-ie9-64bit" width="500" height="295" class="aligncenter size-medium wp-image-576" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baare.com/index.php/2010/11/05/flash-player-10-1-is-op-dit-moment-niet-beschikbaar-voor-internet-explorer-9-64-bit-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up FTP on IIS7 is no picknick</title>
		<link>http://www.baare.com/index.php/2010/06/08/setting-up-ftp-on-iis7-windows-server-2008/</link>
		<comments>http://www.baare.com/index.php/2010/06/08/setting-up-ftp-on-iis7-windows-server-2008/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 21:01:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Algemeen]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[technologie]]></category>

		<guid isPermaLink="false">http://www.baare.com/?p=502</guid>
		<description><![CDATA[En ik die dacht dat alles makkelijker was geworden op IIS 7. Not! Nooit eerder heb ik 2 uur verloren met het installeren en configureren van FTP.  Op IIS 6 duurde dat ongeveer 5 minuten&#8230; Zoals je wel kon verwachten heeft al de miserie bij die setup te maken met security en meerbepaald met de ingebouwde [...]]]></description>
			<content:encoded><![CDATA[<p>En ik die dacht dat alles makkelijker was geworden op IIS 7. Not! Nooit eerder heb ik 2 uur verloren met het installeren en configureren van FTP.  Op IIS 6 duurde dat ongeveer 5 minuten&#8230;</p>
<p>Zoals je wel kon verwachten heeft al de miserie bij die setup te maken met security en meerbepaald met de ingebouwde windows firewall. Ik zeg het niet rap maar in dit geval READ THE FUCKING MANUAL (het helpt)</p>
<p><a href="http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/">http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baare.com/index.php/2010/06/08/setting-up-ftp-on-iis7-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>string.GetHashCode() returns different hashes on 64bit and 32bit machines</title>
		<link>http://www.baare.com/index.php/2009/09/25/string-gethashcode-different-64bit-32bit/</link>
		<comments>http://www.baare.com/index.php/2009/09/25/string-gethashcode-different-64bit-32bit/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 19:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[64bit]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programmeren]]></category>

		<guid isPermaLink="false">http://www.baare.com/?p=294</guid>
		<description><![CDATA[First of all, you&#8217;re not supposed to use string.GetHashCode() (object.GetHashCode() to be exact) to store persistent hashes in databases or on file. The method is used mainly to generate hashes for Hashtables. And msdn documentation points out that hashes generated by object.GetHashCode may differ in different environments, machines, framework version etc.. All depends on the object and its implementation [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, you&#8217;re not supposed to use string.GetHashCode() (object.GetHashCode() to be exact) to store persistent hashes in databases or on file. The method is used mainly to generate hashes for Hashtables. And msdn documentation points out that hashes generated by object.GetHashCode may differ in different environments, machines, framework version etc.. All depends on the object and its implementation of the method. <a href="http://msdn.microsoft.com/en-us/library/system.object.gethashcode.aspx">http://msdn.microsoft.com/en-us/library/system.object.gethashcode.aspx</a></p>
<p>As it turns out the string.GetHashCode() has no random factor and is fully based on the characters in the string. This means it will always return the same value for the same string It also has a good spread and on top of that it return int32 values instead of  some horrible base64 encoded string. It can therefor be very usefull for storing word hashes in search tables. I used string.GetHashCode() to generate wordhashes for searchbarrels. All of this worked very well from .NET 1.1 over .NET 2.0 to 3.0 and 3.5. </p>
<p>Last week however we installed a beautifull new frontend: dual quad core, 16 GB ram AND OFCOURCE 64 BIT! Everything worked fine execpt for the searchbarrels. No errors or crashes just no result. Some log digging pointed to the hashes. Apparently string.GetHashCode() return different hashes in 64bit then in 32bit. This turned out to be a rather big problem. <span class='bm_keywordlink'><a href="http://www.invisibleweb.be" target="_blank">google</a></span> didn&#8217;t help much at first so we turned to reflection. As we suspected the System.String implementation of GetHashCode() is different in the 64bit framework. </p>
<p>This is very good news because now it has nothing to do with the 64bit itself and we can simply create our own method or extension method that will still generate the same hashes even on a 64bit machine</p>
<pre><code>    /// &lt;summary&gt;
    /// Similar to String.GetHashCode but returns the same
    /// as the x86 version of String.GetHashCode for x64 and x86 frameworks.
    /// &lt;/summary&gt;
    /// &lt;param name="s"&gt;&lt;/param&gt;
    /// &lt;returns&gt;&lt;/returns&gt;
    public static unsafe int GetHashCode32(string s)
    {
        fixed (char* str = s.ToCharArray())
        {
            char* chPtr = str;
            int num = 0x15051505;
            int num2 = num;
            int* numPtr = (int*)chPtr;
            for (int i = s.Length; i &gt; 0; i -= 4)
            {
                num = (((num &lt;&lt; 5) + num) + (num &gt;&gt; 0x1b)) ^ numPtr[0];
                if (i &lt;= 2)
                {
                    break;
                }
                num2 = (((num2 &lt;&lt; 5) + num2) + (num2 &gt;&gt; 0x1b)) ^ numPtr[1];
                numPtr += 2;
            }
            return (num + (num2 * 0x5d588b65));
        }
    }
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.baare.com/index.php/2009/09/25/string-gethashcode-different-64bit-32bit/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ignore That Scary MSNbot, It’s Just The Friendly BingBot &#8211; Unless It Attacks!</title>
		<link>http://www.baare.com/index.php/2009/07/18/ignore-that-scary-msnbot-it%e2%80%99s-just-the-friendly-bingbot-unless-it-attacks/</link>
		<comments>http://www.baare.com/index.php/2009/07/18/ignore-that-scary-msnbot-it%e2%80%99s-just-the-friendly-bingbot-unless-it-attacks/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 17:40:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Algemeen]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[technologie]]></category>

		<guid isPermaLink="false">http://www.baare.com/index.php/2009/07/18/ignore-that-scary-msnbot-it%e2%80%99s-just-the-friendly-bingbot-unless-it-attacks/</guid>
		<description><![CDATA[Microsoft has a post today on its Bing Community blog alerting website owners that they may start seeing a lot of pings from the user agent “msnbot/2.0b (+http://search.msn.com/msnbot.htm)”. Not to worry, they say, despite the scary MSN Web 1.0-name, this is just the BingBot, crawling sites, doing its indexing job. While Microsoft has updated the [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has <a href="http://www.bing.com/community/blogs/webmaster/archive/2009/07/17/new-bot-work-continues-at-bing.aspx">a post today</a> on its Bing Community blog alerting website owners that they may start seeing a lot of pings from the user agent “msnbot/2.0b (+http://search.msn.com/msnbot.htm)”. Not to worry, they say, despite the scary MSN Web 1.0-name, this is just the BingBot, crawling sites, doing its indexing job.</p>
<p>While Microsoft has updated the bot’s version number (from 1.1), it isn’t changing the name, it notes. But what’s interesting is the part of the post from Microsoft that reads:</p>
<p><em>We do not anticipate any problems related to our increasing emphasis on MSNBot 2, but the unexpected can’t always be avoided, no matter how hard you try! As such, we wanted to preemptively alert folks to the most effective way to report bot and crawling issues to Bing’s support team in case they arise.</em></p>
<p>Problems? What sort of problems? Is the BingBot going to become self-aware, Skynet-style? Microsoft gives no details. I’m scared.</p>
<p>Bron :  <a href="http://www.techcrunch.com/2009/07/17/ignore-that-scary-msnbot-its-just-the-friendly-bingbot-unless-it-attacks/">http://www.techcrunch.com/2009/07/17/ignore-that-scary-msnbot-its-just-the-friendly-bingbot-unless-it-attacks/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baare.com/index.php/2009/07/18/ignore-that-scary-msnbot-it%e2%80%99s-just-the-friendly-bingbot-unless-it-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 and .NET Framework 4 Beta 1 beschikbaar</title>
		<link>http://www.baare.com/index.php/2009/06/24/visual-studio-2010-and-net-framework-4-beta-1-beschikbaar/</link>
		<comments>http://www.baare.com/index.php/2009/06/24/visual-studio-2010-and-net-framework-4-beta-1-beschikbaar/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 20:44:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programmeren]]></category>
		<category><![CDATA[technologie]]></category>

		<guid isPermaLink="false">http://www.baare.com/index.php/2009/06/24/visual-studio-2010-and-net-framework-4-beta-1-beschikbaar/</guid>
		<description><![CDATA[http://msdn.microsoft.com/nl-be/vstudio/dd582936(en-us).aspx]]></description>
			<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/nl-be/vstudio/dd582936(en-us).aspx">http://msdn.microsoft.com/nl-be/vstudio/dd582936(en-us).aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baare.com/index.php/2009/06/24/visual-studio-2010-and-net-framework-4-beta-1-beschikbaar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft stelt gamen zonder controller voor</title>
		<link>http://www.baare.com/index.php/2009/06/09/microsoft-stelt-gamen-zonder-controller-voor/</link>
		<comments>http://www.baare.com/index.php/2009/06/09/microsoft-stelt-gamen-zonder-controller-voor/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:58:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[technologie]]></category>

		<guid isPermaLink="false">http://www.baare.com/index.php/2009/06/09/microsoft-stelt-gamen-zonder-controller-voor/</guid>
		<description><![CDATA[Microsoft heeft op de E3-gamesbeurs een nieuw snufje voorgesteld voor de besturing van videospelletjes. Zoals verwacht gaat het om een soort 3D-camera die de bewegingen van spelers registreert zonder dat ze, zoals bij de Nintendo Wii, een controller moeten vasthouden. volledig artikel : Microsoft stelt gamen zonder controller voor]]></description>
			<content:encoded><![CDATA[<p>Microsoft heeft op de E3-gamesbeurs een nieuw snufje voorgesteld voor de besturing van videospelletjes. Zoals verwacht gaat het om een soort 3D-camera die de bewegingen van spelers registreert zonder dat ze, zoals bij de Nintendo Wii, een controller moeten vasthouden.</p>
<p><object height="284.1428571428571" width="468"><param value="opaque" name="wmode"/><param value="http://www.youtube.com/v/gp0WFu76sZg&#038;hl=en&#038;fs=1" name="movie"/><embed wmode="opaque" height="284.1428571428571" width="468" src="http://www.youtube.com/v/gp0WFu76sZg&#038;hl=en&#038;fs=1"/></object></p>
<p>volledig artikel : <a href="http://www.hln.be/hln/nl/1238/Xbox/article/detail/872833/2009/06/02/Microsoft-stelt-gamen-zonder-controller-voor.dhtml">Microsoft stelt gamen zonder controller voor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baare.com/index.php/2009/06/09/microsoft-stelt-gamen-zonder-controller-voor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

