We are working on a C# windows project with enterprise library 1.0 that needs to be updated to either LINQ or Entity framework. (.NET 3.5)
The application uses mainly SQL connections as stored procedures and XML files to store settings.
- What is the pros and cons with LINQ and Entity framework in this case?
- Are the rumors true that LINQ will be discontinued?
- Which one would be most efficient to change to considering our setup?
- Any good starting points?
- What to avoid?