<?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>Fri, 17 May 2013 12:09:20 +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>
		<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>MailAddress class is driving me crazy</title>
		<link>http://blog.cincura.net/233267-mailaddress-class-is-driving-me-crazy/</link>
		<comments>http://blog.cincura.net/233267-mailaddress-class-is-driving-me-crazy/#comments</comments>
		<pubDate>Tue, 14 May 2013 08:41:19 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Best practice or not?]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=233267</guid>
		
				<content:encoded><![CDATA[I&#8217;m not working a lot with emails and email addresses. Loading, parsing and so on. Because of that I&#8217;m also using a MailAddress class a lot. And I hate it. The class, even simple, makes ma wanna scream. Consider simple code like this. var mail1 = new MailAddress("mail@example.com"); var mail2 = new MailAddress("MAIL@example.com"); Console.WriteLine("Equals?:\t{0}", mail1.Equals(mail2)); [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/233267-mailaddress-class-is-driving-me-crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gopas TechEd 2013</title>
		<link>http://blog.cincura.net/233262-gopas-teched-2013/</link>
		<comments>http://blog.cincura.net/233262-gopas-teched-2013/#comments</comments>
		<pubDate>Mon, 13 May 2013 10:00:32 +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=233262</guid>
		
				<content:encoded><![CDATA[Rok se s rokem sešel a máme tu další ročník Gopas TechEd-u. Nejprve doporučuji prostudovat samozřejmě program, protože obsahu je opravdu mraky. Nakonec doufám, že vás zaujmou i moje přednášky: Visual Studio 2010/2012 tips and tricks (st 10:30 &#8211; 11:45), Entity Framework verze 4, 5 a dál (6, &#8230;) – co máme, co nás čeká [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/233262-gopas-teched-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hunting “EntityType ‘Image’ has no key defined. Define the key for this EntityType.” problem</title>
		<link>http://blog.cincura.net/233254-hunting-entitytype-image-has-no-key-defined-define-the-key-for-this-entitytype-problem/</link>
		<comments>http://blog.cincura.net/233254-hunting-entitytype-image-has-no-key-defined-define-the-key-for-this-entitytype-problem/#comments</comments>
		<pubDate>Fri, 10 May 2013 07:53:24 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Firebird]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=233254</guid>
		
				<content:encoded><![CDATA[Few weeks back I was hired to debug the above mentioned problem. The application was using Entity Framework 5 and Firebird as a database. The message says clearly what&#8217;s wrong. How hard can it be to fix the problem, right? I was thinking the same. And how wrong I was. After receiving the sources and [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/233254-hunting-entitytype-image-has-no-key-defined-define-the-key-for-this-entitytype-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding (some) Firebird’s nbackup error messages (“Error (xxx) opening database file”)</title>
		<link>http://blog.cincura.net/233250-understanding-some-firebirds-nbackup-error-messages-error-xxx-opening-database-file/</link>
		<comments>http://blog.cincura.net/233250-understanding-some-firebirds-nbackup-error-messages-error-xxx-opening-database-file/#comments</comments>
		<pubDate>Thu, 09 May 2013 09:25:16 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[Storage & Backup]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=233250</guid>
		
				<content:encoded><![CDATA[Because on the server where the application is running I&#8217;m unable to do backup using regular gbak tool, I turned my attention to nbackup. In fact I&#8217;m doing just file copy and using alter database begin backup/alter database end backup (more info). But doing the backup is only part of the story. You have also [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/233250-understanding-some-firebirds-nbackup-error-messages-error-xxx-opening-database-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entity Framework is open source, why not SqlClient?</title>
		<link>http://blog.cincura.net/233243-entity-framework-is-open-source-why-not-sqlclient/</link>
		<comments>http://blog.cincura.net/233243-entity-framework-is-open-source-why-not-sqlclient/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 18:34:10 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Databases in general]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=233243</guid>
		
				<content:encoded><![CDATA[If you&#8217;re watching at least a little what&#8217;s going on in .NET world you noticed that Entity Framework is open source for couple months now. That&#8217;s a good thing. On the other had there are still some pieces of the complete stack that are not open source. The one that I&#8217;m missing most is SqlClient. [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/233243-entity-framework-is-open-source-why-not-sqlclient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entity SQL and spatial data</title>
		<link>http://blog.cincura.net/233239-entity-sql-and-spatial-data/</link>
		<comments>http://blog.cincura.net/233239-entity-sql-and-spatial-data/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 18:25:21 +0000</pubDate>
		<dc:creator>cincura.net</dc:creator>
				<category><![CDATA[.*]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Entity SQL]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Spatial data]]></category>

		<guid isPermaLink="false">http://blog.cincura.net/?p=233239</guid>
		
				<content:encoded><![CDATA[When the Entity Framework was first introduced it came with (basically) two flavors of querying. LINQ to Entities and Entity SQL (ESQL). I&#8217;m not going to describe the history here. But as LINQ (any LINQ) gained popularity it was obvious, that LINQ to Entities is a future (though it had initially small deficit compared to [...]]]></content:encoded>
			<wfw:commentRss>http://blog.cincura.net/233239-entity-sql-and-spatial-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
