<?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>Ismail Cem Aksoy, PMP</title>
	<atom:link href="http://cemaksoy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cemaksoy.com</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 11:10:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cemaksoy.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ismail Cem Aksoy, PMP</title>
		<link>http://cemaksoy.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cemaksoy.com/osd.xml" title="Ismail Cem Aksoy, PMP" />
	<atom:link rel='hub' href='http://cemaksoy.com/?pushpress=hub'/>
		<item>
		<title>How to change DDL Generation Workflow File</title>
		<link>http://cemaksoy.com/2012/05/14/how-to-change-ddl-generation-workflow/</link>
		<comments>http://cemaksoy.com/2012/05/14/how-to-change-ddl-generation-workflow/#comments</comments>
		<pubDate>Mon, 14 May 2012 11:09:24 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=101</guid>
		<description><![CDATA[You can copy and change default DDL Generation file in this folder : &#60;Program Files&#62;\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Microsoft\Entity Framework Tools\DBGen<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=101&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can copy and change default DDL Generation file in this folder :</p>
<p>&lt;Program Files&gt;\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Microsoft\Entity Framework Tools\DBGen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=101&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/05/14/how-to-change-ddl-generation-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>MetadataWorkspace Dataspace Enums</title>
		<link>http://cemaksoy.com/2012/04/30/metadataworkspace-dataspace-enums/</link>
		<comments>http://cemaksoy.com/2012/04/30/metadataworkspace-dataspace-enums/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 07:30:34 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=95</guid>
		<description><![CDATA[If you have MetadataWorkspace object you can use metadata objects using Dataspace enums. Dataspace enums consist of : OSpace: Object model. CSpace: Conceptual model. SSpace: Storage model. OCSpace:Mapping between object model and the conceptual model. CSSpace: Mapping between storage model and the conceptual model.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=95&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have MetadataWorkspace object you can use metadata objects using Dataspace enums.</p>
<p>Dataspace enums consist of :</p>
<p><strong>OSpace:</strong> Object model.</p>
<p><strong>CSpace: </strong>Conceptual model.</p>
<p><strong>SSpace: </strong>Storage model.</p>
<p><strong>OCSpace:</strong>Mapping between object model and the conceptual model.</p>
<p><strong>CSSpace: </strong>Mapping between storage model and the conceptual model.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=95&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/04/30/metadataworkspace-dataspace-enums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>MultipleActiveResultSets Property in Entity ConnectionString</title>
		<link>http://cemaksoy.com/2012/04/20/multipleactiveresultsets-property-in-entity-connectionstring/</link>
		<comments>http://cemaksoy.com/2012/04/20/multipleactiveresultsets-property-in-entity-connectionstring/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 08:44:47 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=92</guid>
		<description><![CDATA[Sql server doesn&#8217;t support using same connection for multiple query results by default. Using MultipleActiveResultSets  (a.k.a MARS) in connectionString enables to use different resultset in same connection.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=92&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sql server doesn&#8217;t support using same connection for multiple query results by default. Using MultipleActiveResultSets  (a.k.a MARS) in connectionString enables to use different resultset in same connection.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=92&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/04/20/multipleactiveresultsets-property-in-entity-connectionstring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>ADO.NET Data Providers</title>
		<link>http://cemaksoy.com/2012/04/20/ado-net-data-providers/</link>
		<comments>http://cemaksoy.com/2012/04/20/ado-net-data-providers/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 06:42:07 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=90</guid>
		<description><![CDATA[An updated list of providers which ADO.Net supports : http://msdn.microsoft.com/en-us/data/dd363565.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=90&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An updated list of providers which ADO.Net supports :</p>
<p><a href="http://msdn.microsoft.com/en-us/data/dd363565.aspx">http://msdn.microsoft.com/en-us/data/dd363565.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=90&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/04/20/ado-net-data-providers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>POCO Entities and Lazy Loading</title>
		<link>http://cemaksoy.com/2012/04/19/poco-entities-and-lazy-loading/</link>
		<comments>http://cemaksoy.com/2012/04/19/poco-entities-and-lazy-loading/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 09:01:55 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=87</guid>
		<description><![CDATA[You can&#8217;t define properties whether use LazyLoading or not in ObjectContext level. But using POCO entities allow you to accomplish this. When you using POCO Entities, properties which you want to leverage lazy loading must be defined as &#8216;virtual&#8217;.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=87&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can&#8217;t define properties whether use LazyLoading or not in ObjectContext level. But using POCO entities allow you to accomplish this. When you using POCO Entities, properties which you want to leverage lazy loading must be defined as &#8216;virtual&#8217;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=87&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/04/19/poco-entities-and-lazy-loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>What is a graph?</title>
		<link>http://cemaksoy.com/2012/04/18/what-is-a-graph/</link>
		<comments>http://cemaksoy.com/2012/04/18/what-is-a-graph/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 11:40:12 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=84</guid>
		<description><![CDATA[When different entities which instantiated are connected each other with a relationship, the structure is called as graph or entity graph.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=84&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When different entities which instantiated are connected each other with a relationship, the structure is called as graph or entity graph.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=84&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/04/18/what-is-a-graph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Entity Framework Terminology</title>
		<link>http://cemaksoy.com/2012/04/18/entity-framework-terminology/</link>
		<comments>http://cemaksoy.com/2012/04/18/entity-framework-terminology/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 10:36:59 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=82</guid>
		<description><![CDATA[A helpful information about EF terms : http://msdn.microsoft.com/en-us/library/bb387161.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=82&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A helpful information about EF terms :</p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb387161.aspx">http://msdn.microsoft.com/en-us/library/bb387161.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=82&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/04/18/entity-framework-terminology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Self Tracking Entities and Original Values</title>
		<link>http://cemaksoy.com/2012/04/17/self-tracking-entities-and-original-values/</link>
		<comments>http://cemaksoy.com/2012/04/17/self-tracking-entities-and-original-values/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 07:26:08 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=79</guid>
		<description><![CDATA[Self tracking entities don&#8217;t be aware all changed properties. It follows original values only these properties Entitykey properties ForeignKey properties When entity property is set to ConcurrencyMode=Fixed<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=79&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Self tracking entities don&#8217;t be aware all changed properties. It follows original values only these properties</p>
<ul>
<li>Entitykey properties</li>
<li>ForeignKey properties</li>
<li>When entity property is set to ConcurrencyMode=Fixed</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=79&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/04/17/self-tracking-entities-and-original-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Self Tracking Entities and Collaboration</title>
		<link>http://cemaksoy.com/2012/04/16/self-tracking-entities-and-collaboration/</link>
		<comments>http://cemaksoy.com/2012/04/16/self-tracking-entities-and-collaboration/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 15:10:52 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=76</guid>
		<description><![CDATA[Using self tracking entities with other .Net 4 projects might be efficiently, but when you use different versions of .Net or server side programming languages to consume this web service you might encounter with problems.If you won&#8217;t use .Net 4 in your all applications which consume this web service  it&#8217;s better to use POCO classes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=76&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using self tracking entities with other .Net 4 projects might be efficiently, but when you use different versions of .Net or server side programming languages to consume this web service you might encounter with problems.If you won&#8217;t use .Net 4 in your all applications which consume this web service  it&#8217;s better to use POCO classes to leverage entity state management.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=76&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/04/16/self-tracking-entities-and-collaboration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Showing error messages explicitly in WCF Data Services</title>
		<link>http://cemaksoy.com/2012/04/12/showing-errorrs-in-wcf-data-services-explicitly/</link>
		<comments>http://cemaksoy.com/2012/04/12/showing-errorrs-in-wcf-data-services-explicitly/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 08:54:51 +0000</pubDate>
		<dc:creator>cemaksoy</dc:creator>
				<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://cemaksoy.com/?p=73</guid>
		<description><![CDATA[It might be hard to see what&#8217;s wrong on your WCF Data Service. There is a config setting to show error messages on WCF Data Service explicitly.To do this simply add the following line to &#8216;InitializeService&#8217; method : config.UseVerboseErrors = true; When development step is completed, it should be better to remove  from method.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=73&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It might be hard to see what&#8217;s wrong on your WCF Data Service. There is a config setting to show error messages on WCF Data Service explicitly.To do this simply add the following line to &#8216;InitializeService&#8217; method :</p>
<p>config.UseVerboseErrors = true;</p>
<p>When development step is completed, it should be better to remove  from method.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cemaksoy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cemaksoy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cemaksoy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cemaksoy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cemaksoy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cemaksoy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cemaksoy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cemaksoy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cemaksoy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cemaksoy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cemaksoy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cemaksoy.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cemaksoy.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cemaksoy.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cemaksoy.com&#038;blog=19965619&#038;post=73&#038;subd=cemaksoy&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cemaksoy.com/2012/04/12/showing-errorrs-in-wcf-data-services-explicitly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31f984ba597cce67ab991a76ac18956f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">cemaksoy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
