SQL Server, Azure SQL Database, Amazon RDS & AWS, Oracle and IBM Help
An online community of DBAs, developers and data intelligence builders, with videos, articles, resources and online events for members and non-members.
Find out more >>
(Peter Vogel) When I’m doing batch processing against a database, I use ADO.NET and SQL. But, when I’m creating an online, transactional application, I use Entity Framework (which you can think of as a wrapper around ADO.NET) and LINQ.