<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Den by default</title>
	<link>http://dennisdel.com</link>
	<description>A blog by Dennis Delimarsky</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:49:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Why there is no single mobile development platform</title>
		<description><![CDATA[So there is the question asked by some developers that target mobile platforms – how come there is no single toolkit that will let develop for every single platform out there. After all, wouldn’t it be easier to build the application once and let it run on every single mobile device that is available on [...]]]></description>
		<link>http://dennisdel.com/?p=306</link>
			</item>
	<item>
		<title>Quick Tip: Implement .NET interfaces in Visual Studio</title>
		<description><![CDATA[If you develop .NET applications, then you probably had a couple of classes that implemented one or more .NET interfaces – maybe it was IDataObject or IQueryable, or something else. To correctly implement these interfaces, chances are you were using existing MSDN documentation to get an idea of what methods and functions should be implemented. [...]]]></description>
		<link>http://dennisdel.com/?p=300</link>
			</item>
	<item>
		<title>My thoughts on Windows Phone 7 development</title>
		<description><![CDATA[The first question many developers probably ask themselves when thinking about starting developing for Windows Phone 7 is &#8211; “Is it worth it?” It’s one thing when you are already a .NET developer (bonus points if you worked with XNA and Silverlight), but it’s a completely different story when the developer that asks that questions [...]]]></description>
		<link>http://dennisdel.com/?p=291</link>
			</item>
	<item>
		<title>Windows Phone 7 emulator &#8211; applications can be pinned and removed</title>
		<description><![CDATA[Not many of the developers who use the Windows Phone 7 emulator know, that when you deploy an application from Visual Studio 2010, you are able to pin it to the Start page, as well as uninstall the application entirely. When an application is deployed to the emulator, exit it (in case you were running), [...]]]></description>
		<link>http://dennisdel.com/?p=290</link>
			</item>
	<item>
		<title>Windows Phone 7 projects &#8211; the libraries are still there</title>
		<description><![CDATA[While working on a Windows Phone 7 application (specifically those that are Silverlight-based), you probably mentioned the fact that some library references are missing, when you need to add them. For example, I wanted to use some JSON parsing and RSS feed syndication tools, but by default, there were no System.Json and System.ServiceModel.Syndication libraries listed [...]]]></description>
		<link>http://dennisdel.com/?p=278</link>
			</item>
	<item>
		<title>I Got Code #5: Downloading linked images</title>
		<description><![CDATA[There was actually a question that got me thinking – how would I implement a program that downloads pictures from a web page, that are pointed by some links? Here is a sample console application I came up with: using System; using System.Collections.Generic; using System.Net; using System.Threading; using System.IO; using System.Text.RegularExpressions; using System.Drawing; namespace ConsoleApplication [...]]]></description>
		<link>http://dennisdel.com/?p=259</link>
			</item>
	<item>
		<title>I Got Code #4: WPF TextBox with rounded corners. What and how?</title>
		<description><![CDATA[What is the first idea that comes to mind when someone mentions rounded corners and WPF? Probably Border. That is the right thing to think about, but how to apply it to a TextBox control? There are two ways to achieve what you want. Way A: The most obvious thing would be creating a border [...]]]></description>
		<link>http://dennisdel.com/?p=256</link>
			</item>
	<item>
		<title>WeatherBar SDK &#8211; now public</title>
		<description><![CDATA[A while ago I decided to make WeatherBar extensible. I know that for some people it could be a bit frustrating when they cannot find a specific location in WeatherBar because Google Weather API cannot locate weather data for it. Therefore, starting with the next release of WeatherBar, the application will no longer be tied [...]]]></description>
		<link>http://dennisdel.com/?p=243</link>
			</item>
	<item>
		<title>Installing CouchDB on a VM</title>
		<description><![CDATA[“The time to relax is when you don&#8217;t have time for it.”&#160; - Sydney J. Harris After CouchDB hit its official 1.0 release, I decided to try it out and compare it to existing RDBMS, although this is probably not the right thing to do since CouchDB is based on a completely different paradigm. Anyway, [...]]]></description>
		<link>http://dennisdel.com/?p=238</link>
			</item>
	<item>
		<title>The high-school part is over</title>
		<description><![CDATA[Got my baccalaureate exam grades and my graduation diploma and I am now officially a high-school graduate. Can’t say that I am not happy about it – these were some interesting 12 years. And as it always happens – I met the most awesome people at the end of my senior year (Bee, Alexandrina, Pufa, [...]]]></description>
		<link>http://dennisdel.com/?p=229</link>
			</item>
</channel>
</rss>
