Khalid Abuhakmeh

Khalid Abuhakmeh's Blog
  • Office Hours
  • Resumé
  • About
  • 🔍 Search

Tag - "entity-framework"

A collection of 21 posts

December 13, 2022

Entity Framework Core Conversions for Logical Domain Types

Entity Framework Core Conversions for Logical Domain Types

I recently read a blog post from Dustin Moris Gorski titled “The type system is a programmer’s best friend”, and he makes a lot of great points. Typically when dealing with data storage mechanisms, we model our objects using primitive...

Continue Reading

entity-framework csharp

November 8, 2022

Stop Entity Framework Core Performance Issues With Interceptors

Stop Entity Framework Core Performance Issues With Interceptors

You can only catch so many errors when working with databases by looking at the code you write. It’s only when you start using your code against production data sets do you realize there’s an obvious mistake. Sure, your app...

Continue Reading

dotnet entity-framework

November 1, 2022

More Efficient Deletes With Entity Framework Core

More Efficient Deletes With Entity Framework Core

Deleting records from an existing database is a contentious topic. Whether you should or shouldn’t destroy data is up for debate, with strategies like Event Sourcing and Soft-Deletes being prominent proponents of not ever deleting anything. Regardless, Users still see...

Continue Reading

entity-framework dotnet

October 11, 2022

Add MS SQL Server JSON Support To Entity Framework Core

Add MS SQL Server JSON Support To Entity Framework Core

While other database providers have made their place known within the .NET ecosystem, Microsoft’s SQL Server (MSSQL) and Azure flavor are still likely the most popular choice for .NET developers. The engine’s popularity is because Microsoft’ s SQL Server has...

Continue Reading

entity-framework dotnet

September 20, 2022

Getting Started with EF Core, PostgreSQL, and TimescaleDB

Getting Started with EF Core, PostgreSQL, and TimescaleDB

Part of software development is researching new tools and finding ways to integrate them with what you know and love. Given today’s technology landscape, having multiple products power your solution in new and exciting ways is not uncommon. While your...

Continue Reading

entity-framework sql

August 16, 2022

Using LINQ and Getting Chunky With .NET

Using LINQ and Getting Chunky With .NET

Sometimes you need to break down a large number into smaller chunks. For me, I regularly chunk data when I need to bulk import data records into a database. I find that fine-tuning the chunks can help improve data-loading performance...

Continue Reading

dotnet entity-framework

June 14, 2022

Storing Dynamic User Data With Entity Framework Core

Storing Dynamic User Data With Entity Framework Core

Recently, a follower on Twitter asked how they could store “dynamic” user data using Entity Framework Core. Dynamic in the sense that you may not know what the key/value pairs of data will be but they’re still important to store,...

Continue Reading

dotnet entity-framework

May 17, 2022

Using SQL Server Cursors with Entity Framework Core

Using SQL Server Cursors with Entity Framework Core

Most relational databases are a modern marvel, with many features waiting for you to use. However, for .NET developers, you often need to discover methods to get data into and out of our database instances that work for our use...

Continue Reading

entity-framework dotnet sql

October 19, 2021

Bulk Import Records Into SQLite With C#

Bulk Import Records Into SQLite With C#

I’ve grown fond of SQLite during my time as a developer advocate. The file-based database with native drivers for every operating system allows me to ship self-contained data-driven sample apps to developers worldwide. Developers can clone a demo and run...

Continue Reading

sql entity-framework

October 12, 2021

Cursor Paging With Entity Framework Core and ASP.NET Core

Cursor Paging With Entity Framework Core and ASP.NET Core

When building APIs that return a non-trivial amount of data, we need to make design decisions based on our underlying database. For example, a developer may implement a specific endpoint in APIs that allows clients to return a window-based collection....

Continue Reading

entity-framework

Page 1 of 3 Older Posts

Twitter mastodon logo Mastodon GitHub RSS Feed

Khalid Abuhakmeh © 2023 .
Powered by Jekyll.

Back to top

Explore Site

  • Office Hours
  • Resumé
  • About
  • 🔍 Search

About Khalid Abuhakmeh

Khalid is a product designer, traveler, respected community member, and open source contributor.

Recent Articles

  • January 24, 2023
    Programming SVGs with C#
    Programming SVGs with C#
  • January 17, 2023
    Multiple File Drag and Drop Upload with ASP.NET Core
    Multiple File Drag and Drop Upload with ASP.NET Core
  • January 10, 2023
    Deserialize Mastodon User XML RSS feeds with .NET
    Deserialize Mastodon User XML RSS feeds with .NET

Tags

HTML JavaScript OpenAPI aspnet azure beginners blazor blog console csharp css database development docker dotnet entity-framework fsharp general github html htmx http javascript jekyll jetbrains kotlin macOS machine-learning mobile mvc nuget oss question razor regex ruby search sql sqldockerdotnet static terminal tips twitter wasm xamarin