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月14日Heroku - PostgreSQL Backupherokupostgresql前面的文章已經用 ASP.NET Core MVC 接了 Heroku 的 PostgreSQL,現在要來看怎麼備份 PostgreSQL
Published on2018年12月13日ASP.NET Core MVC - 使用 Heroku 的 PostgreSQLasp.net-coreherokupostgresql前面文章 [ASP.NET Core MVC + Heroku] 已經把 .NET Core MVC 的專案放到 Heroku 了,現在要使用它所提供的免費 PostgreSQL,雖然免費的限制資料數量為 10,000 筆,不過如果是小型專案的話基本上已經夠用了,可以看一下 Heroku 的[介紹]
Published on2018年12月13日ASP.NET Core MVC - EF Core 使用 PostgreSQLasp.net-coreef-corepostgresql在 ASP.NET Core MVC 搭配 EF Core 使用 Postgre SQL