<?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>The ways of Mauri</title>
	<atom:link href="http://blog.themobilebrand.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.themobilebrand.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 12:52:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to mock a static method call in your unit-test</title>
		<link>http://blog.themobilebrand.com/technology/c/how-to-mock-a-static-method-call-in-your-unit-test/</link>
		<comments>http://blog.themobilebrand.com/technology/c/how-to-mock-a-static-method-call-in-your-unit-test/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 12:52:13 +0000</pubDate>
		<dc:creator>mvanbeusekom</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://blog.themobilebrand.com/?p=138</guid>
		<description><![CDATA[Assume you have the following method in your data access layer and you want to ensure it works as intended by writing an unit-test. public class EmployeeRepository &#123; public IList&#60;IEmployee&#62; GetEmployees&#40;&#41; &#123; string sql = &#34;SELECT &#34; + &#34;FROM &#34; &#8230; <a href="http://blog.themobilebrand.com/technology/c/how-to-mock-a-static-method-call-in-your-unit-test/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.themobilebrand.com/technology/c/how-to-mock-a-static-method-call-in-your-unit-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Building a Windows Service application in C#</title>
		<link>http://blog.themobilebrand.com/technology/tutorial-building-a-windows-service-application/</link>
		<comments>http://blog.themobilebrand.com/technology/tutorial-building-a-windows-service-application/#comments</comments>
		<pubDate>Fri, 14 May 2010 09:53:45 +0000</pubDate>
		<dc:creator>mvanbeusekom</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Event Log]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Windows Service]]></category>

		<guid isPermaLink="false">http://blog.themobilebrand.com/?p=79</guid>
		<description><![CDATA[In this post I will explain how to build a Windows Service application which (for debug purposes) could also be started as a Windows Console application using the .NET Framework 2.0 or higher. The source code of the application can &#8230; <a href="http://blog.themobilebrand.com/technology/tutorial-building-a-windows-service-application/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.themobilebrand.com/technology/tutorial-building-a-windows-service-application/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Executing a dynamic T-SQL query (using sp_executesql)</title>
		<link>http://blog.themobilebrand.com/technology/executing-a-dynamic-t-sql-query-using-sp_executesql/</link>
		<comments>http://blog.themobilebrand.com/technology/executing-a-dynamic-t-sql-query-using-sp_executesql/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 08:26:41 +0000</pubDate>
		<dc:creator>mvanbeusekom</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[dynamic queries]]></category>
		<category><![CDATA[EXEC]]></category>
		<category><![CDATA[EXECUTE]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[parameterized query]]></category>
		<category><![CDATA[sp_executesql]]></category>

		<guid isPermaLink="false">http://blog.themobilebrand.com/?p=33</guid>
		<description><![CDATA[Today at work I needed to make a simple stored procedure containing a simple search query with some dynamic &#8216;WHERE&#8217; conditions. Since I am working with Miscrosoft SQL Server 2005 I could pick between the EXECUTE (or EXEC) command or &#8230; <a href="http://blog.themobilebrand.com/technology/executing-a-dynamic-t-sql-query-using-sp_executesql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.themobilebrand.com/technology/executing-a-dynamic-t-sql-query-using-sp_executesql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy way to backup a Linux system</title>
		<link>http://blog.themobilebrand.com/technology/easy-way-to-backup-a-linux-system/</link>
		<comments>http://blog.themobilebrand.com/technology/easy-way-to-backup-a-linux-system/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 09:28:33 +0000</pubDate>
		<dc:creator>mvanbeusekom</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.themobilebrand.com/?p=4</guid>
		<description><![CDATA[Recently I started experimenting with Linux (Ubuntu and Debian). Coming from a Microsoft background I was always interested in what else was out there. It didn&#8217;t take long before I had my first server up and running. This is where &#8230; <a href="http://blog.themobilebrand.com/technology/easy-way-to-backup-a-linux-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.themobilebrand.com/technology/easy-way-to-backup-a-linux-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

