<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Jiří {x2} Činčura</title>
	
	<link>http://blog.cincura.net</link>
	<description>Taking something that can't be done, and then doing it.</description>
	<lastBuildDate>Tue, 24 Jan 2012 11:41:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/blog_cincura_net" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="blog_cincura_net" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Try catch return bool</title>
		<link>http://blog.cincura.net/232693-try-catch-return-bool/</link>
		<comments>http://blog.cincura.net/232693-try-catch-return-bool/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 11:41:36 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232693</guid>
		
			<content:encoded><![CDATA[I was recently writing a lot of method that talked to 3rd party API. And after small refactoring a lot of methods was like try to call some method, if it throws exception return false, if not return true. And I was wondering, what&#8217;s the best (in terms of code being generated, speed, efficiency but [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232693-try-catch-return-bool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>InfoQ interview with me</title>
		<link>http://blog.cincura.net/232715-infoq-interview-with-me/</link>
		<comments>http://blog.cincura.net/232715-infoq-interview-with-me/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 08:50:12 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Databases in general]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Firebird]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232715</guid>
		
			<content:encoded><![CDATA[I was recently interviewed for InfoQ article &#8211; Q&#038;A with Jiri Cincura of the Firebird Database Project. We touched Firebird, ADO.NET, O/RMs, Entity Framework etc. If you have any questions, feel free to ask.]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232715-infoq-interview-with-me/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Off-site initial upload for Synology Amazon S3 backup</title>
		<link>http://blog.cincura.net/232682-off-site-initial-upload-for-synology-amazon-s3-backup/</link>
		<comments>http://blog.cincura.net/232682-off-site-initial-upload-for-synology-amazon-s3-backup/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 08:33:01 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Amazon AWS]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Network Attached Storage (NAS)]]></category>
		<category><![CDATA[Storage & Backup]]></category>
		<category><![CDATA[Synology]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232682</guid>
		
			<content:encoded><![CDATA[I recently started thinking about backing up also &#8220;less&#8221; [1] important data to Amazon S3 from my Synology NAS, which is my primary backup location. The problem was, that the amount was about 150GB. Far more than I can upload through my home connection in reasonable time. It would take weeks. When I first started [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232682-off-site-initial-upload-for-synology-amazon-s3-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entity Framework 5.0!</title>
		<link>http://blog.cincura.net/232675-entity-framework-5-0-2/</link>
		<comments>http://blog.cincura.net/232675-entity-framework-5-0-2/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 10:23:32 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Entity SQL]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232675</guid>
		
			<content:encoded><![CDATA[. Diego Vega wrote a follow up post describing the rationale behind it (and it was also noted in comments in previous post). Simply the team is now sticking to semantic versioning no matter what. Hope that will last a while. Let me recap. The first version was, hey, version 1. The second version was [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232675-entity-framework-5-0-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Entity Framework 5.0???</title>
		<link>http://blog.cincura.net/232666-entity-framework-5-0/</link>
		<comments>http://blog.cincura.net/232666-entity-framework-5-0/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 20:37:52 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Entity SQL]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232666</guid>
		
			<content:encoded><![CDATA[I&#8217;m a little bit perplexed. Entity Framework 4.3 Beta 1 was just released. And there&#8217;s a sentence in the document that&#8217;s very interesting: As soon as the next preview of the .NET Framework 4.5 is available we will be shipping EF 5.0 Beta 1, which will include all these new features. Does it mean that [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232666-entity-framework-5-0/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CultureInfo equality</title>
		<link>http://blog.cincura.net/232663-cultureinfo-equality/</link>
		<comments>http://blog.cincura.net/232663-cultureinfo-equality/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 20:13:45 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Best practice or not?]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232663</guid>
		
			<content:encoded><![CDATA[I have a small morale from today. I was writing some code that was handling searching for items base also on CultureInfo. Because it&#8217;s a pretty straightforward object, in core of .NET Framework (it&#8217;s in mscorlib) I was expecting to handle equality using == based on culture itself not the object. And of course, I [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232663-cultureinfo-equality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Value of particular column from all (some) tables in database dynamically in Firebird</title>
		<link>http://blog.cincura.net/232657-value-of-particular-column-from-all-some-tables-in-database-dynamically-in-firebird/</link>
		<comments>http://blog.cincura.net/232657-value-of-particular-column-from-all-some-tables-in-database-dynamically-in-firebird/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 18:05:42 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232657</guid>
		
			<content:encoded><![CDATA[A question came to me last week. It was simple. Given the column I&#8217;d like to query all tables in database for this column (with some condition) and get values back. It was on Firebird so I jumped into system tables and generated query on the fly in execute block (aka anonymous stored procedure). The [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232657-value-of-particular-column-from-all-some-tables-in-database-dynamically-in-firebird/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Navigate To window case sensitivity and insensitivity</title>
		<link>http://blog.cincura.net/232652-navigate-to-window-case-sensitivity-and-insensitivity/</link>
		<comments>http://blog.cincura.net/232652-navigate-to-window-case-sensitivity-and-insensitivity/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 06:11:55 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232652</guid>
		
			<content:encoded><![CDATA[Visual Studio&#8216;s Navigate To window (Ctrl+,) is a very fast way to navigate in your files, classes etc. Few days ago I accidentally found a &#8220;feature&#8221;. I always started typing with first letter in upper case and after few characters I messed it up by typing letter in wrong case and missing object I was [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232652-navigate-to-window-case-sensitivity-and-insensitivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser’s User-Agent of Kindle 4 Touch</title>
		<link>http://blog.cincura.net/232639-browsers-user-agent-of-kindle-4-touch/</link>
		<comments>http://blog.cincura.net/232639-browsers-user-agent-of-kindle-4-touch/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 18:46:53 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Amazon Kindle]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232639</guid>
		
			<content:encoded><![CDATA[The has, as expected, new (improved) browser experience. It&#8217;s pretty good in fact, for quick look and read on some pages or for reading articles in your Instapaper. If you&#8217;re a site owner, you may want to know accesses from Kindle to your site (i.e. to provide simplified version). The User-Agent for Kindle 4 Touch [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232639-browsers-user-agent-of-kindle-4-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle 4 Touch review</title>
		<link>http://blog.cincura.net/232642-kindle-4-touch-review/</link>
		<comments>http://blog.cincura.net/232642-kindle-4-touch-review/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 18:44:27 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Amazon Kindle]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232642</guid>
		
			<content:encoded><![CDATA[When I first saw the news about new Kindle coming and being with touch support, I was calm. I didn&#8217;t seen why would somebody need touching it. You know, I&#8217;m reading on my Kindle. And I&#8217;m reading a lot (in fact, I&#8217;m reading, except technical books and papers, as you&#8217;d expect also various different genres [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232642-kindle-4-touch-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PowerShell script to tabify text (i.e. in code files)</title>
		<link>http://blog.cincura.net/232631-powershell-script-to-tabify-text-i-e-in-code-files/</link>
		<comments>http://blog.cincura.net/232631-powershell-script-to-tabify-text-i-e-in-code-files/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 18:50:23 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232631</guid>
		
			<content:encoded><![CDATA[Few weeks ago I needed to tabify (change spaces to tabs) in a C# files in a solution. I tested some plug-ins to Visual Studio, but none of them did what I wanted. I left the idea, as it was not that important to have consistent tabs/spaces. But a day or two ago I had [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232631-powershell-script-to-tabify-text-i-e-in-code-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Composing functions the LINQ way</title>
		<link>http://blog.cincura.net/232625-composing-functions-the-linq-way/</link>
		<comments>http://blog.cincura.net/232625-composing-functions-the-linq-way/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 07:55:18 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Functional programming]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232625</guid>
		
			<content:encoded><![CDATA[Few days ago I was writing a class, that was simply wrapped for a collection of other classes (with same interface), aggregate class. The class also had few methods, where the logic was simple. Let&#8217;s say one method M. Other classes having same method as well. This method was simple transformation of data with same [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232625-composing-functions-the-linq-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>log4net (back) alive on NuGet</title>
		<link>http://blog.cincura.net/232619-log4net-back-alive-on-nuget/</link>
		<comments>http://blog.cincura.net/232619-log4net-back-alive-on-nuget/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 17:11:19 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Announcements & Invitations]]></category>
		<category><![CDATA[Logging and tracing]]></category>
		<category><![CDATA[NuGet]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232619</guid>
		
			<content:encoded><![CDATA[It turned out, that the previous maintainer of log4net NuGet package @dotnetjunky was assigned mistakenly. So nobody was actually maintaining that package. After few messages with him, we decided, I&#8217;ll take over the ownership and maintain it. I still use NLog in my projects, as I like it a little bit more. But I know, [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232619-log4net-back-alive-on-nuget/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mapping self references in Code First</title>
		<link>http://blog.cincura.net/232594-mapping-self-references-in-code-first/</link>
		<comments>http://blog.cincura.net/232594-mapping-self-references-in-code-first/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 18:56:28 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232594</guid>
		
			<content:encoded><![CDATA[From time to time I see people having problems to map self references in Code First in Entity Framework. It might be confusing what to do with HasMany/WithMany and HasOptional/WithOptional. So let&#8217;s jump in. Define a pretty simple table: create table SelfRefs ( ID int primary key, FooBar varchar(20) not null, ID_Parent int ); alter [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232594-mapping-self-references-in-code-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved command logging in ADO.NET provider for Firebird – part 2</title>
		<link>http://blog.cincura.net/232603-improved-command-logging-in-ado-net-provider-for-firebird-part-2/</link>
		<comments>http://blog.cincura.net/232603-improved-command-logging-in-ado-net-provider-for-firebird-part-2/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 09:29:43 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[Logging and tracing]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232603</guid>
		
			<content:encoded><![CDATA[of ADO.NET provider for Firebird brought us a support for command tracing. Although it was good, it could be done better. Few interesting scenarios came back to as a valuable feedback and with the old implementation it was hard to do it. The new one builds on top of TraceSource class allowing you to handle [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232603-improved-command-logging-in-ado-net-provider-for-firebird-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ADO.NET provider for Firebird 2.7 released</title>
		<link>http://blog.cincura.net/232615-ado-net-provider-for-firebird-2-7-released/</link>
		<comments>http://blog.cincura.net/232615-ado-net-provider-for-firebird-2-7-released/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 09:28:51 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Announcements & Invitations]]></category>
		<category><![CDATA[Databases in general]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Entity SQL]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232615</guid>
		
			<content:encoded><![CDATA[I&#8217;m happy to bring you early Christmas gift packed as ADO.NET provider for Firebird version 2.7. This version brings important bug fixes (tracker.firebirdsql.org) and . This release wouldn&#8217;t be possible without support of people/companies using provider actively. Big thanks to them. You can download it at www.firebirdsql.org or use NuGet package. Enjoy!]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232615-ado-net-provider-for-firebird-2-7-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Custom logic in every Entity Framework’s query</title>
		<link>http://blog.cincura.net/232589-custom-logic-in-every-entity-frameworks-query/</link>
		<comments>http://blog.cincura.net/232589-custom-logic-in-every-entity-frameworks-query/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 13:41:50 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Entity SQL]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232589</guid>
		
			<content:encoded><![CDATA[Few days ago there was a question on Twitter in about adding custom logic to every query in Entity Framework. It&#8217;s pretty easy and you can do it absolutely transparently so nobody using your code needs to know. First you need to focus you Entity Set (not Entity Type) in Model Browser window. Here set [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232589-custom-logic-in-every-entity-frameworks-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting using blob column on Firebird</title>
		<link>http://blog.cincura.net/232584-sorting-using-blob-column-on-firebird/</link>
		<comments>http://blog.cincura.net/232584-sorting-using-blob-column-on-firebird/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 19:27:25 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Databases in general]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232584</guid>
		
			<content:encoded><![CDATA[Imagine you have a blob column and you want to add sorting clause to your query based on that column. Crazy? Might be. On the other hand, why not? Firebird allows you to use blob column for sorting. No problem. But the behavior might surprise you. I&#8217;m not going to deeply describe how the blobs [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232584-sorting-using-blob-column-on-firebird/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using database initializers with EDMX</title>
		<link>http://blog.cincura.net/232577-using-database-initializers-with-edmx/</link>
		<comments>http://blog.cincura.net/232577-using-database-initializers-with-edmx/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 18:02:42 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232577</guid>
		
			<content:encoded><![CDATA[Last week at my Entity Framework training I got a question whether you can use database initializer while still using EDMX file. The answer, as it turned out, isn&#8217;t that straightforward. Directly you can&#8217;t. Because you need DbContext to create IDatabaseInitializer&#60;T&#62; (or to derive from default ones respectively). Even if you try to wrap ObjectContext [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232577-using-database-initializers-with-edmx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebird vs SQL Server CE – MS Fest 2011</title>
		<link>http://blog.cincura.net/232549-firebird-vs-sql-server-ce-ms-fest-2011/</link>
		<comments>http://blog.cincura.net/232549-firebird-vs-sql-server-ce-ms-fest-2011/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 11:00:46 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Announcements & Invitations]]></category>
		<category><![CDATA[Presentations & Speaking]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=232549</guid>
		
			<content:encoded><![CDATA[Rok se s rokem sešel a koná se další MS Fest. Tentokrát nabídnu něco alternativního. Podíváme se na databázový stroj Firebird. A protože Firebird nabízí i Embedded verzi, kterážto je velmi zajímavá, porovnáme ji i s konkurencí v podobě MS SQL Server CE. Anotace: Microsoft SQL Server není jedinou databází, kterou můžete používat z .NETu. [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/232549-firebird-vs-sql-server-ce-ms-fest-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

