Published on2019年4月28日EF Core Postgres Concurrency Checksef-corepostgresqlEF Core Postgres Concurrency Checks
Published on2019年1月8日EF Core 使用 PostgreSQL Array 型別ef-corepostgresql一般在儲存多筆資料到 DB 的時候都會開另一個 Table 來存放,要使用的話就要使用 Join 的方式來拿取,在 PostgreSQL 裡面有一個 Array 的資料型別可以讓我們方便的來儲存這類型的資料,來看如何在 EF Core 裡面使用 PostgreSQL Array 型別
Published on2018年12月26日EF Core 使用 PostgreSQL Jsonb 型別ef-corepostgresql前面的文章有大概介紹了 PostgreSQL Json 和 Jsonb 的不同,現在要來看如何在 EF Core 裡面使用 Jsonb
Published on2018年12月18日EF Core - 2.1 Value Converteref-core在 EF Core 2.1 加入了 Value Converter,讓我們可以更清鬆的轉換資料庫的資料變成我們需要的格式
Published on2018年12月13日ASP.NET Core MVC - EF Core 使用 PostgreSQLasp.net-coreef-corepostgresql在 ASP.NET Core MVC 搭配 EF Core 使用 Postgre SQL