Khalid Abuhakmeh

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

Tag - "entity-framework" | Page #2

A collection of 21 posts

October 5, 2021

Entity Framework Core ConnectionStrings For .NET Apps

Entity Framework Core ConnectionStrings For .NET Apps

If you’re anything like me, you set up your Entity Framework Core DbContext and your connectionString once in a blue moon and forget about it. Connection strings are essential parts of a functioning application, but we forget the nuance in...

Continue Reading

entity-framework

April 8, 2021

Recursive Data With Entity Framework Core and SQL Server

Recursive Data With Entity Framework Core and SQL Server

One of the most powerful features of relational database engines is the ability for tables to be self-referential. Having rows reference other rows within the same table allows us to create complex hierarchies and tree structures with minimal effort.

Continue Reading

entity-framework dotnet

April 6, 2021

Modeling Most SQL Relationships In Entity Framework Core

Modeling Most SQL Relationships In Entity Framework Core

Object Relational Mappers (ORMs) allow us to define relationships between entities in our relational database using C# objects. Depending on which ORM we use, we can also get the library to generate the relationships’ schema. Entity Framework Core is one...

Continue Reading

entity-framework dotnet

March 23, 2021

How To Add A View To An Entity Framework Core DbContext

How To Add A View To An Entity Framework Core DbContext

Working with databases is a fun yet challenging task. As our application’s mature, we see opportunities to optimize our codebase along with query performance. Views are a great way to achieve both goals. With Entity Framework Core 5 (EF Core),...

Continue Reading

sql entity-framework

March 4, 2021

Raw SQL Queries With Entity Framework Core 5

Raw SQL Queries With Entity Framework Core 5

Entity Framework Core 5 (EF Core) and LINQ allow developers to write powerful expressions that translate into SQL. Ultimately, ORMs are about balancing convenience and power. Generally, EF Core’s default features are enough to accomplish most data access-related tasks, but...

Continue Reading

entity-framework

March 2, 2021

Streaming Vs. Buffered Results With Entity Framework Core 5

Streaming Vs. Buffered Results With Entity Framework Core 5

Working with databases means writing queries, getting results, measuring performance, and then optimizing. The cycle never ends. Luckily, for Entity Framework Core 5 (EF Core) users, we have a few options for optimizing our queries. With an IDE like JetBrains...

Continue Reading

entity-framework dotnet

February 25, 2021

Entity Framework Core 5 Value Converters

Entity Framework Core 5 Value Converters

I’ve been diving into Entity Framework Core 5 and learning all I can about the object-relational mapper’s (ORM) inner-workings. With EF Core 5, the newer ORM has learned from its namesake Entity Framework’s past sins. With extensibility points and smarter...

Continue Reading

entity-framework database

February 9, 2021

Entity Framework Core and ASP.NET Core Cycle Issue and Solution

Entity Framework Core and ASP.NET Core Cycle Issue and Solution

In the whirlwind of new technologies whizzing by us continuously, it is sobering to remember that most of a developer’s role is to get data from one location to another. In the case of HTTP APIs, the response we return...

Continue Reading

aspnet dotnet entity-framework sql

January 7, 2021

Entity Framework Core 5 Interceptors

Entity Framework Core 5 Interceptors

In previous non-core versions of Entity Framework (EF), it was possible to intercept calls to and from the database, but it’s wasn’t a feature many would classify under “first-class support”. Thankfully the community stepped in at the time to fill...

Continue Reading

database entity-framework dotnet

July 9, 2020

Add Custom Database Functions For Entity Framework Core

Add Custom Database Functions For Entity Framework Core

Object Relational Mappers (ORMs) are great tools for abstracting our database choice away and allowing us to get things done. As time goes on and our applications evolve, we realize the underlying database can get things done faster and more...

Continue Reading

entity-framework sql dotnet

Newer Posts Page 2 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