Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC
Contact Us

EntityFramework Core

How to Enable or Disable Soft Delete Filter in the ASP.NET Zero UI

How to Enable or Disable Soft Delete Filter in the ASP.NET Zero UI

Soft delete is a frequently used feature in applications that can be used to mark data as deleted without removing it from the database. In some cases, users may have to switch between views that show or hide soft deleted data. In this blog post, we looked at how to implement a permission-based soft delete filter in an ASP.NET Zero application. We

08 October 2024

How To EntityFramework Core

EntityFramework Core Posts

Mastering Multi-lingual Database Design in ASP.NET Core with EF Core

This post explores different approaches, their pros and cons, and dives into implementing them in ASP.NET Core using Entity Framework Core (EF Core) with code examples.