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
.Net / .Net 6.0 / C# / EntityFramework Core
In this post, we going to look how to use many to many relationship at entityframewok core 6.0.
In this article we going to look global filter that is entityframework feature.
.Net / .Net 6.0 / C# / EntityFramework Core
Objects that don't require identity are value object. These objects often use in entity. In this article, We're going to look how to implement value object at entityframework core
Asp.net core 5.0, react ve typescript kullanarak CRUD (Ekleme, Okuma, Silme) işlemlerini yapan örnek bir proje yapacağız.
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...
Asp.net Core 3.1’de Automapper nasıl kullanılır onu inceleyeceğiz. Eğer bir MVC uygulaması geliştiriyorsanız mutlaka model kullanıyorsunuzdur. Bu modellerde entitylerimiz olur ve kullanacağımız alanları ViewModel yada DTO’lara aktarırız. AutoMapper burda araya girerek modeller arasında eşleştirmeyi...
Bu yazımda Asp.Net core 3.1 ile rol bazlı yetkilendirmenin identity olmadan nasıl yapılacağını anlatacağım. Neden Identity Olmadan Yapıyoruz? İhtiyacımız olan sadece role bazlı doğrulama olduğundan identity’i kullanmak gereksiz olabilir, kapsamı çok daha geniş. Ve...
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