Multiple Provider in EntityFramework Core and Migrations
Hi, We will managing how to add multiple provider in ef core, like postgresql, sql server and sqllite
Programlama Üzerine
Hi, We will managing how to add multiple provider in ef core, like postgresql, sql server and sqllite
In this post, We will test postgresql full text search with api in Asp.net core (5.0). We will make an api project, this api will be the bridge between with postgresql fts...
Merhaba, bu yazımda postgresql full text search’ün nasıl kullanıldığından bahsedeceğim ve gerçek bir tabloda nasıl hızlı arama yapabileceğimizi inceleyeceğiz. Öncelikle movies adında bir tablo oluşturalım Csv dosyasısını indirip ve aşağıdaki komut ile import ederek...
Merhaba, bu yazımda son zamanlarda revaçta olan postgresql’in, asp.net core’da nasıl kullanılacağını anlatacağım. Yeni bir Asp.Net Core 3.1 uygulaması açalım. Entityframework.core, tools, design, sqlserver gibi paketlerini yükleyelim. Postgresql’in entegresi için gerekli olan Npsql, Npsql.EntityFrameWorkCore.Sql...
More