Is Linq included in .net 2010 i.e. .NET 4.0
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Yes. Visual Studio 2010 targets versions 4, 3.5 and 2.0 of the .NET Framework. LINQ is included in projects that target 3.5 & 4 and there’s no reason to think it will be dropped in any upcoming version.
What may be confusing is that LINQ to SQL is not going to be actively developed in the future. Instead, Microsoft is encouraging developers to use the Entity Framework. However, LINQ to SQL will still be part of the framework – it just won’t have any new features.