Just One Another Blog
Monday, December 16, 2019
LINQ2DB vs EF Core Benchmark under .NET Framework 4.8 and Core 3.1
›
Recently .NET Core 3.1 was released. It's optimized more that .NET Framework and will be its successor soon. This is why it's int...
Friday, August 18, 2017
Entity Framework Core 2.0 and LINQ2DB Performace
›
We will look at EF Core 2.0 performance comparing to LINQ2DB - the fastest nowadays ORM. And also Entity Framework 6. Hardware used: i5-...
Friday, February 24, 2017
Reflection vs Compiled Expression Performace
›
Performance of reflection and compiled expressions will be shown in this post. There's a nice library ObjectListView which has lots...
Saturday, February 11, 2017
EF Core vs LINQ2DB
›
Entity Framework Core recently got v1.1.0. Though it still lacks some critical features like "GROUP BY" SQL translation (see its ...
Sunday, March 22, 2015
Performance of LINQ to DB vs Entity Framework vs BLToolkit vs ADO.NET
›
Last years BLToolkit is being developed slowly. The reason is its author Igor Tkachev decided to write a new ORM - LINQ to DB . He say...
Thursday, January 8, 2015
Entity Framework DbContext vs ObjectContext vs LINQ2SQL vs ADO.NET vs Business Logic Toolkit Performance
›
With Entity Framework Microsoft recommends using DbContext instead of ObjectContext. So let's compare their performance. These test...
Sunday, December 21, 2014
SQLite Entity Framework Database First Tutorial
›
This tutorial describes how to use SQLite database-first method with Visual Studio 2013 and Entity Framework 6. This article is based on To...
›
Home
View web version