Khalid Abuhakmeh

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

Tag - "entity-framework"

A collection of 22 posts

February 7, 2023

How to use Entity Framework Core in ASP.NET Core

How to use Entity Framework Core in ASP.NET Core

Moving from one ecosystem to another can be challenging, especially when unfamiliar with the technology stack and available tools. So I wrote this post for anyone coming to ASP.NET Core from another ecosystem or .NET developers who might be dabbling...

Continue Reading

dotnet aspnet entity-framework

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

Page 1 of 3 Older Posts

mastodon logo Mastodon GitHub RSS Feed Twitter

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

  • March 21, 2023
    .NET MAUI Development Environment Set Up Walkthrough
    .NET MAUI Development Environment Set Up Walkthrough
  • March 14, 2023
    Solving .NET JSON Deserialization Issues
    Solving .NET JSON Deserialization Issues
  • March 7, 2023
    Validating Connection Strings on .NET Startup
    Validating Connection Strings on .NET Startup

Tags

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