Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADO.NET Entity Framework tutorials [closed]

Does anyone know of any good tutorials on ADO.NET Entity Framework?

There are a few useful links here at Stack OverFlow, and I've found one tutorial at Jason's DotNet Architecture Blog, but can anyone recommend any other good tutorials? Any tutorials available from Microsoft, either online or as part of any conference/course material?

like image 846
Yngvar Johnsen Avatar asked Sep 15 '08 10:09

Yngvar Johnsen


People also ask

Can we use ADO.NET and Entity Framework together?

EF is built on top of ADO.Net, meaning that you can use both at the same time.

Is ADO.NET still used?

So yes: there's definitely still room for "classic" ADO.NET to "fill the gaps" where EF/L2S or other technologies don't really offer anything useful.

How do I get ado net entity data model in VS 2019?

Create the ADO.NET Entity Data ModelRight-click on your project in the Solution Explorer window and select the menu option Add -> New Item. In the Add New Item dialog, select the Data category. Select the ADO.NET Entity Data Model template, give the Entity Data Model the name Northwind. edmx, and click the Add button.

Is Entity Framework still supported?

Versions 6.0, 6.1, 6.2, and 6.3 are no longer supported. Although Entity Framework 6. x is still supported, it is no longer being developed and will only receive fixes for security issues.


1 Answers

Microsoft offers .NET 3.5 Enhancements Training Kit it contains documentation and sample code for ADO.NET EF

like image 187
aku Avatar answered Oct 26 '22 21:10

aku