score:0
Linq-To-Sql was discontinued by Microsoft.
They recommend using Entity Framework.
It would not be a huge overhaul since you linq code us still valid. You just need to recreate you data model.
For .Net 3.5 you can use EF v1.
Try to download Microsoft .NET Framework 3.5 Service Pack 1 from http://www.microsoft.com/download/en/details.aspx?id=22
It should include The First version of Entity Framework (EFv1) as stated on http://en.wikipedia.org/wiki/ADO.NET_Entity_Framework.
Source: stackoverflow.com
Related Query
- Get previous and next item in a IEnumerable using LINQ
- How to get the item before current and after current in a dictionary with Linq / C#?
- LINQ with subselect and groupby to get only the latest version of each item in a list
- 100% CPU, stuck on CreateDelegate and CerHashtable`2.get_Item
- Get first item and last item if it exists from a group
- How to get and use source of grouping in LINQ?
- Linq query to Check and get dictionary item from list of dictionary items
- Get current and previous Item with Linq
- c# linq if item is in list and get matching items from list
- How to check if an item exists in a string List and if it exists, get its index
- Remove duplicate items from list if certain properties match and get the top item based on some ordering
- Get next item in list c# and update the current one
- Get the the most recent and the one before the most recent item
- How to dynamically create linq code at runtime and get results
- DBML generated code get duplicate keys Value and Value1
- find item in list , and get other item from other list at same location using linq
- Linq Select unique items from groups and get similar item by ID
- Got a value from a list and want to get the id of the item having the list as property
- Parallel.ForEach and IGrouping source item issue
- Search List for an item and get the entire entry with LINQ
- How to get elements in list and get next item using LINQ in C#?
- how to get a list of item in object from another table using linq and entity framework in C#?
- Get Selected Item on Column on Datagrid WPF and Find it by Linq
- Get each item from a list and compare it with a different one
- How can I get the index of an item in a list in a single step?
- Check if list contains element that contains a string and get that element
- How can I get every nth item from a List<T>?
- Linq code to select one item
- Entity Framework, Code First and Full Text Search
- What does this C# code with an "arrow" mean and how is it called?
More Query from same tag
- How to generate a full dynamic grid with Linq and JQuery DataTable?
- How to use WhereAwait from System.Linq.Async with custom bools
- Using list in a model value in LINQ query
- Constructing Dynamic LINQ queries with all properties of an object
- How do I iterate through each column of data in a LINQ to SQL query?
- Case insensitive XML parser in c#
- Linq GroupInto Selector
- Turning List<DateTime> into Lists that have them separated per same month and year
- How to export linq result to excel just like Linqpad
- Best way to compare two date(data is string type) in linq c#
- LINQ Statement Doesn't Compile
- Lambda or LINQ for Complex Filter?
- How to call a specific method on an object after creating it via its constructor using reflection in .NET?
- LINQ Method that returns set based on filtered sub-set
- Linq: Select First Items from the Child List?
- Pivot list data using LINQ
- Create complex LINQ query
- LINQ find records that are different in two separate tables
- Group Duplicate Items with Linq while adding totals
- SqlParameter is already contained by another SqlParameterCollection, but I don't see how
- Building expressions in c# with LinqKit
- What is from keyword in linq?
- Complex DTO to use in a View Model with MVC
- Loop to delete multiple items in list...c#
- Using SQLite in C#, how to update and work with a generated database file?
- Iterate over list of iterators linq
- Linq Group By - select a single record in each group into typed result
- Sort list of DateTime values in descending order including time
- Operator '&&' cannot be applied operands to bool and bool?
- Dynamic Query using Linq To SQL According Multiple Fields