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 4602136
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T23:56:12+00:00 2026-05-21T23:56:12+00:00

I want to use LINQ on machines with only .NET Framework 2.0 installed. I’ve

  • 0

I want to use LINQ on machines with only .NET Framework 2.0 installed.

I’ve alread read about LINQBridge. But can’t I simply set “copy local” to the referenced assemblies like System.Core.dll and System.Xml.Linq.dll to get the functionality I need?

Are there any drawbacks? Is this even allowed?

  • 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-05-21T23:56:13+00:00Added an answer on May 21, 2026 at 11:56 pm

    .Net 3.5 is really just .Net 2.0 with some extra dlls. There is no 3.5 runtime. If you include the dlls you need, the application will run without any problems.

    From the following article concerning the linq bridge comment: http://www.albahari.com/nutshell/linqbridge.aspx

    First, it’s important to understand
    that C# 3.0 and Framework 3.5 are
    designed to work with CLR 2.0—the same
    CLR version that Framework 2.0 uses.
    This means that the C# 3.0 compiler
    emits IL code that runs on the same
    virtual machine as before.

    This makes Framework 3.5 additive—just
    as Framework 3.0 was
    additive—comprising additional
    assemblies that enhance the existing
    2.0 Framework and CLR. So there’s nothing to stop us from writing our
    own assemblies that do the work of
    Framework 3.5 (at least, the critical
    bits required for local LINQ queries).

    The compiler then looks for Where,
    OrderBy and Select methods. The
    critical thing is that it can find
    appropriately named methods with the
    correct signatures (typically
    extension methods). But it doesn’t
    matter what assembly the methods come
    from. LINQBridge simply provides
    another source of these methods—that
    are functionally identically to those
    implemented in the Framework 3.5
    assemblies.

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

Sidebar

Related Questions

I want use a Linq IQueryable Toolkit in project on .NET Compact Framework. The
this is my code that I write it but I want to use LINQ
I use LINQ queries in my ASP.NET MVC application and want to use OutputCache
I want to use Linq to query a 2D array but I get an
I want to use LINQ's IQueryable that gives me the query that gets only
I want to use Linq to ADO.NET to fetch all rows that match the
I want to use LINQ to call stored procedure in this way but stored
I want to use linq to sql classes generated by VS or entitty framework,
I want to use LINQ to convert this IEnumerable<int>[] value1ByType = new IEnumerable<int>[3]; value1ByType[0]=
How do you a procedure like scope identity with linq want to use it

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.