<?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>dotnet-developer.de</title>
	<atom:link href="http://www.dotnet-developer.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnet-developer.de</link>
	<description>Tips for vb.net, asp.net and SQL</description>
	<lastBuildDate>Tue, 14 May 2013 16:07:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to become a Windows Phone Developer</title>
		<link>http://dotnetco.de/Blog/ID/7/How-to-become-a-Windows-Phone-Developer.aspx</link>
		<comments>http://dotnetco.de/Blog/ID/7/How-to-become-a-Windows-Phone-Developer.aspx#comments</comments>
		<pubDate>Sun, 10 Feb 2013 19:01:36 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.dotnet-developer.de/?p=236</guid>
		<description><![CDATA[If you want to publish a Windows Phone app, the best place to start is of course the official Dev Center for Windows Phone Development from Microsoft. You need to join Microsofts Dev Center which has an annual subscription fee &#8230; <a href="http://dotnetco.de/Blog/ID/7/How-to-become-a-Windows-Phone-Developer.aspx">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dotnetco.de/Blog/ID/7/How-to-become-a-Windows-Phone-Developer.aspx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example how to use Selenium with Visual Studio and Visual Basic.NET</title>
		<link>http://dotnetco.de/Blog/ID/8/Example-how-to-use-Selenium-with-Visual-Studio-and-Visual-BasicNET.aspx</link>
		<comments>http://dotnetco.de/Blog/ID/8/Example-how-to-use-Selenium-with-Visual-Studio-and-Visual-BasicNET.aspx#comments</comments>
		<pubDate>Mon, 05 Nov 2012 20:54:00 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[WebTests]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Visual Basic.net]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-developer.de/?p=222</guid>
		<description><![CDATA[(The code in this example is Visual Basic.net but could of course be easily transferred into C#). So we have set up Selenium (as described here) and followed some general tips (as described here). Now it’s time to write our &#8230; <a href="http://dotnetco.de/Blog/ID/8/Example-how-to-use-Selenium-with-Visual-Studio-and-Visual-BasicNET.aspx">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dotnetco.de/Blog/ID/8/Example-how-to-use-Selenium-with-Visual-Studio-and-Visual-BasicNET.aspx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips and Tricks for Selenium WebTests</title>
		<link>http://dotnetco.de/Blog/ID/9/Tips-and-Tricks-for-Selenium-WebTests.aspx</link>
		<comments>http://dotnetco.de/Blog/ID/9/Tips-and-Tricks-for-Selenium-WebTests.aspx#comments</comments>
		<pubDate>Thu, 01 Nov 2012 18:58:52 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[WebTests]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Unit Tests]]></category>
		<category><![CDATA[Visual Basic.net]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-developer.de/?p=188</guid>
		<description><![CDATA[After setting up Selenium for usage in Visual Studio Unit Tests as described here, now I want to share some tips for writing your unit tests. These tips should help you during the driver initialization and retrieval of web elements. &#8230; <a href="http://dotnetco.de/Blog/ID/9/Tips-and-Tricks-for-Selenium-WebTests.aspx">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dotnetco.de/Blog/ID/9/Tips-and-Tricks-for-Selenium-WebTests.aspx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use Selenium for Web tests with Visual Studio</title>
		<link>http://dotnetco.de/Blog/ID/10/Use-Selenium-for-WebTests-with-Visual-Studio.aspx</link>
		<comments>http://dotnetco.de/Blog/ID/10/Use-Selenium-for-WebTests-with-Visual-Studio.aspx#comments</comments>
		<pubDate>Thu, 01 Nov 2012 09:43:15 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[WebTests]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Visual Basic.net]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-developer.de/?p=183</guid>
		<description><![CDATA[Unit Tests in Visual Studio are great for testing backend functionality, but it does not help if you want to test websites. Searching around, there are several tools to fill this gap. My favorite is Selenium. It has a Firefox &#8230; <a href="http://dotnetco.de/Blog/ID/10/Use-Selenium-for-WebTests-with-Visual-Studio.aspx">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dotnetco.de/Blog/ID/10/Use-Selenium-for-WebTests-with-Visual-Studio.aspx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Log all assemblies used</title>
		<link>http://dotnetco.de/Blog/ID/11/Log-all-assemblies-used.aspx</link>
		<comments>http://dotnetco.de/Blog/ID/11/Log-all-assemblies-used.aspx#comments</comments>
		<pubDate>Fri, 03 Aug 2012 18:32:44 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://www.dotnet-developer.de/?p=171</guid>
		<description><![CDATA[Sometimes it&#8217;s quite helpful to know which assembly is currently used by an application.  Microsoft has an example in their MSDN-Article explaining AssemblyName.Version Property. So this article is more a reminder because it&#8217;s quite helpful on application initialization to log &#8230; <a href="http://dotnetco.de/Blog/ID/11/Log-all-assemblies-used.aspx">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dotnetco.de/Blog/ID/11/Log-all-assemblies-used.aspx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating Active Directory Contacts using vb.net</title>
		<link>http://dotnetco.de/Blog/ID/12/Creating-Active-Directory-Contacts-using-vbnet.aspx</link>
		<comments>http://dotnetco.de/Blog/ID/12/Creating-Active-Directory-Contacts-using-vbnet.aspx#comments</comments>
		<pubDate>Sat, 17 Mar 2012 15:12:25 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exceptions]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://www.dotnet-developer.de/?p=164</guid>
		<description><![CDATA[While adding contacts to Active Directory using vb.net I came across several exceptions. <a href="http://dotnetco.de/Blog/ID/12/Creating-Active-Directory-Contacts-using-vbnet.aspx">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dotnetco.de/Blog/ID/12/Creating-Active-Directory-Contacts-using-vbnet.aspx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
