<?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>Michael Wullink</title>
	<atom:link href="http://www.michaelwullink.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelwullink.com</link>
	<description>Freelance Developer</description>
	<lastBuildDate>Mon, 20 May 2013 08:42:26 +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>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>5 Books you need to read if you want to run your own micro business</title>
		<link>http://www.michaelwullink.com/2013/05/5-books-you-need-to-read-if-you-want-to-run-your-own-micro-business/</link>
		<comments>http://www.michaelwullink.com/2013/05/5-books-you-need-to-read-if-you-want-to-run-your-own-micro-business/#comments</comments>
		<pubDate>Sun, 19 May 2013 14:40:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[micro business]]></category>
		<category><![CDATA[reading list]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.michaelwullink.com/?p=1846</guid>
		<description><![CDATA[Do you think it's difficult to get started on running your own micro business? You are not alone! ]]></description>
		<wfw:commentRss>http://www.michaelwullink.com/2013/05/5-books-you-need-to-read-if-you-want-to-run-your-own-micro-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add lazy loading to dapper</title>
		<link>http://www.michaelwullink.com/2012/12/how-to-add-lazy-loading-to-dapper/</link>
		<comments>http://www.michaelwullink.com/2012/12/how-to-add-lazy-loading-to-dapper/#comments</comments>
		<pubDate>Mon, 17 Dec 2012 09:06:32 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[dapper dot net]]></category>
		<category><![CDATA[dapper lazy loading]]></category>
		<category><![CDATA[lay loading]]></category>

		<guid isPermaLink="false">http://www.michaelwullink.com/?p=1762</guid>
		<description><![CDATA[Dapper is a great way to take care of querying SQL Server (and other) databases. It offers a nice compromise between full blown ORM Frameworks such as entity framework and raw SqlDataReader based approaches. Although entity framework is great it ads another layer of complexity to your applications, I've found that sometimes it can be hard to figure out how everything is glued together. ]]></description>
		<wfw:commentRss>http://www.michaelwullink.com/2012/12/how-to-add-lazy-loading-to-dapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Authentication with the ASP.NET Membership API</title>
		<link>http://www.michaelwullink.com/2012/02/basic-authentication-with-the-asp-net-membership-api/</link>
		<comments>http://www.michaelwullink.com/2012/02/basic-authentication-with-the-asp-net-membership-api/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 22:04:56 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net membership]]></category>
		<category><![CDATA[basic auth]]></category>
		<category><![CDATA[http basic authentication]]></category>
		<category><![CDATA[membership]]></category>

		<guid isPermaLink="false">http://www.michaelwullink.com/?p=1582</guid>
		<description><![CDATA[If you are an ASP.NET developer you are probably familiar with both membership and http basic authentication. If you are familiar with IIS's different authentication methods you also know that the only way to use HTTP authentication on IIS to verify the credentials against the windows account store. In this post we'll discuss how you can get IIS to use basic authentication against an ASP.NET Membership store.]]></description>
		<wfw:commentRss>http://www.michaelwullink.com/2012/02/basic-authentication-with-the-asp-net-membership-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seed your database with test data using the entity framework</title>
		<link>http://www.michaelwullink.com/2012/01/entity-framework-cod-first-data-initializers/</link>
		<comments>http://www.michaelwullink.com/2012/01/entity-framework-cod-first-data-initializers/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 21:13:44 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://www.michaelwullink.com/?p=1364</guid>
		<description><![CDATA[Recently I've started to use Entity Framework Code First in favor of linq2sql. The main reason to choose Entity framework is it's more advanced feature set, and especially cool upcoming features like data migrations. In this post we fill focus on Data Initializers for EF Code First, this feature allows you to seed your database in development scenario's with some standard data for testing purposes. ]]></description>
		<wfw:commentRss>http://www.michaelwullink.com/2012/01/entity-framework-cod-first-data-initializers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A single file login page for asp.net</title>
		<link>http://www.michaelwullink.com/2011/10/a-single-file-login-page-for-asp-net/</link>
		<comments>http://www.michaelwullink.com/2011/10/a-single-file-login-page-for-asp-net/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 19:43:00 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[Login page]]></category>
		<category><![CDATA[user management]]></category>

		<guid isPermaLink="false">/post/2011/10/20/a-single-file-login-page-for-aspnet.aspx</guid>
		<description><![CDATA[Sometimes you might feel the need to simply protect a public directory on your webserver. Using IIS gives you several options to achieve this, but today we will discuss how to enable a simple login page that requires only one file and a few entries in web.config.

First of all I used the login page created by Alen Grakalic he created a great CSS3 Login page with validation, and everything in a single file. Perfect that's just what we needed to create a simple drop in login page for iis using asp.net.]]></description>
		<wfw:commentRss>http://www.michaelwullink.com/2011/10/a-single-file-login-page-for-asp-net/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>i18n globalization with gettext and asp.net mvc</title>
		<link>http://www.michaelwullink.com/2011/09/i18n-globalization-with-gettext-and-asp-net-mvc/</link>
		<comments>http://www.michaelwullink.com/2011/09/i18n-globalization-with-gettext-and-asp-net-mvc/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 19:38:00 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[asp.net mvc gettext]]></category>
		<category><![CDATA[gettext]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[Internationalization]]></category>

		<guid isPermaLink="false">/post/2011/09/27/i18n-with-gettext-and-aspnet-mvc.aspx</guid>
		<description><![CDATA[The most common approach to use when internationalizing asp.net mvc applications is to use the .Net frameworks built ...]]></description>
		<wfw:commentRss>http://www.michaelwullink.com/2011/09/i18n-globalization-with-gettext-and-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
