Showing results for .NET Core - .NET Blog

Nov 9, 2016
0

.NET Core Data Access

Bertrand Le Roy
Bertrand Le Roy

.NET Core was released a few months ago, and data access libraries for most databases, both relational and NoSQL are now available. In this post, I'll detail what client libraries are available, as well as show code samples for each of them. ORM EF Core Entity Framework is Microsoft's Object-Relational Mapper for .NET, and as such is one of the ...

.NET Core