<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx</link><description>Querying data from Sql Server Compact database gets easier! “ LINQ ” stands for .net L anguage IN tegrated Q uery. LINQ-enabled languages can provide full type-safety and compile-time checking of query expressions, and development tools can provide full</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>SQL Server Compact - Compact yet capable : LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#4492376</link><pubDate>Tue, 21 Aug 2007 13:09:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4492376</guid><dc:creator>Mighell's Blog</dc:creator><description>&lt;p&gt;SQL Server Compact - Compact yet capable : LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)&lt;/p&gt;
</description></item><item><title>SQL Server Compact - Compact yet capable : LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#4492991</link><pubDate>Tue, 21 Aug 2007 14:15:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4492991</guid><dc:creator>Mighell's Mobile Blog</dc:creator><description>&lt;p&gt;Nella beta 2 di&amp;#160;&amp;amp;quot;Orcas&amp;amp;quot;, Linq to Sql supporta anche SQL Compact come&amp;#160;Data Base! Ovviamente&lt;/p&gt;
</description></item><item><title>SQL Server Compact - Compact yet capable : LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#4493507</link><pubDate>Tue, 21 Aug 2007 15:09:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4493507</guid><dc:creator>Mighell's Mobile Blog</dc:creator><description>&lt;p&gt;Nella beta 2 di &amp;amp;quot;Orcas&amp;amp;quot;, Linq to Sql supporta anche SQL Compact come Data Base! Ovviamente&lt;/p&gt;
</description></item><item><title>re: LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#4657185</link><pubDate>Fri, 31 Aug 2007 04:00:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4657185</guid><dc:creator>Taryon</dc:creator><description>&lt;p&gt;HI!&lt;/p&gt;
&lt;p&gt;I executed the sqlmetal as described in this post. The problem is that when I try to compile the project I obtain a mistake regarding no reference to system.linq.expressions that is in system.core in the normal framework but that is not in the compact. &lt;/p&gt;
&lt;p&gt;how do I solve this?&lt;/p&gt;
&lt;p&gt;thx in advance!&lt;/p&gt;
</description></item><item><title>re: LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#6181976</link><pubDate>Tue, 13 Nov 2007 23:04:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6181976</guid><dc:creator>gbhasin76</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I used sqlmetal to try to create the .cs file using the command line statement. I copied SQLmetal to the directory that contains the sdf file. Below is the statement that I typed.&lt;/p&gt;
&lt;p&gt;sqlmetal IvyCRM.sdf /code: IvyCRM.cs&lt;/p&gt;
&lt;p&gt;I get the following error:&lt;/p&gt;
&lt;p&gt;error SQM1003: Input file 'IvyCRM.cs' does not exist.&lt;/p&gt;
&lt;p&gt;Is there something I am missing?&lt;/p&gt;</description></item><item><title>re: LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#6549713</link><pubDate>Tue, 27 Nov 2007 15:32:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6549713</guid><dc:creator>mgoetzke</dc:creator><description>&lt;p&gt;TransactionScope with Linq on SqlCe does not seem to work even though TransactionScope was promised for RTM for CE. Any idea why ?&lt;/p&gt;
&lt;p&gt;see: &lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2466351&amp;amp;SiteID=1&amp;amp;mode=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2466351&amp;amp;SiteID=1&amp;amp;mode=1&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#6914841</link><pubDate>Mon, 31 Dec 2007 10:35:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6914841</guid><dc:creator>SQLCEBLOG</dc:creator><description>&lt;p&gt;Hey Taryon,&lt;/p&gt;
&lt;p&gt; &amp;nbsp;I think your problem is with a particular machine configuration. &amp;nbsp;Please make sure of the following:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;1) Chose Add Reference, and add a reference to System.Linq.dll (This is common for any data provider)&lt;/p&gt;
&lt;p&gt; &amp;nbsp;2) Start with another fresh project&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Laxmi&lt;/p&gt;
</description></item><item><title>re: LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#6914851</link><pubDate>Mon, 31 Dec 2007 10:35:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6914851</guid><dc:creator>SQLCEBLOG</dc:creator><description>&lt;p&gt;Hey gbhasin76,&lt;/p&gt;
&lt;p&gt; &amp;nbsp;I think the extra space after the switch /code: is causing the issue. &amp;nbsp;Please make sure to not have extra spaces.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Laxmi&lt;/p&gt;
</description></item><item><title>re: LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#7461501</link><pubDate>Tue, 05 Feb 2008 13:01:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7461501</guid><dc:creator>Tristan Smith</dc:creator><description>&lt;p&gt;With 2008 now RTM, I've created a .NET 3.5 PDA application.&lt;/p&gt;
&lt;p&gt;I created a 3.5 SQL CE database, ran sqlmetal against it and added the .dbml file to the project.&lt;/p&gt;
&lt;p&gt;I get the same issue as Taryon, the compact framework Linq.Core does not contain the Linq.Expressions namespace, in fact it contains about a 1/10 of the namespaces of the full framework version. LINQ To SQL DataSet is there, LINQ to SQL isn't.&lt;/p&gt;
&lt;p&gt;Can you confirm that LINQ To SQL CE didn't make it to RTM?&lt;/p&gt;</description></item><item><title>re: LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#8460633</link><pubDate>Mon, 05 May 2008 17:52:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8460633</guid><dc:creator>laxminro</dc:creator><description>&lt;p&gt;Hi Tristan Smith,&lt;/p&gt;
&lt;p&gt; LINQ to SQL CE for .NET Framework has got actually released in Visual Studio 2008 RTM.&lt;/p&gt;
&lt;p&gt; LINQ to SQL CE for .NET Compact Framework has not been released in Visual Studio 2008 RTM.&lt;/p&gt;
&lt;p&gt; We are sorry about this mismatch and we are working towards making it available in our next version, but at the same time I can not guarrenty it being available in SQL CE v4.0 as priorities change over time. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Laxmi&lt;/p&gt;
</description></item><item><title>Using LINQ to SQL with SQL Server Compact Edition</title><link>http://blogs.msdn.com/sqlservercompact/archive/2007/08/21/linq-with-sql-server-compact-a-ka-dlinq-over-sql-ce.aspx#9385722</link><pubDate>Sat, 31 Jan 2009 06:29:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9385722</guid><dc:creator>Chris Pietschmann</dc:creator><description>&lt;p&gt;Using LINQ to SQL with SQL Server Compact Edition&lt;/p&gt;
</description></item></channel></rss>