Using LINQ to query Sharepoint lists

Sharepoint

When I started using Sharepoint 2010 with .NET, I used the Sharepoint 2010 API to query the Sharepoint Lists, but when I come with lookup column with multiple values, it started to be really difficult to use. So I found that I can use LINQ to query Sharepoint lists and for what I saw on [...]



Export a Sharepoint 2010 site as Solution Package

Sharepoint

Hi, From several days, I started developing with Sharepoint 2010 for a School project. It’s not as easy as I thought in my first opinion. So I will try to share some solutions I found with you In Sharepoint 2007, we used Solution Generator to create a wsp file of the site and then we [...]