<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Phalanx Blogosphere</title>
	<link>http://phalanx.spartansoft.org</link>
	<description>Whatever happens, SPARTAN&#039;S code must stand ... Or at least crash responsibly.</description>
	<lastBuildDate>Sat, 02 Jul 2011 05:19:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>IIS as Reverse Proxy for CouchDB</title>
		<description><![CDATA[For the last couple of days, I&#8217;ve been using CouchDB and ExtJS on a project I&#8217;m currently working on. For those unfamiliar with CouchDB, it is a free and open source document-oriented database written in the Erlang programming language. It is designed for local replication and to scale vertically along a wide range of devices. Provides [...]]]></description>
		<link>http://phalanx.spartansoft.org/2011/07/02/iis-as-reverse-proxy-for-couchdb/</link>
			</item>
	<item>
		<title>Applying where conditions for all select queries behind scenes &#8211; LINQ to SQL</title>
		<description><![CDATA[While discussing with a friend of mine, he was telling me about a project he was working on recently. Instead of deleting records from the table, he replaced the concept of delete with update &#8230; on every table he had an additional attribute Active (bit) which indicates whether the record is deleted or is active. Because [...]]]></description>
		<link>http://phalanx.spartansoft.org/2011/05/26/applying-where-conditions-for-all-select-queries-behind-scenes-linq-to-sql/</link>
			</item>
	<item>
		<title>Introduction to MEF</title>
		<description><![CDATA[It has been a while since I&#8217;ve written a blog post about, well anything &#8230; partially because I&#8217;ve been very busy and mainly because I&#8217;m a bit lazy. As you can see from the title of this post, I&#8217;ve intentionally decided to break this &#8220;huge hiatus&#8221; with MEF. One of the main reasons is because [...]]]></description>
		<link>http://phalanx.spartansoft.org/2011/05/14/introduction-to-mef/</link>
			</item>
	<item>
		<title>SQL Server 2011 aka Denali</title>
		<description><![CDATA[A few weeks back i was discussing with a friend about why Microsoft doesn&#8217;t implement any kind of paging option for result set&#8217;s in SQL Server. It is possible to implement kind of paging with ROW_NUMBER() window function, but in overall it makes code look awful. Microsoft recently release the CTP1 of its next SQL Server codenamed [...]]]></description>
		<link>http://phalanx.spartansoft.org/2010/11/23/sql-server-2011-aka-denali/</link>
			</item>
	<item>
		<title>Meet me at Qt Developer Days 2010</title>
		<description><![CDATA[It has been a while since my last post! I am writing this to inform you that I will be attending Qt Developer Days 2010 in Munich, if you happen to be there during the days, feel free to ping me for a conversation.]]></description>
		<link>http://phalanx.spartansoft.org/2010/09/29/meet-me-at-qt-developer-days-2010/</link>
			</item>
	<item>
		<title>Using LINQ to SQL ORM</title>
		<description><![CDATA[One of the hardest things i encounter when i do write LINQ queris, is that i always tend to approach results as i would in T-SQL. Well, recently i read an article about LINQ and the author said that one of the major steps a developer find hard to do, is working with LINQ without [...]]]></description>
		<link>http://phalanx.spartansoft.org/2010/06/03/using-linq-to-sql-orm/</link>
			</item>
	<item>
		<title>Automatic text generator using Markov Chains (in C#)</title>
		<description><![CDATA[Prandaj, pra, n&#8217;e doni fisin, mali, bregu edhe Malcija prej njaj goje sod t&#8217;brohrisim: Me gjuhë t&#8217;veten e lèn mbas dore. Në gjuhë shqype nanat tona qi prej djepit na kanë thânun, se asht një Zot, qi do ta dona; njatë, qi jetën na ka dhânun; edhe shqyp na thanë se Zoti për shqyptarë Shqypninë [...]]]></description>
		<link>http://phalanx.spartansoft.org/2010/03/30/markov-chain-generator-in-c/</link>
			</item>
	<item>
		<title>SQL Server 2008 &#8211; &#8220;Saving changes is not permitted&#8221;</title>
		<description><![CDATA[Since I installed SQL Server 2008, I was getting an annoying error while saving changes to a given table: &#8220;Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can&#8217;t be re-created or enabled the option Prevent [...]]]></description>
		<link>http://phalanx.spartansoft.org/2010/03/21/sql-server-2008-saving-changes-is-not-permitted/</link>
			</item>
	<item>
		<title>ORM DHE LINq &#8211; PJESA E PARE</title>
		<description><![CDATA[Gjate kesaj serie te postimeve, do te mundohem qe nepermjet te posteve te shkurtra, te shpjegoj se cfare paraqesin teknologjite ORM dhe LINQ dhe si mund te perdoren ne zgjidhjen e disa projekteve praktike. LINQ (Language Integrated Query) paraqet nje teknologji te re te Microsoft qe perkrahet nga .NET 3.5 e siper, e cila mundohet [...]]]></description>
		<link>http://phalanx.spartansoft.org/2010/03/20/orm-dhe-linq-pjesa-e-pare/</link>
			</item>
	<item>
		<title>Troubleshooting the database could not be exclusively locked to perform the operation error on SQL Server</title>
		<description><![CDATA[Recently we have started to implement our own Content Management System codename  DeepThought and when testing the creation of articles and menus we realized that we cannot use the default database collation of SQL Server. The reason is that in future we might have clients that require the use of Cyrillic characters.  Therefore the collation that should be used for these cases is SQL_Latin1_General_CP1251_CS_AS.

But when trying to change the collation I came across the following error: The database could not be exclusively locked to perform the operation.]]></description>
		<link>http://phalanx.spartansoft.org/2010/02/20/troubleshooting-the-database-could-not-be-exclusively-locked-to-perform-the-operation-error-on-sql-server/</link>
			</item>
</channel>
</rss>

