<?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/"
	>

<channel>
	<title>Chris Roland &#187; LINQ</title>
	<atom:link href="http://www.chrisroland.info/category/linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisroland.info</link>
	<description>Software, Web and Database Developer</description>
	<lastBuildDate>Sat, 14 Aug 2010 14:34:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LINQ to SQL data mapping</title>
		<link>http://www.chrisroland.info/linq-to-sql-data-mapping/</link>
		<comments>http://www.chrisroland.info/linq-to-sql-data-mapping/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 02:50:28 +0000</pubDate>
		<dc:creator>Chris Roland</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.chrisroland.info/?p=210</guid>
		<description><![CDATA[I&#8217;m currently working on an ASP.NET MVC project and I&#8217;m using LINQ to SQL to manage my data.  One of the fields I&#8217;m working with is stored as a MONEY data type in SQL Server.  I wanted to find the best CLR data type to use when I mapped the field in my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on an ASP.NET MVC project and I&#8217;m using LINQ to SQL to manage my data.  One of the fields I&#8217;m working with is stored as a MONEY data type in SQL Server.  I wanted to find the best CLR data type to use when I mapped the field in my LINQ Data Context.  After some researching I came across a great MSDN article showing what types to use when mapping back to the database with LINQ.  There is even an awesome grid showing the best types to use and the expected data loss.</p>
<p>Here is the link:<br />
<a href="http://msdn.microsoft.com/en-us/library/bb386947.aspx">http://msdn.microsoft.com/en-us/library/bb386947.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisroland.info/linq-to-sql-data-mapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
