data access vs entity framework vs entity framework core
Data access in .NET
ADO.NET
OPEN SOURCE LIBRARIES
Entity Framework
Entity Framework Core
What is Entity Framework
1.ORM OBJECT REALATIONAL MAPPER
2. Official data access tool from Microsoft
3. Open Source
4. Supports various relational database
what is Entity Framework Core?
1.Fluent mapping api
2.query data using linq
3.asynchornou operations
4.transactions
5.change tracking
6.--much more
Comments
Post a Comment