<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Keep clicking!</title>
	<atom:link href="http://lea2mail.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lea2mail.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 02 Nov 2010 10:39:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lea2mail.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Keep clicking!</title>
		<link>http://lea2mail.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lea2mail.wordpress.com/osd.xml" title="Keep clicking!" />
	<atom:link rel='hub' href='http://lea2mail.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The log or differential backup cannot be restored because no files are ready to rollforward</title>
		<link>http://lea2mail.wordpress.com/2010/11/02/the-log-or-differential-backup-cannot-be-restored-because-no-files-are-ready-to-rollforward/</link>
		<comments>http://lea2mail.wordpress.com/2010/11/02/the-log-or-differential-backup-cannot-be-restored-because-no-files-are-ready-to-rollforward/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 10:39:46 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://lea2mail.wordpress.com/?p=185</guid>
		<description><![CDATA[Original article If you have found this page, it is likely that you encountered the following error when you tried to restore a differential backup using Microsoft SQL Server 2005. Restore failed for Server &#8221;. (Microsoft.SqlServer.Smo) Additional Information: System.Data.SqlClient.SqlError: The log or differential backup cannot be restored because no files are ready to rollforward. (Microsoft.SqlServer.Smo) <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=185&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/11/02/the-log-or-differential-backup-cannot-be-restored-because-no-files-are-ready-to-rollforward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>51.513330 -0.088947</georss:point>
		<geo:lat>51.513330</geo:lat>
		<geo:long>-0.088947</geo:long>
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
		<item>
		<title>Model binding a collection of values posted from a multi-select control</title>
		<link>http://lea2mail.wordpress.com/2010/11/02/model-binding-a-collection-of-values-posted-from-a-multi-select-control/</link>
		<comments>http://lea2mail.wordpress.com/2010/11/02/model-binding-a-collection-of-values-posted-from-a-multi-select-control/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 09:55:01 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://lea2mail.wordpress.com/?p=181</guid>
		<description><![CDATA[Original article One item I take for granted when I&#8217;m using ASP.NET MVC is the powerful feature that is model binding. Model binding is ASP.NET MVC&#8217;s mechanism for mapping HTTP request data directly into action method parameters and custom .Net objects. Each time your application receives an HTTP request containing the form&#8217;s data as a <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=181&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/11/02/model-binding-a-collection-of-values-posted-from-a-multi-select-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>51.513330 -0.088947</georss:point>
		<geo:lat>51.513330</geo:lat>
		<geo:long>-0.088947</geo:long>
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
		<item>
		<title>Additional attributes for the enumerations</title>
		<link>http://lea2mail.wordpress.com/2010/09/23/additional-attributes-for-the-enumerations/</link>
		<comments>http://lea2mail.wordpress.com/2010/09/23/additional-attributes-for-the-enumerations/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 09:45:49 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">https://lea2mail.wordpress.com/2010/09/23/additional-attributes-for-the-enumerations/</guid>
		<description><![CDATA[Lets assume you have an enumeration defined as: Public Enum SubscriptionTermEnum &#60;Attributes.Months(1)&#62; _30days = 1 &#60;Attributes.Months(3)&#62; _3months = 2 &#60;Attributes.Months(12)&#62; _12months = 3 &#60;Attributes.Months(13)&#62; _13months = 4 &#60;Attributes.Months(24)&#62; _24months = 5 &#60;Attributes.Months(25)&#62; _25months = 6 &#60;Attributes.Months(36)&#62; _36months = 7 &#60;Attributes.Months(37)&#62; _37months = 8 &#60;Attributes.Months(14)&#62; _14months = 65 End Enum and the attribute &#60;Attributes.Months&#62; defined as: <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=176&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/09/23/additional-attributes-for-the-enumerations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting local IP addresses</title>
		<link>http://lea2mail.wordpress.com/2010/09/02/getting-local-ip-addresses/</link>
		<comments>http://lea2mail.wordpress.com/2010/09/02/getting-local-ip-addresses/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 10:04:25 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">https://lea2mail.wordpress.com/2010/09/02/getting-local-ip-addresses/</guid>
		<description><![CDATA[The sample code below enumerates all the adapters on a machine, and then enumerates all IPv4 addresses for each adapter. This is necessary because a computer may have multiple IP addresses. These imports are required: System.Net.NetworkInformation, System.Net.Sockets, System.Net Private ReadOnly Property IP As String Get Dim sb As New StringBuilder() 'Get a list of all <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=169&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/09/02/getting-local-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
		<item>
		<title>How to determine which versions and service pack levels of the Microsoft .NET Framework are installed</title>
		<link>http://lea2mail.wordpress.com/2010/09/02/how-to-determine-which-versions-and-service-pack-levels-of-the-microsoft-net-framework-are-installed/</link>
		<comments>http://lea2mail.wordpress.com/2010/09/02/how-to-determine-which-versions-and-service-pack-levels-of-the-microsoft-net-framework-are-installed/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 08:34:34 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://lea2mail.wordpress.com/2010/09/02/how-to-determine-which-versions-and-service-pack-levels-of-the-microsoft-net-framework-are-installed/</guid>
		<description><![CDATA[This article describes how to determine which version(s) and service pack level(s) of the Microsoft .NET Framework are installed using the registry information. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=168&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/09/02/how-to-determine-which-versions-and-service-pack-levels-of-the-microsoft-net-framework-are-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get the debugger to stop</title>
		<link>http://lea2mail.wordpress.com/2010/09/01/how-to-get-the-debugger-to-stop/</link>
		<comments>http://lea2mail.wordpress.com/2010/09/01/how-to-get-the-debugger-to-stop/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 13:57:00 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://lea2mail.wordpress.com/2010/09/01/how-to-get-the-debugger-to-stop/</guid>
		<description><![CDATA[if (System.Diagnostics.Debugger.IsAttached) System.Diagnostics.Debugger.Break(); &#160; using the IsAttached pattern will prevent the breaking point activation as long as the no debugger is attached<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=167&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/09/01/how-to-get-the-debugger-to-stop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
		<item>
		<title>The Rise of Database Sharding</title>
		<link>http://lea2mail.wordpress.com/2010/08/31/the-rise-of-database-sharding/</link>
		<comments>http://lea2mail.wordpress.com/2010/08/31/the-rise-of-database-sharding/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 12:27:09 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">https://lea2mail.wordpress.com/2010/08/31/the-rise-of-database-sharding/</guid>
		<description><![CDATA[The concept of Database Sharding has been gaining popularity over the past several years, due to the enormous growth in transaction volume and size of business application databases. This is particularly true for many successful online service providers, Software as a Service (SaaS) companies, and social networking Web sites. Database Sharding can be simply defined <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=166&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/08/31/the-rise-of-database-sharding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio 2010 RTM Virtual Machine with Sample Data and Hands-on-Labs</title>
		<link>http://lea2mail.wordpress.com/2010/08/18/visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs/</link>
		<comments>http://lea2mail.wordpress.com/2010/08/18/visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 10:22:27 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://lea2mail.wordpress.com/2010/08/18/visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs/</guid>
		<description><![CDATA[RTM version of the Visual Studio 2010 virtual machine, along with sample data and hands-on-labs for key application lifecycle management (ALM) scenarios. This virtual machine (VM) includes Visual Studio 2010 Ultimate, Visual Studio Team Foundation Server 2010, and a sample application along with sample data which supports 9 hands-on-labs. This VM includes everything you need <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=164&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/08/18/visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
		<item>
		<title>Knockout</title>
		<link>http://lea2mail.wordpress.com/2010/08/18/knockout/</link>
		<comments>http://lea2mail.wordpress.com/2010/08/18/knockout/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 10:09:43 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">https://lea2mail.wordpress.com/2010/08/18/knockout/</guid>
		<description><![CDATA[Knockout is a JavaScript library that makes it easier to create rich, desktop-like user interfaces with JavaScript and HTML, using observers to make your UI automatically stay in sync with an underlying data model. It works particularly well with the MVVM pattern, offering declarative bindings somewhat like Silverlight but without the browser plugin. Homepage Tutorial <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=163&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/08/18/knockout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
		<item>
		<title>Productivity Power Tools add-on for VS2010</title>
		<link>http://lea2mail.wordpress.com/2010/08/18/productivity-power-tools-add-on-for-vs2010/</link>
		<comments>http://lea2mail.wordpress.com/2010/08/18/productivity-power-tools-add-on-for-vs2010/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 07:26:46 +0000</pubDate>
		<dc:creator>LeA</dc:creator>
				<category><![CDATA[VS 2010]]></category>

		<guid isPermaLink="false">https://lea2mail.wordpress.com/2010/08/18/productivity-power-tools-add-on-for-vs2010/</guid>
		<description><![CDATA[A set of extensions to Visual Studio Professional (and above) which improves developer productivity. Wow! Download<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lea2mail.wordpress.com&amp;blog=11258822&amp;post=154&amp;subd=lea2mail&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lea2mail.wordpress.com/2010/08/18/productivity-power-tools-add-on-for-vs2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba0aa544588503ac85dac0e0ff33b6d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">LeA</media:title>
		</media:content>
	</item>
	</channel>
</rss>
