<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>LINQ to SharePoint</title><link>http://linqtosharepoint.codeplex.com/project/feeds/rss</link><description>LINQ to SharePoint is a custom LINQ query provider implementation for SharePoint that translates LINQ queries to CAML in order to query SharePoint lists. It comes with an entity mapping tool that exports the schema of a list and translates it into an entity type. Support to update SharePoint lists after querying them is planned.</description><item><title>Closed Issue: Missing Title field in SpMetal exports [54]</title><link>http://linqtosharepoint.codeplex.com/workitem/54</link><description>Title field should be included in SpMetal exports.&lt;br /&gt;</description><author>bdesmet</author><pubDate>Thu, 16 May 2013 08:28:59 GMT</pubDate><guid isPermaLink="false">Closed Issue: Missing Title field in SpMetal exports [54] 20130516082859A</guid></item><item><title>Closed Issue: SpMetal crash for choice fields without FillInChoice attribute [55]</title><link>http://linqtosharepoint.codeplex.com/workitem/55</link><description>Unhandled Exception&amp;#58; System.NullReferenceException&amp;#58; Object reference not set to&lt;br /&gt;an instance of an object.&lt;br /&gt;   at BdsSoft.SharePoint.Linq.Tools.SpMetal.Program.GetType&amp;#40;XmlNode c, Boolean&amp;#38;&lt;br /&gt;additional&amp;#41; in C&amp;#58;&amp;#92;LinqToSharePoint&amp;#92;LinqToSharePoint&amp;#92;SpMetal&amp;#92;Program.cs&amp;#58;line 681&lt;br /&gt;   at BdsSoft.SharePoint.Linq.Tools.SpMetal.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Li&lt;br /&gt;nqToSharePoint&amp;#92;LinqToSharePoint&amp;#92;SpMetal&amp;#92;Program.cs&amp;#58;line 438&lt;br /&gt;</description><author>RajKrishnan</author><pubDate>Thu, 16 May 2013 08:28:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: SpMetal crash for choice fields without FillInChoice attribute [55] 20130516082858A</guid></item><item><title>Closed Issue: Entity class compilation problem with choices that start with digit [56]</title><link>http://linqtosharepoint.codeplex.com/workitem/56</link><description>SpMetal creates an enum for Choice fields that looks like this for choices starting with a digit&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;enum Priority &amp;#58; uint &amp;#123; &amp;#91;Choice&amp;#40;&amp;#34;&amp;#40;1&amp;#41; High&amp;#34;&amp;#41;&amp;#93; 1High, &amp;#91;Choice&amp;#40;&amp;#34;&amp;#40;2&amp;#41; Normal&amp;#34;&amp;#41;&amp;#93; 2Normal, &amp;#91;Choice&amp;#40;&amp;#34;&amp;#40;3&amp;#41; Low&amp;#34;&amp;#41;&amp;#93; 3Low &amp;#125;&lt;br /&gt;&amp;#160;&lt;br /&gt;This doesn&amp;#39;t compile in C&amp;#35;. The same holds for VB output&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Enum Priority As UInteger&lt;br /&gt;    &amp;#60;Choice&amp;#40;&amp;#34;&amp;#40;1&amp;#41; High&amp;#34;&amp;#41;&amp;#62; 1High&lt;br /&gt;    &amp;#60;Choice&amp;#40;&amp;#34;&amp;#40;2&amp;#41; Normal&amp;#34;&amp;#41;&amp;#62; 2Normal&lt;br /&gt;    &amp;#60;Choice&amp;#40;&amp;#34;&amp;#40;3&amp;#41; Low&amp;#34;&amp;#41;&amp;#62; 3Low&lt;br /&gt;End Enum&lt;br /&gt;</description><author>bdesmet</author><pubDate>Thu, 16 May 2013 08:28:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: Entity class compilation problem with choices that start with digit [56] 20130516082858A</guid></item><item><title>Closed Issue: SpMetal exports are missing important fields inherited from the base type [57]</title><link>http://linqtosharepoint.codeplex.com/workitem/57</link><description>Try to export the Calendar list from SharePoint and observe the lack of the &amp;#34;Start time&amp;#34; field since it is inherited from the base type&amp;#59; this restriction should be dropped.&lt;br /&gt;</description><author>bdesmet</author><pubDate>Thu, 16 May 2013 08:28:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: SpMetal exports are missing important fields inherited from the base type [57] 20130516082858A</guid></item><item><title>Closed Issue: Default list view is too restrictive, a ViewFields elements should be calculated to retrieve all required fields [58]</title><link>http://linqtosharepoint.codeplex.com/workitem/58</link><description>An empty &amp;#60;ViewField&amp;#62; element will yield only those items in the default view, which is too restrictive in case of an equiprojection &amp;#40;from x in y select x&amp;#41;. A ViewFields element should be created that reflects all mapped fields from the original entity type.&lt;br /&gt;</description><author>bdesmet</author><pubDate>Thu, 16 May 2013 08:28:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: Default list view is too restrictive, a ViewFields elements should be calculated to retrieve all required fields [58] 20130516082857A</guid></item><item><title>Closed Issue: (Multi)Choice fields do not get assigned properly on entity fields [59]</title><link>http://linqtosharepoint.codeplex.com/workitem/59</link><description>Choice and MultiChoice fields are not assigned properly when initializing entity objects&amp;#59; they remain null.&lt;br /&gt;</description><author>bdesmet</author><pubDate>Thu, 16 May 2013 08:28:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: (Multi)Choice fields do not get assigned properly on entity fields [59] 20130516082857A</guid></item><item><title>Closed Issue: DateTime field parsing error [76]</title><link>http://linqtosharepoint.codeplex.com/workitem/76</link><description>DateTime fields aren&amp;#39;t parsed correctly when retrieved from the result set &amp;#40;invalid format&amp;#41;. Will have to use the appropriate format string to perform the correct parsing &amp;#40;24 hour notation&amp;#41;.&lt;br /&gt;</description><author>bdesmet</author><pubDate>Thu, 16 May 2013 08:28:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: DateTime field parsing error [76] 20130516082857A</guid></item><item><title>Reviewed: 0.2.4.0 Alpha (апр 26, 2013)</title><link>https://linqtosharepoint.codeplex.com/releases/view/8713#ReviewBy-lifebeam</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - SpMetal doesnt work for me &amp;#40;Sharepoint 2010 patched&amp;#41;. Great idea, poor realization. Maybe it will get better sometime </description><author>lifebeam</author><pubDate>Fri, 26 Apr 2013 15:52:08 GMT</pubDate><guid isPermaLink="false">Reviewed: 0.2.4.0 Alpha (апр 26, 2013) 20130426035208P</guid></item><item><title>New Comment on "Samples"</title><link>http://linqtosharepoint.codeplex.com/wikipage?title=Samples&amp;ANCHOR#C25706</link><description>The only issue I see with all of this is that all testing must be performed in production.  The site&amp;#47;list cannot be set at runtime, therefore only production or test sites can be accessed.  Not both.</description><author>jdhavo</author><pubDate>Mon, 26 Nov 2012 18:05:56 GMT</pubDate><guid isPermaLink="false">New Comment on "Samples" 20121126060556P</guid></item><item><title>Source code checked in, #69709</title><link>http://linqtosharepoint.codeplex.com/SourceControl/changeset/changes/69709</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:10:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69709 20121001101056P</guid></item><item><title>Source code checked in, #69708</title><link>http://linqtosharepoint.codeplex.com/SourceControl/changeset/changes/69708</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:06:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69708 20121001100645P</guid></item><item><title>New Post: CreatedBy and ModifiedBy fields not generated</title><link>http://linqtosharepoint.codeplex.com/discussions/347855</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello guys,&lt;/p&gt;
&lt;p&gt;Just started using LinqToSharepoint for SP2007. &amp;nbsp;Its really nice to have strongly typed linq queries as opposed to CAML to work with. &amp;nbsp;Thanks for this :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can see that CreatedBy and ModifiedBy are not generated by SPMetal. &amp;nbsp;Seems to be because they are not part of a content type.&lt;/p&gt;
&lt;p&gt;I've seen a few blogs on how to make this info available in sharepoint 2010. &amp;nbsp;For us poor souls stuck in 2007, is there a way to&amp;nbsp;accomplish&amp;nbsp;this without too much pain?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
&lt;/div&gt;</description><author>HairyMike</author><pubDate>Thu, 08 Mar 2012 17:18:26 GMT</pubDate><guid isPermaLink="false">New Post: CreatedBy and ModifiedBy fields not generated 20120308051826P</guid></item><item><title>Created Issue: Linq to sharepoint(Issue after list name change) [21541]</title><link>http://linqtosharepoint.codeplex.com/workitem/21541</link><description>Hi Friends,&lt;br /&gt;&lt;br /&gt;when we create clasess for linq to sharepoint using spmetal utility&lt;br /&gt;&lt;br /&gt;and suppose some one rename list name from front end&lt;br /&gt;&lt;br /&gt;will it work with exiting class&amp;#40;linq to sharepoint&amp;#41;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;DataContext data &amp;#61; new DataContext&amp;#40;SPContext.Current.Web.Url&amp;#41;&amp;#59;&lt;br /&gt;Listname &amp;#61; data.GetList&amp;#60;Listname&amp;#62;&amp;#40;&amp;#34;List name&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;above code will not working if user change list name&lt;br /&gt;&lt;br /&gt;is it possible to use list url instead of List name in spmetal utility&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Sachin walunj&lt;br /&gt;&lt;br /&gt;sachin.walunj&amp;#64;mphasis.com&lt;br /&gt;</description><author>sachinwalunj1981</author><pubDate>Wed, 21 Sep 2011 05:56:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Linq to sharepoint(Issue after list name change) [21541] 20110921055617A</guid></item><item><title>New Comment on "Samples"</title><link>http://linqtosharepoint.codeplex.com/wikipage?title=Samples&amp;ANCHOR#C20625</link><description>Thanks for posting this &amp;#40;though has it been 4 years ago already&amp;#41;.&amp;#10;&amp;#10;There&amp;#39;s one thing, about querying choice-lists&amp;#58;&amp;#10;&amp;#10;I&amp;#39;m currently trying to query a list with a filter on a single-choice field. Code looks like this&amp;#58;&amp;#10;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#10;from r in ppbData.P_Planverzoek&amp;#10;where r.StatusPlanverzoek &amp;#61;&amp;#61; StatusPlanverzoek.Ingepland&amp;#10;select r.StatusPlanverzoek&amp;#59;&amp;#10;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#10;&amp;#10;Where ppbData is the datacontext, created by SPMetal.&amp;#10;&amp;#10;However, the where-clause is n&amp;#243;t be&amp;#239;ng translated into CAML, so it first retrieves the whole list to memory, then uses LINQ to Object to do actually perform the where-clause.&amp;#10;&amp;#10;Do you happen to have any idea as to how to filter on a specific choice, that will get properly translated to CAML&amp;#63;&amp;#10;&amp;#10;Thanks in advance &amp;#58;&amp;#41;</description><author>Assgier</author><pubDate>Wed, 10 Aug 2011 16:40:33 GMT</pubDate><guid isPermaLink="false">New Comment on "Samples" 20110810044033P</guid></item><item><title>Reviewed: 0.2.4.0 Alpha (May 19, 2011)</title><link>http://linqtosharepoint.codeplex.com/releases/view/8713#ReviewBy-BobTodd</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - Rubbish. Doesnt support Document Libraries. SPMetal error&amp;#58;&amp;#10;&amp;#10;Failed to generate SPML. Cannot load the list definition for Docs.&amp;#10;&amp;#10;No support from author.</description><author>BobTodd</author><pubDate>Thu, 19 May 2011 12:28:31 GMT</pubDate><guid isPermaLink="false">Reviewed: 0.2.4.0 Alpha (May 19, 2011) 20110519122831P</guid></item><item><title>New Post: Query SPList with lookupmulti field </title><link>http://linqtosharepoint.codeplex.com/discussions/246190</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am getting this issue when using LinqToSharePoint to query a SPList with LookupMulti field.&lt;/p&gt;
&lt;p&gt;For example, I have a SPList called User, in this list, there is a column called CostCenters, which is a lookup field (allow multiple value) links to CostCenter, another SPList. When I query the User list using the following statement, say there are 5 entries
 in the User list,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;var users = from u in context.User select u;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If all 5 entries have value (any # of value) in the CostCenters column, it will return me 5 (users).&lt;/p&gt;
&lt;p&gt;If any entry has empty CostCenters, the query will return &lt;strong&gt;null&lt;/strong&gt; for the users. I actually still expect 5 users.&lt;/p&gt;
&lt;p&gt;Has anybody encountered the same issue? Is this a bug?&lt;/p&gt;
&lt;p&gt;I have spent a couple days trying to figure this out. If this doesn't work, that means I have to switch back to CAMLQuery... !@#!%!&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Gary&lt;/p&gt;
&lt;/div&gt;</description><author>gduan2000</author><pubDate>Tue, 15 Feb 2011 23:53:45 GMT</pubDate><guid isPermaLink="false">New Post: Query SPList with lookupmulti field  20110215115345P</guid></item><item><title>New Post: Class is not generated for a list</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=234732</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;classes are not generated for the list which contains spaces e.g Task documentation. It is generating if there is no space e.g TaskDocumentation? any help ?&lt;/p&gt;
&lt;/div&gt;</description><author>karola_shanker</author><pubDate>Mon, 15 Nov 2010 14:45:02 GMT</pubDate><guid isPermaLink="false">New Post: Class is not generated for a list 20101115024502P</guid></item><item><title>New Post: Don't see microsoft.sharepoint.dll</title><link>http://linqtosharepoint.codeplex.com/Thread/View.aspx?ThreadId=234715</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;After the &lt;a id="x_fileDownload0" tabindex="9" href="http://linqtosharepoint.codeplex.com/releases/view/8713#DownloadId=22852"&gt;
LINQ to SharePoint v0.2.4.msi&lt;/a&gt;&amp;nbsp;installation, i don't see Microsft.sharepoint.dll file in C:\Program Files\BdsSoft LINQ to SharePoint folder. Please let me know how to get this file so that i can give reference in the visualstudio project.&lt;/p&gt;
&lt;/div&gt;</description><author>karola_shanker</author><pubDate>Mon, 15 Nov 2010 12:38:28 GMT</pubDate><guid isPermaLink="false">New Post: Don't see microsoft.sharepoint.dll 20101115123828P</guid></item><item><title>Source code checked in, #52373</title><link>http://linqtosharepoint.codeplex.com/SourceControl/changeset/changes/52373</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 17:08:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #52373 20100728050820P</guid></item><item><title>Commented Issue: Not working when list is not on root web [9109]</title><link>http://linqtosharepoint.codeplex.com/WorkItem/View.aspx?WorkItemId=9109</link><description>Hi Bart,&lt;br /&gt;Generation tools are not working when site is not at the root. for example http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#47;site&amp;#47;MyPublishingSite gives an error &amp;#34;cannot connect to sharepoint&amp;#34;. The site must be at the root &amp;#34;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: dolan ** &lt;p&gt;I have this working on a subsite actually. I think this is an incorrect geenralization&lt;/p&gt;</description><author>dolan</author><pubDate>Thu, 18 Mar 2010 17:49:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: Not working when list is not on root web [9109] 20100318054947P</guid></item></channel></rss>