<?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>freddes.se &#187; Tips &amp; tricks</title>
	<atom:link href="http://www.freddes.se/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freddes.se</link>
	<description>...because I&#039;m a nerd</description>
	<lastBuildDate>Tue, 15 Nov 2011 07:42:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mysterious error message when using Response.Redirect inside UpdatePanel</title>
		<link>http://www.freddes.se/2011/11/15/mysterious-error-message-when-using-response-redirect-inside-updatepanel/</link>
		<comments>http://www.freddes.se/2011/11/15/mysterious-error-message-when-using-response-redirect-inside-updatepanel/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 07:24:10 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=1524</guid>
		<description><![CDATA[A couple of week ago a colleague of mine had a strange problem when running an ASP.NET WebForms application containing an UpdatePanel and a Response.Redirect inside a server side button click event handler. The same thing happened on my computer and yesterday I bumped into the same boring thing once more. I felt I had <a href='http://www.freddes.se/2011/11/15/mysterious-error-message-when-using-response-redirect-inside-updatepanel/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2011/11/15/mysterious-error-message-when-using-response-redirect-inside-updatepanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The importance of the order of routes in ASP.NET MVC</title>
		<link>http://www.freddes.se/2009/12/09/the-importance-of-the-order-of-routes-in-asp-net-mvc/</link>
		<comments>http://www.freddes.se/2009/12/09/the-importance-of-the-order-of-routes-in-asp-net-mvc/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:49:26 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET MVC Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=1060</guid>
		<description><![CDATA[Last week I had the pleasure of listening to a presentation from Scott Guthrie here in Stockholm, http://weblogs.asp.net/scottgu/archive/2009/12/06/my-presentations-in-europe-december-2009.aspx. One of the most interesting parts of the all day event was his talk about ASP.NET MVC 2. Yesterday I had some time off and started to try things out using Visual Studio 2010 Beta 2 and <a href='http://www.freddes.se/2009/12/09/the-importance-of-the-order-of-routes-in-asp-net-mvc/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2009/12/09/the-importance-of-the-order-of-routes-in-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using the Enumerable Class methods and lambda expressions</title>
		<link>http://www.freddes.se/2009/01/28/using-the-enumerable-class-methods-and-lambda-expressions/</link>
		<comments>http://www.freddes.se/2009/01/28/using-the-enumerable-class-methods-and-lambda-expressions/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 23:17:54 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Lambda]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=694</guid>
		<description><![CDATA[This article presents nothing new at all, but sometimes it is nice to freshen your memory when it comes to smooth stuff available in the .NET Framework. I will give a couple of examples to select, count and look up elements in a collection of objects, both using regular functions and by using lambda expressions. <a href='http://www.freddes.se/2009/01/28/using-the-enumerable-class-methods-and-lambda-expressions/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2009/01/28/using-the-enumerable-class-methods-and-lambda-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 spatial data with BLToolkit (cont&#8217;d)</title>
		<link>http://www.freddes.se/2008/12/19/sql-server-2008-spatial-data-with-bltoolkit-contd/</link>
		<comments>http://www.freddes.se/2008/12/19/sql-server-2008-spatial-data-with-bltoolkit-contd/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 17:24:13 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Spatial data]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=480</guid>
		<description><![CDATA[Right after I published the previous post on the spatial data and BLToolkit components I decided to write a follow-up on that post. I wasn&#8217;t happy about the way I described the implementation of the new property and field attribute to support the SQL Server UdtTypeName property and spatial data types. I hope I will <a href='http://www.freddes.se/2008/12/19/sql-server-2008-spatial-data-with-bltoolkit-contd/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2008/12/19/sql-server-2008-spatial-data-with-bltoolkit-contd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Broken TinyMCE with WordPress 2.7</title>
		<link>http://www.freddes.se/2008/12/16/broken-tinymce-with-wordpress-27/</link>
		<comments>http://www.freddes.se/2008/12/16/broken-tinymce-with-wordpress-27/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 08:30:21 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=497</guid>
		<description><![CDATA[After upgrading my WordPress installation to version 2.7, the TinyMCE editor was broken. I &#8220;googled&#8221; around like a maniac trying to find a solution to this. After a while I found out that it wasn&#8217;t the TinyMCE itself causing the problem, but instead the RB Internal Links plug-in. Firebug reported an error, &#8220;&#8230; is not <a href='http://www.freddes.se/2008/12/16/broken-tinymce-with-wordpress-27/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2008/12/16/broken-tinymce-with-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Implementing a custom SOAP extension</title>
		<link>http://www.freddes.se/2008/11/02/implementing-a-custom-soap-extension/</link>
		<comments>http://www.freddes.se/2008/11/02/implementing-a-custom-soap-extension/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 17:32:51 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[Web services]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=280</guid>
		<description><![CDATA[In this article I will explain how to implement a custom SOAP extension to be able log all incoming and outgoing SOAP messages passing through a .NET web service. Sometimes the IIS log file is not enough when debugging or looking for errors in a web service. Let&#8217;s say that the web service works like <a href='http://www.freddes.se/2008/11/02/implementing-a-custom-soap-extension/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2008/11/02/implementing-a-custom-soap-extension/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Time synchronization in Linux (Ubuntu Server)</title>
		<link>http://www.freddes.se/2008/10/20/time-synchronization-in-linux-ubuntu-server/</link>
		<comments>http://www.freddes.se/2008/10/20/time-synchronization-in-linux-ubuntu-server/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 19:18:42 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=269</guid>
		<description><![CDATA[As I have installed and administrated a bunch of Linux servers as virtual machines, I have had trouble keeping the time correctly. There is always a small drifting going on in virtual machines and a number of different ways to keep them synchronized with the host operating system. Nowadays I have left that struggle behind <a href='http://www.freddes.se/2008/10/20/time-synchronization-in-linux-ubuntu-server/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2008/10/20/time-synchronization-in-linux-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Saving changes not permitted&#8221; (SQL Server Management Studio)</title>
		<link>http://www.freddes.se/2008/10/15/saving-changes-not-permitted-sql-server-management-studio/</link>
		<comments>http://www.freddes.se/2008/10/15/saving-changes-not-permitted-sql-server-management-studio/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 06:58:49 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tips & tricks]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=243</guid>
		<description><![CDATA[Earlier I have written about the SQL Server 2008 and its tools and pointed out the best improvements in this new release. After a while I have on several occasions bumped into one very annoying thing, when designing databases using the Management Studio. Suppose you have created a table using the designer. The table has <a href='http://www.freddes.se/2008/10/15/saving-changes-not-permitted-sql-server-management-studio/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2008/10/15/saving-changes-not-permitted-sql-server-management-studio/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>VMware Server 2.0 on Ubuntu Server 8.04</title>
		<link>http://www.freddes.se/2008/10/03/vmware-server-20-on-ubuntu-server-804/</link>
		<comments>http://www.freddes.se/2008/10/03/vmware-server-20-on-ubuntu-server-804/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 08:19:56 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=222</guid>
		<description><![CDATA[On September 23 VMware released a new version of the free edition of their virtualization product VMware Server, version 2.0 (build 116503). I have used the old versions of VMware Server a lot when running web sites, developing and testing software and techniques so I was very keen on trying the installation of this new <a href='http://www.freddes.se/2008/10/03/vmware-server-20-on-ubuntu-server-804/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2008/10/03/vmware-server-20-on-ubuntu-server-804/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.NET and spatial data (with SQL Server 2008), part 2</title>
		<link>http://www.freddes.se/2008/09/25/net-and-spatial-data-with-sql-server-2008-part-2/</link>
		<comments>http://www.freddes.se/2008/09/25/net-and-spatial-data-with-sql-server-2008-part-2/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 14:53:32 +0000</pubDate>
		<dc:creator>Fredde</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Spatial data]]></category>

		<guid isPermaLink="false">http://www.freddes.se/?p=194</guid>
		<description><![CDATA[The other day I published a post about the spatial data support in SQL Server 2008 and using the new data types in a .NET application. I decided to write about &#8220;the rough way&#8221; and promised to publish an article about how to use DataSet designer and TableAdapters&#8230; Here it is! I will try to <a href='http://www.freddes.se/2008/09/25/net-and-spatial-data-with-sql-server-2008-part-2/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.freddes.se/2008/09/25/net-and-spatial-data-with-sql-server-2008-part-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

