Hi,
What are the main differences between OLEDB and ADO.net and LINQ?
Which one is good to use?
Darma
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Mar 4, 2013, 9:43 AM
http://msdn.microsoft.com/en-us/library/windows/desktop/ms722784%28v=vs.85%29.aspx
Language-Integrated Query (LINQ) is a set of features introduced in Visual Studio 2008 that extends powerful query capabilities to the language syntax of C# and Visual Basic. LINQ introduces standard, easily-learned patterns for querying and updating data, and the technology can be extended to support potentially any kind of data store. Visual Studio includes LINQ provider assemblies that enable the use of LINQ with .NET Framework collections, SQL Server databases, ADO.NET Datasets, and XML documents.
http://msdn.microsoft.com/en-us/library/vstudio/bb397926.aspx