top of page
Search
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
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
Jan 10, 2022
Audit-ability and Traceability design pattern with .Net 6, EF6, Sql server
In many industries and applications, it is important to track changes to data and maintain a history of actions taken on that data. This...
The Tech Platform
Dec 23, 2021
Step by Step: CRUD Operation Using .NET Core Web API with Entity Framework Using SQL Server.
Software Requirement: Visual Studio 2019 SQL Express Node Package Postman / Swagger) What is Entity Framework : Entity Framework is an...
The Tech Platform
Oct 13, 2021
Repository Pattern with AutoMapper in .Net Core
First Base Entity entity second generic IRepository implementation of IRepository and inject IRepository in ConfigureServices in-service...
bottom of page