no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Entity Framework
Using Oracle with Entity Framework
Here is a simple example of using Oracle with Entity Framework Core. But it’s not something I would recommend.
May 30, 2025
#
Oracle
,
Entity Framework
Using SingleStore with Entity Framework
A simple console application that uses Entity Framework to connect to the SingleStore database.
May 15, 2025
#
SingleStore
,
MySQL
,
Entity Framework
Using MySQL with Entity Framework
Getting going with MySQL and Entity Framework is very easy, follow this guide to get started.
Feb 28, 2025
#
.NET
,
Entity Framework
,
MySQL
Mixing Raw SQL and Fluent Statements with Entity Framework
There are times when it is necessary to use handwritten SQL with Entity Framework Core. In this post I should how to do that, and to mix it with the usual fluent statements.
Jan 15, 2025
#
Postgres
,
Entity Framework
,
SQL
Seeding a Large Database with Entity Framework
Here’s an example of seeding a database with a lot of data using Entity Framework. It avoids slowdowns, timeouts, and using excess memory.
Jan 5, 2025
#
Entity Framework
,
Seed
,
Bulk
Microsoft SQL Server - The remote certificate was rejected by the provided RemoteCertificateValidationCallback
If you are running Microsoft SQL Server locally in Docker, when you connect to it you might get an error - The remote certificate was rejected by the provided RemoteCertificateValidationCallback. Here is how to fix it.
Dec 19, 2024
#
Docker
,
Container
,
SQL Server
,
Entity Framework
CockroachDb with Entity Framework and Web API
Using CockroachDb with Entity Framework is easy, here is a simple post showing how.
Mar 8, 2024
#
CockroachDB
,
Entity Framework
,
Web API
Sending MediatR Notifications Immediately After Saving an Entity with Entity Framework Core
After you save an entity, you may want to send out a notification so other parts of your application can react to the change. This post shows how to do that with MediatR and Entity Framework Core.
May 2, 2023
#
Entity Framework
,
MediatR
,
Notifications
,
dotNet
Turning off Tracking for Find and FindAsync in Entity Framework
Find/FindAsync is a popular way to retrieve a single entity using its primary key with Entity Framework, but by default Entity Framework tracks that entity for changes. This post shows how to turn off tracking for Find/FindAsync.
Apr 4, 2023
#
Entity Framework
,
dotNet
,
Change Tracker
Accessing Objects Just After they are Saved by Entity Framework
Here is a way to access objects just after they are saved by Entity Framework and have had a primary key assigned to them.
Apr 2, 2023
#
dotNet
,
Entity Framework
,
Change Tracker
»
Cite
×