<?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>Sem Dendoncker</title>
	<atom:link href="http://www.semdendoncker.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.semdendoncker.com/blog</link>
	<description>Programming and Photography</description>
	<lastBuildDate>Mon, 06 Sep 2010 05:52:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Handling all errors within an asp.net application.</title>
		<link>http://www.semdendoncker.com/blog/?p=349</link>
		<comments>http://www.semdendoncker.com/blog/?p=349#comments</comments>
		<pubDate>Sun, 05 Sep 2010 06:54:36 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[error handling]]></category>
		<category><![CDATA[global.asax]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=349</guid>
		<description><![CDATA[Hello, This post will describe how you can catch all errors in an asp.net application, process the error and finally show a nice page telling the users there was an error and the developers were informed about the issue. For starters your application needs a Global.asax file. To do this you just right click the [...]]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=349</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shoot Louise</title>
		<link>http://www.semdendoncker.com/blog/?p=358</link>
		<comments>http://www.semdendoncker.com/blog/?p=358#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:09:46 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Shoots]]></category>
		<category><![CDATA[AZ Groeninge]]></category>
		<category><![CDATA[d80]]></category>
		<category><![CDATA[kortrijk]]></category>
		<category><![CDATA[libel]]></category>
		<category><![CDATA[Louise]]></category>
		<category><![CDATA[nikon]]></category>
		<category><![CDATA[photoshoot]]></category>
		<category><![CDATA[shoot]]></category>
		<category><![CDATA[Sigilas]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=358</guid>
		<description><![CDATA[This summer I had the pleasure of doing some new shoots. One of them was with this great model Louise Sigalas. The shoot took place on 3 locations in and around Kortrijk. The first location was the park where the 4 windmills are located (at the highway E17 near Zwevegem). (Click on the images to [...]]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=358</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to retrieve the number of connections on your MS SQL Database.</title>
		<link>http://www.semdendoncker.com/blog/?p=354</link>
		<comments>http://www.semdendoncker.com/blog/?p=354#comments</comments>
		<pubDate>Tue, 31 Aug 2010 08:01:10 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[connection pool]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[sql2008]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=354</guid>
		<description><![CDATA[Hello, To receive the number of connections on a database you can use the following query: SELECT DB_NAME(dbid) as DBName, COUNT(dbid) as NumberOfConnections, loginame as LoginName FROM sys.sysprocesses WHERE dbid > 0 GROUP BY dbid, loginame Cheers, Sem (aka Mayiko)]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=354</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cookiemanager (C#)</title>
		<link>http://www.semdendoncker.com/blog/?p=333</link>
		<comments>http://www.semdendoncker.com/blog/?p=333#comments</comments>
		<pubDate>Fri, 11 Jun 2010 06:47:55 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=333</guid>
		<description><![CDATA[Hello, In many of my applications I need to transfer the data from one page to another. I used to do this by using a session but the thing with sessions is that they are unreliable. You never know when they will disappear. There are several possibilities that a session can disappear (session timeout, application [...]]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=333</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to enterprise library 5.0 makes the attribute validators fail.</title>
		<link>http://www.semdendoncker.com/blog/?p=328</link>
		<comments>http://www.semdendoncker.com/blog/?p=328#comments</comments>
		<pubDate>Thu, 10 Jun 2010 13:29:14 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET 3.0]]></category>
		<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[.net 4.0]]></category>
		<category><![CDATA[attribute validator]]></category>
		<category><![CDATA[enterprice]]></category>
		<category><![CDATA[enterprice library]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=328</guid>
		<description><![CDATA[Hi, Today I&#8217;ve upgraded my microsoft enterprise library 4.1 version to the 5.0 version. After recompiling I got the error: &#8220;Microsoft.Practices.EnterpriseLibrary.Validation.Validators.RangeValidator is not an attribute class&#8221;. The first thing I thought was &#8220;Now what&#8221;!! Fortunatly I have found the solution for this problem. The only thing you need to do is to add the reference [...]]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=328</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching subfolders in outlook 2007</title>
		<link>http://www.semdendoncker.com/blog/?p=309</link>
		<comments>http://www.semdendoncker.com/blog/?p=309#comments</comments>
		<pubDate>Sun, 04 Apr 2010 23:10:32 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[Computer tips/hints]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=309</guid>
		<description><![CDATA[Hi all, The other day I wanted to search a folder (and it&#8217;s subfolder) in outlook 2007. I&#8217;ve tried the normal way of searching (using the little searchbox), but this one search function does not search any subfolders. But there is a solution to this. Click the folder you want to search, press &#8220;ctrl+shift+F&#8221; or [...]]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=309</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting an ordered list with jQuery</title>
		<link>http://www.semdendoncker.com/blog/?p=252</link>
		<comments>http://www.semdendoncker.com/blog/?p=252#comments</comments>
		<pubDate>Mon, 08 Feb 2010 09:52:10 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[ordered list]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[un-ordered list]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=252</guid>
		<description><![CDATA[I had the following problem lately. I had a rather long ordered list. But everytime I wanted to add an item I had to manually check were to put it. Well then I asked a colleague of mine if there wasn&#8217;t a way to do this with javascript and he came up with the following [...]]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=252</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Windows 7, the differences between the different editions</title>
		<link>http://www.semdendoncker.com/blog/?p=231</link>
		<comments>http://www.semdendoncker.com/blog/?p=231#comments</comments>
		<pubDate>Wed, 23 Dec 2009 10:46:33 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[Computer tips/hints]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[editions]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[ulitmate]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=231</guid>
		<description><![CDATA[Looking for a new license myself I wondered what the differences were. Well here&#8217;s a table: (click to enlarge) (click to enlarge) Hope this helps you out. Cheers, Mayiko]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=231</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String enums in C#</title>
		<link>http://www.semdendoncker.com/blog/?p=204</link>
		<comments>http://www.semdendoncker.com/blog/?p=204#comments</comments>
		<pubDate>Wed, 09 Dec 2009 20:40:45 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET 3.0]]></category>
		<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[enumeration]]></category>
		<category><![CDATA[enumerator]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[string enum]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=204</guid>
		<description><![CDATA[Hi, Recently I needed a enumeration in my application but at the same time I wanted to be able to print a value of the enumeration in my application. My enumeration looked like this: public enum AuthenticationMethod { FORMS = 1, WINDOWSAUTHENTICATION = 2, SINGLESIGNON = 3 } Ok so now we could have just [...]]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=204</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing your app.config at runtime</title>
		<link>http://www.semdendoncker.com/blog/?p=187</link>
		<comments>http://www.semdendoncker.com/blog/?p=187#comments</comments>
		<pubDate>Mon, 07 Dec 2009 10:41:30 +0000</pubDate>
		<dc:creator>Sem Dendoncker</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET 3.0]]></category>
		<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[app.config]]></category>
		<category><![CDATA[runtime]]></category>

		<guid isPermaLink="false">http://www.semdendoncker.com/blog/?p=187</guid>
		<description><![CDATA[To change the app.config connectionstrings at runtime you can use the following code: var config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); var connectionStringSettings = new ConnectionStringSettings("ConnectionString", _arguments["connectionString"], "System.Data.SqlClient"); config.ConnectionStrings.ConnectionStrings.Add(connectionStringSettings); config.Save(ConfigurationSaveMode.Modified); ConfigurationManager.RefreshSection("connectionStrings"); with thx to Johlero for the R&#38;D.]]></description>
		<wfw:commentRss>http://www.semdendoncker.com/blog/?feed=rss2&amp;p=187</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
