Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8047875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T06:14:43+00:00 2026-06-05T06:14:43+00:00

I am working on SharePoint 2010 and need to compare two sites. The comparison

  • 0

I am working on SharePoint 2010 and need to compare two sites. The comparison has to include the lists within those sites. I need to know if there is anything that I should compare apart from the content of the lists?
Also, what would be the best way to compare two lists?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T06:14:46+00:00Added an answer on June 5, 2026 at 6:14 am

    This is a basic example, you’ll probably do something a little more complex, especially if you’re wanting to use a custom CamlQuery to filter the items, or check the settings of the list.

    using(ClientContext ctx = new ClientContext("http://url.to.site.com/"))
    {
        Web web = ctx.Web;
        List list = web.Lists.GetByTitle("Pages");
        ListItemCollection items = list.GetItems(CamlQuery.CreateAllItemsQuery());
    
        ctx.Load(list);
        ctx.Load(items);
    
        ctx.ExecuteQuery();
    
        // after the ExecuteQuery call, list and items will contain references
        // to the lists and the items in the list.
    }
    

    Make sure you reference Microsoft.SharePoint.Client.dll and Microsoft.SharePoint.Client.Runtime.dll. These can be found in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI on one of the SharePoint servers in the farm. Copy them to your project and reference them.

    For more information on the client object model, I recommend checking out this article: http://msdn.microsoft.com/en-us/library/ee857094.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a webpart for a sharepoint 2010 installation. This has multiple sites,
I am working on solution for Sharepoint 2010 c# and asp.net and need to
I need your suggestions for my problem area. I am working with SharePoint 2010.
I am working on a SharePoint 2010 integration that has an SPItemEventReceiver for handling
I'm working on a SharePoint 2010 project. We have a usercontrol to include all
I have three lists on Sharepoint 2010 and I have working code that gets
I'm having a little trouble with a script I'm working on for SharePoint 2010.
We are working with Fast Search for Sharepoint 2010 and had some backend setup
I'm working with Sharepoint 2.0 (WSS2) and need to create a lookup field that
I'm working on a sharepoint page and I need to target the top menu

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.