<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Ivan Krivyakov&#039;s Blog</title>
	<link>http://www.ikriv.com/blog</link>
	<description>Premature optimization is the root of all evil</description>
	<lastBuildDate>Wed, 01 Sep 2010 19:20:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>RedGate SQL Source Control</title>
		<description><![CDATA[Another tool I tried today. The idea is very cool, but I don&#8217;t like the fact that after I &#8220;link&#8221; the database I suddenly get gazillion changes to commit. I would think that &#8220;linking&#8221; means submitting current state to the DB. Also, it is not clear how to get rid of the users and roles [...]]]></description>
		<link>http://www.ikriv.com/blog/?p=593</link>
			</item>
	<item>
		<title>RedGate SQL Compare</title>
		<description><![CDATA[As per this survey, RedGate SQL Compare is one of the best SQL comparison tools on the market. I downloaded a trial today. It works fast, produces safe synchronization scripts wrapped in transaction, and is generally cool. I did, however, stumble upon a stored procedure that it marked as &#8220;different&#8221;, although it could not show [...]]]></description>
		<link>http://www.ikriv.com/blog/?p=585</link>
			</item>
	<item>
		<title>Some anti-patterns I am experiencing first hand</title>
		<description><![CDATA[I am working on a rather interesting WPF project, which &#8220;implements&#8221; so many anti-patterns I had to blog about it. The most interesting thing about this project is that it was written by some of the best and smartest programmers I know, so the anti-patterns stem not so much from incompetence, but from general conditions [...]]]></description>
		<link>http://www.ikriv.com/blog/?p=575</link>
			</item>
	<item>
		<title>Can&#8217;t have a binding to binding</title>
		<description><![CDATA[Let&#8217;s say we want to display a list of countries, and depending on the user input we want to show either the capital city, population, or the language spoken in the country alongside the country name, like in the application below: The only way to achieve that is to change binding in code. You cannot [...]]]></description>
		<link>http://www.ikriv.com/blog/?p=581</link>
			</item>
	<item>
		<title>WPF: Merged dictionary parser depends on XML attribute order</title>
		<description><![CDATA[Does attribute order in XAML matter? It should not, but sometimes it does. The following XAML compiles, but blows up at runtime with &#8220;Item has already been added&#8221; exception, both in .NET 3.5 and .NET 4.0: &#60;Window x:Class="MergedDictionaryKeyPosition.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="300" Width="300"&#62; &#60;Window.Resources&#62; &#60;ResourceDictionary&#62; &#60;ResourceDictionary.MergedDictionaries&#62; &#60;ResourceDictionary&#62; &#60;Style TargetType="Button" x:Key="foo" /&#62; &#60;Style TargetType="Button" x:Key="bar" /&#62; [...]]]></description>
		<link>http://www.ikriv.com/blog/?p=543</link>
			</item>
	<item>
		<title>ClickOnce Publisher WTF</title>
		<description><![CDATA[Today ClickOnce publisher came up with this message: &#8220;The application platform does not match the existing application on the server. Do you want to overwrite it?&#8221; What is the platform on the server? What am I replacing it with? This would be one line of code to add this information. But alas, I am left [...]]]></description>
		<link>http://www.ikriv.com/blog/?p=533</link>
			</item>
	<item>
		<title>Database proramming rant</title>
		<description><![CDATA[After a long while I am back to dealing with databases directly from ADO.NET. Guys, this is ridiculous. Any serious library designed like that would be heckled. This is what I found (or rediscovered) in the course of one day: if your SqlConnection uses SQL Server local transaction, you must manually transfer the transaction to [...]]]></description>
		<link>http://www.ikriv.com/blog/?p=526</link>
			</item>
	<item>
		<title>VS 2008 unit test host cannot run tests in one thread</title>
		<description><![CDATA[Our UI code is single threaded and UI classes use some shared static data. They work just fine, but the unit tests sometimes fail. Investigation led to threading issues. Visual Studio unconditionally runs tests in multiple threads simultaneously, and apparently there is no way to tell it not to do that. http://social.msdn.microsoft.com/Forums/en-US/vstswebtest/thread/4cdd4668-d99c-4699-8e1c-b775498593e7]]></description>
		<link>http://www.ikriv.com/blog/?p=524</link>
			</item>
	<item>
		<title>WPF: Is clone of Freezable frozen?</title>
		<description><![CDATA[WPF defines a Freezable type that is a base class for &#8220;almost immutable&#8221; objects. They can be setup in read/write mode and then &#8220;frozen&#8221; which makes them immutable and thread safe. Freezables are also cloneable. If I make a clone of a Freezable, will it be frozen? Fortunately, it won&#8217;t, so I can modify the [...]]]></description>
		<link>http://www.ikriv.com/blog/?p=518</link>
			</item>
	<item>
		<title>XSLT and Microsoft.NET</title>
		<description><![CDATA[While working on XML serializers I wandered into the XSLT land. It turned out that XSLT support in .NET is not stellar. Well, you may already know that, but it is new to me. First, only XSLT 1.0 is supported. It is useful for simple stuff, but even an iteration over a list of known [...]]]></description>
		<link>http://www.ikriv.com/blog/?p=513</link>
			</item>
</channel>
</rss>
