The Tech PlatformJun 6, 2022ASP.NETDapper vs Entity Framework 6 Detailed BenchmarkDapper 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 PlatformApr 7, 2022.NETBlazor Server App CRUD With Entity Framework Core In .Net 5In 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 PlatformFeb 22, 2022SQLSoccer Microservice on .Net core, Entity Framework, Mysql and InsomniaBuilding Soccer microservice on .Net Core, Entity Framework, Mysql, Insomnia, with Swagger, Auto-mapper, OData, etc. Introduction In this...
The Tech PlatformFeb 21, 2022.NETUsing DateOnly with .Net 6 WebAPI and Entity FrameworkSolving 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 PlatformJan 31, 2022SQLData consistency in Entity Framework CoreTheoretical What is a transaction? A transaction is a single unit of work. If a transaction is successful, all of the data modifications...
The Tech PlatformDec 30, 2021C#Entity Framework Performance Tips & TricksIn this article we’ll go through simple things to keep in mind while using Entity Framework to improve the performance of our code....