<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>GTTools.com</title>
	<link>http://gttools.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 Apr 2009 10:20:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to iterate a C# dictionary</title>
		<description>The following snippet shows an easy way to iterate a C# dictionary:

[sourcecode language='c#']

            Dictionary dictionary = new Dictionary();

            dictionary.Add(1, "Cat");
         ...</description>
		<link>http://gttools.com/2009/01/how-to-iterate-a-dicitonary/</link>
			</item>
	<item>
		<title>Mercurial and Redmine on Bluehost</title>
		<description>Here is how I installed Mercurial and Redmine on bluehost
It is a script/screenshot walktrough on the entire setup. </description>
		<link>http://gttools.com/2008/12/mercurial-and-redmine-on-bluehost/</link>
			</item>
	<item>
		<title>How to export your SQL Server table &#8211; the easy way</title>
		<description>Since I work as a consultant I always bring with me my "toolbox". My latest addition to this toolbox is a SQL Server script created by Narayana Vyas Kondreddi

He has created a script that let you export your data, by generating a insert script,  from a given table in ...</description>
		<link>http://gttools.com/2008/12/how-to-export-your-sql-server-table/</link>
			</item>
	<item>
		<title>How to change a column collation to the default database collation</title>
		<description>If you for some reason needs to change the collation of a column in SQL Server to the default database collation, you can use the following syntax:

ALTER TABLE &#60;table_name&#62; ALTER COLUMN &#60;column_name&#62; &#60;current_data_type&#62; COLLATE database_default

Eg.:

ALTER TABLE myTable ALTER COLUMN myColumn TEXT COLLATE database_default </description>
		<link>http://gttools.com/2008/11/change-column-collation-to-default-database-collation/</link>
			</item>
	<item>
		<title>Unauthorized error when using Integrated Security</title>
		<description>Sometimes when I'm setting up a new server and creating a site using only integrated security I am unable to access the site.

Instead of direct access to the site, a dialog pops up asking for user name and password. Even if I enter a valid domain user and the correct ...</description>
		<link>http://gttools.com/2008/11/unauthorized-error-when-using-integrated-security/</link>
			</item>
	<item>
		<title>Debugging gac assemblies</title>
		<description>Every now and then somebody says to me:
I just added my assembly to the gac and now I can't debug my code anymore :(
The fact is that debugging gac assemblies is quite easy when you know how to do it.

The problem with debugging gac assemblies is that you can't add ...</description>
		<link>http://gttools.com/2008/03/debugging-gac-assemblies/</link>
			</item>
	<item>
		<title>Mercurial and Trac installation on bluehost</title>
		<description>Here is how I set up mercurial (Hg) and Trac on bluehost
I will make some minor changes to the scripts in a while to ease testing of new/other versions of all the software
which is installed by using some constants (e.g. $HOME).
All this because I'm to lazy to change to many ...</description>
		<link>http://gttools.com/2008/03/mercurial-and-trac-on-bluehost-2/</link>
			</item>
	<item>
		<title>GT Trader Release info</title>
		<description>GT Trader release notes are now found here. </description>
		<link>http://gttools.com/2008/03/gt-trader-release-info/</link>
			</item>
	<item>
		<title>Use random data in WebTest</title>
		<description>Usually my WebTests are coded WebTests, but sometimes the plain WebTest can do the job a lot faster.

My biggest problem working with plain WebTests, is that all the input to my forms are the recorded values.  In some of the text fields I need value variations every run.

To solve ...</description>
		<link>http://gttools.com/2008/01/use-random-data-in-webtest/</link>
			</item>
	<item>
		<title>Read remote performance counters from a machine in a different domain</title>
		<description>Sometimes I need to read performance counters from a machine in a different domain when I run load tests. This can be done in a few easy steps on the target machine:

	Enable the guest account
	Add the guest account to the Users and Performance Monitor Users group

This will also remove the ...</description>
		<link>http://gttools.com/2008/01/read-remote-performance-counters-from-a-machine-in-a-different-domain/</link>
			</item>
</channel>
</rss>
