March 2016
Intermediate to advanced
550 pages
10h 57m
English
When Microsoft first created .NET, it had one data access technology, and it was named ADO.NET. Since then, Microsoft has added additional technologies but reused the name ADO.NET, so it can get confusing. The following are your two main choices today:
DbConnection and DbDataReader. I often refer to this as classic ADO.NET.Both are supported on .NET Core. Use classic ADO.NET for performance, to maintain existing code that already uses it, and ...
Read now
Unlock full access