top of page
Search
The Tech Platform
Jun 6, 2022
Dapper vs Entity Framework 6 Detailed Benchmark
Dapper is a lightweight tool that is developed by the StackOverflow developer team as a micro-ORM. On the other hand, Entity Framework is...
The Tech Platform
Apr 7, 2022
Blazor Server App CRUD With Entity Framework Core In .Net 5
In this article, we will learn what Blazor is and how we can set up Blazor by making a basic CRUD Application with Entity Framework Core...
The Tech Platform
Feb 22, 2022
Soccer Microservice on .Net core, Entity Framework, Mysql and Insomnia
Building Soccer microservice on .Net Core, Entity Framework, Mysql, Insomnia, with Swagger, Auto-mapper, OData, etc. Introduction In this...
The Tech Platform
Feb 21, 2022
Using DateOnly with .Net 6 WebAPI and Entity Framework
Solving the Entity Framework part We need to tell EF how to handle DateOnly and DateOnly? — so we first need a pair of converters: using...
The Tech Platform
Jan 31, 2022
Data consistency in Entity Framework Core
Theoretical What is a transaction? A transaction is a single unit of work. If a transaction is successful, all of the data modifications...
The Tech Platform
Dec 30, 2021
Entity Framework Performance Tips & Tricks
In this article we’ll go through simple things to keep in mind while using Entity Framework to improve the performance of our code....
bottom of page